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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bcd01aa4dd31e55210935d0478dea11f4d7ccb5ac8d81fbf2ce263675fcebb9
4
- data.tar.gz: 1ba0e75c6e608b7eabad06aeb79cf51d3c59f7c2d7f5860572a59b672c64ac9e
3
+ metadata.gz: 6d0109cb14446b7d2c8b06180649e1a9613d9adca1c248e8a623bc3efafbb47f
4
+ data.tar.gz: 2d2e3560602bc97c89711648b3b7f8be4256df8455b6b99b124036bd50efd811
5
5
  SHA512:
6
- metadata.gz: bf36f65c0eb6c3feab8c3b6529c01eb1e1546f10f6548c661137ead4a379f8ac126a900ce6ced3fb37194e3fd36914dbc722167fd4696e510e94684357a94369
7
- data.tar.gz: 7fbc9029ecfd51975b2e9d3ced58fa2edc87252ae2c219e7b7faf9328c6df0bb8a9b59e74d9c1b322a42a765d5a7e6eba331be76c5fdf68253032a2790fc1ffe
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/sethvargo/chef-sugar/master/LICENSE"]],
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"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.1.6".freeze
19
+ VERSION = "1.1.7".freeze
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license_scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay