summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-06-05 14:28:50 -0600
committermo khan <mo@mokhan.ca>2021-06-05 14:28:50 -0600
commite699ebd41136eb9a3616443bfc48cd097735e40c (patch)
tree751a1de194ad639f24756b01847fc3ac1d0278c1 /.github
parent199d38a1070ca6d251843e4543b339cd1cdb0022 (diff)
chore: update licensed cache
Diffstat (limited to '.github')
-rw-r--r--.github/licensed/bundler/hcl2.dep.yml37
-rw-r--r--.github/licensed/bundler/mini_portile2.dep.yml2
-rw-r--r--.github/licensed/bundler/nokogiri.dep.yml2
3 files changed, 39 insertions, 2 deletions
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