license_scout 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/license_scout/overrides.rb +2 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d0109cb14446b7d2c8b06180649e1a9613d9adca1c248e8a623bc3efafbb47f
|
4
|
+
data.tar.gz: 2d2e3560602bc97c89711648b3b7f8be4256df8455b6b99b124036bd50efd811
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be6e4ddde1ddc845d3c091be8060a396691df0a7e6d862134da1d48b279719c3635839fd2e5f2381e43f8e68aafc50e9ead5eb99098627e353fb48651695bb0
|
7
|
+
data.tar.gz: 3c59bbaec306595a7092002b77e67f51fd32fc5b76eba4e85d1b2a0d9174b32fd69c6ad9590d6271fef647f99596ca3f4bd997ee1689b5d60cdc6f245d7f3718
|
@@ -401,6 +401,7 @@ module LicenseScout
|
|
401
401
|
["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
|
402
402
|
["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
|
403
403
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
404
|
+
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
404
405
|
["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
|
405
406
|
["websocket-driver", nil, ["https://raw.githubusercontent.com/faye/websocket-driver-ruby/master/LICENSE.md"]],
|
406
407
|
["websocket-extensions", nil, ["https://raw.githubusercontent.com/faye/websocket-extensions-ruby/master/LICENSE.md"]],
|
@@ -434,7 +435,7 @@ module LicenseScout
|
|
434
435
|
["apt", nil, ["https://raw.githubusercontent.com/chef-cookbooks/apt/master/LICENSE"]],
|
435
436
|
["chef-ha-drbd", nil, ["https://raw.githubusercontent.com/chef/chef-server/master/LICENSE"]],
|
436
437
|
["private-chef", nil, ["https://raw.githubusercontent.com/chef/chef-server/master/LICENSE"]],
|
437
|
-
["chef-sugar", nil, ["https://raw.githubusercontent.com/
|
438
|
+
["chef-sugar", nil, ["https://raw.githubusercontent.com/chef/chef-sugar/master/LICENSE"]],
|
438
439
|
["openssl", nil, ["https://raw.githubusercontent.com/chef-cookbooks/openssl/master/LICENSE"]],
|
439
440
|
["runit", nil, ["https://raw.githubusercontent.com/chef-cookbooks/runit/master/LICENSE"]],
|
440
441
|
["yum", nil, ["https://raw.githubusercontent.com/chef-cookbooks/yum/master/LICENSE"]],
|