license_scout 1.1.11 → 1.2.6

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: 8cfb3a530de403a1da1a5390f89631ebce2d43f441af98f00fdb25c71d8124b2
4
- data.tar.gz: 50183394657a91bcec78ede05b1071dedb305bf8fd8f1ea06605ea3334c2cbd8
3
+ metadata.gz: 26fa735335ee9c961712c9ad23407b61df57f9080a355ff076c3f97f88a6b2a1
4
+ data.tar.gz: 8d19d992c3bc220070bc0e5a54fa3ba050f77bb9c0f22fa91e5d281f1c42d438
5
5
  SHA512:
6
- metadata.gz: e8bd13b6282f0c8277eaa92e679448cc537073866a8433dc2ea6d7eb0ec8c462784e73d03c38d8261a15cdb9589942dc6bf6200921d376713e8bdbf1ff3426bb
7
- data.tar.gz: 30848958e7588638f4811623ec6726902174a10cbacc578cac90cd97f65c688ec0242b8560938fb5de727b910c7e4b4b5344d1bf72d3f6b42b0d2bd3e243cca7
6
+ metadata.gz: 848150d78527ca03769333f1dc1d9649d0ca26593e2bca492e046a26e406d51e203157a4d71e8d3a47d6049d78d93402315befdf2e5a89bc6db7bf9531cb2eaf
7
+ data.tar.gz: b73da0a683d24079dae2eec7f3c123ee67d80735f19fb4f961344d2618dd24b48a819bf87942c8db1b95719051c09457b9bd315c90de4fe320739f0301003723
@@ -351,6 +351,7 @@ module LicenseScout
351
351
  # Overrides that require file fetching from internet
352
352
  ["amqp", "Ruby", ["https://raw.githubusercontent.com/ruby-amqp/amqp/master/README.md"]],
353
353
  ["aws-sigv4", "MIT", ["https://raw.githubusercontent.com/cmdrkeene/aws4/master/readme.md"]],
354
+ ["bigdecimal", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/bigdecimal/v1.3.5/LICENSE.txt"]],
354
355
  ["blankslate", "MIT", ["https://raw.githubusercontent.com/masover/blankslate/master/MIT-LICENSE"]],
355
356
  ["codecov", "MIT", ["https://raw.githubusercontent.com/codecov/codecov-ruby/master/LICENSE.txt"]],
356
357
  ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
@@ -385,6 +386,7 @@ module LicenseScout
385
386
  ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
386
387
  ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
387
388
  ["overcommit", nil, ["https://raw.githubusercontent.com/brigade/overcommit/master/MIT-LICENSE"]],
389
+ ["parser", "MIT", ["https://raw.githubusercontent.com/whitequark/parser/v2.7.2.0/LICENSE.txt"]],
388
390
  ["parslet", "MIT", ["https://raw.githubusercontent.com/kschiess/parslet/master/LICENSE"]],
389
391
  ["pbkdf2", "MIT", ["https://raw.githubusercontent.com/emerose/pbkdf2-ruby/master/LICENSE.TXT"]],
390
392
  ["rack-accept", "MIT", ["https://raw.githubusercontent.com/mjackson/rack-accept/master/README.md"]],
@@ -397,12 +399,14 @@ module LicenseScout
397
399
  ["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
398
400
  ["rspec-rerun", nil, ["https://raw.githubusercontent.com/dblock/rspec-rerun/master/LICENSE.md"]],
399
401
  ["rubyzip", nil, ["https://raw.githubusercontent.com/rubyzip/rubyzip/master/README.md"]],
402
+ ["simplecov_json_formatter", "MIT", ["https://raw.githubusercontent.com/codeclimate-community/simplecov_json_formatter/master/LICENSE"]],
400
403
  ["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
401
404
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
402
405
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
403
406
  ["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
404
407
  ["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
405
408
  ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
409
+ ["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
406
410
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
407
411
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
408
412
  ["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.1.11".freeze
19
+ VERSION = "1.2.6".freeze
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: license_scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-28 00:00:00.000000000 Z
11
+ date: 2020-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl
@@ -154,6 +154,20 @@ dependencies:
154
154
  - - "~>"
155
155
  - !ruby/object:Gem::Version
156
156
  version: '4.3'
157
+ - !ruby/object:Gem::Dependency
158
+ name: chef-config
159
+ requirement: !ruby/object:Gem::Requirement
160
+ requirements:
161
+ - - "<"
162
+ - !ruby/object:Gem::Version
163
+ version: 16.5.77
164
+ type: :development
165
+ prerelease: false
166
+ version_requirements: !ruby/object:Gem::Requirement
167
+ requirements:
168
+ - - "<"
169
+ - !ruby/object:Gem::Version
170
+ version: 16.5.77
157
171
  description: Discovers license files of a project's dependencies.
158
172
  email:
159
173
  - serdar@chef.io