From e699ebd41136eb9a3616443bfc48cd097735e40c Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 5 Jun 2021 14:28:50 -0600 Subject: chore: update licensed cache --- .github/licensed/bundler/hcl2.dep.yml | 37 ++++++++++++++++++++++++++ .github/licensed/bundler/mini_portile2.dep.yml | 2 +- .github/licensed/bundler/nokogiri.dep.yml | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 .github/licensed/bundler/hcl2.dep.yml (limited to '.github') diff --git a/.github/licensed/bundler/hcl2.dep.yml b/.github/licensed/bundler/hcl2.dep.yml new file mode 100644 index 0000000..af23ac9 --- /dev/null +++ b/.github/licensed/bundler/hcl2.dep.yml @@ -0,0 +1,37 @@ +--- +name: hcl2 +version: 0.1.0 +type: bundler +summary: A HCL v2 parser. +homepage: https://github.com/xlgmokha/hcl2 +license: mit +licenses: +- sources: LICENSE.txt + text: | + The MIT License (MIT) + + Copyright (c) 2021 mo khan + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +- sources: README.md + text: |- + The gem is available as open source under the terms of the [MIT License][mit]. + + [mit]: https://opensource.org/licenses/MIT +notices: [] diff --git a/.github/licensed/bundler/mini_portile2.dep.yml b/.github/licensed/bundler/mini_portile2.dep.yml index 76b34be..e756314 100644 --- a/.github/licensed/bundler/mini_portile2.dep.yml +++ b/.github/licensed/bundler/mini_portile2.dep.yml @@ -1,6 +1,6 @@ --- name: mini_portile2 -version: 2.5.1 +version: 2.5.3 type: bundler summary: Simplistic port-like solution for developers homepage: https://github.com/flavorjones/mini_portile diff --git a/.github/licensed/bundler/nokogiri.dep.yml b/.github/licensed/bundler/nokogiri.dep.yml index ec8e41c..b26791c 100644 --- a/.github/licensed/bundler/nokogiri.dep.yml +++ b/.github/licensed/bundler/nokogiri.dep.yml @@ -1,6 +1,6 @@ --- name: nokogiri -version: 1.11.6 +version: 1.11.7 type: bundler summary: Nokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. homepage: https://nokogiri.org -- cgit v1.2.3