Commit e699ebd
Changed files (3)
.github
licensed
.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: []
.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
.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