license_scout 1.2.13 → 1.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/license_scout/overrides.rb +8 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 931923ee6588a3ba0e761c667c6d55666db7443f5274ea121ebd6975eafdf52e
|
|
4
|
+
data.tar.gz: 841743ab542a791c853c68395028614ff2a37189ad89a73edc4d6c1711fe8f75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6f60074eb1e4fd667a3fb1aa3e7b6930d297d51707fda414927ff11257a27bf9b9c02739b3dd5059fcd6b6404fb1b74ef4cf00c3331f6ad54fd162dd84c40f4
|
|
7
|
+
data.tar.gz: 8dd8c27092876ccbb7b9583c09ccbe64f75eebe54671a21bfb351abb41ae74da97dcf4149796b6d78cf5de6d8f9d4fad2fd427d6f603547aff06c93de43138ed
|
|
@@ -362,6 +362,7 @@ module LicenseScout
|
|
|
362
362
|
["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
|
|
363
363
|
["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
|
|
364
364
|
["cucumber-wire", nil, ["https://raw.githubusercontent.com/cucumber/cucumber-ruby-wire/master/LICENSE"]],
|
|
365
|
+
["date", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/date/master/README.md"]],
|
|
365
366
|
["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
|
|
366
367
|
["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
|
|
367
368
|
["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
|
|
@@ -381,6 +382,7 @@ module LicenseScout
|
|
|
381
382
|
["inspec-msccm", nil, [canonical("Chef-MLSA")]],
|
|
382
383
|
["inspec-scap", nil, [canonical("Chef-MLSA")]],
|
|
383
384
|
["interception", "MIT", ["https://raw.githubusercontent.com/ConradIrwin/interception/master/LICENSE.MIT"]],
|
|
385
|
+
["io-wait", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/io-wait/master/COPYING"]],
|
|
384
386
|
["jaro_winkler", "MIT", ["https://raw.githubusercontent.com/tonytonyjan/jaro_winkler/master/LICENSE.txt"]],
|
|
385
387
|
["json_pure", nil, ["https://raw.githubusercontent.com/flori/json/master/README.md"]],
|
|
386
388
|
["jwt", nil, ["https://raw.githubusercontent.com/jwt/ruby-jwt/master/LICENSE"]],
|
|
@@ -389,6 +391,7 @@ module LicenseScout
|
|
|
389
391
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
|
390
392
|
["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
|
|
391
393
|
["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
|
|
394
|
+
["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
|
|
392
395
|
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/README.md"]],
|
|
393
396
|
["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
|
|
394
397
|
["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
|
|
@@ -406,6 +409,7 @@ module LicenseScout
|
|
|
406
409
|
["rest-client", "MIT", ["https://raw.githubusercontent.com/rest-client/rest-client/master/LICENSE"]],
|
|
407
410
|
["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
|
|
408
411
|
["rspec-rerun", nil, ["https://raw.githubusercontent.com/dblock/rspec-rerun/master/LICENSE.md"]],
|
|
412
|
+
["ruby2_keywords", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/ruby2_keywords/master/LICENSE"]],
|
|
409
413
|
["rubyzip", nil, ["https://raw.githubusercontent.com/rubyzip/rubyzip/master/README.md"]],
|
|
410
414
|
["simplecov_json_formatter", "MIT", ["https://raw.githubusercontent.com/codeclimate-community/simplecov_json_formatter/master/LICENSE"]],
|
|
411
415
|
["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
|
|
@@ -417,6 +421,8 @@ module LicenseScout
|
|
|
417
421
|
["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
|
|
418
422
|
["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
|
|
419
423
|
["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
|
|
424
|
+
["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/LICENSE.txt"]],
|
|
425
|
+
["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/LICENSE.txt"]],
|
|
420
426
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
|
421
427
|
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
|
422
428
|
["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
|
|
@@ -472,6 +478,7 @@ module LicenseScout
|
|
|
472
478
|
# inside the modules we download to inspect for licensing information.
|
|
473
479
|
[
|
|
474
480
|
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
|
481
|
+
["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
|
|
475
482
|
["Scalar-List-Utils", nil, ["README"]],
|
|
476
483
|
["perl", nil, ["README"]],
|
|
477
484
|
["IO", nil, ["README"]],
|
|
@@ -494,7 +501,7 @@ module LicenseScout
|
|
|
494
501
|
["ExtUtils-Install", nil, ["README"]],
|
|
495
502
|
["File-Path", nil, ["README"]],
|
|
496
503
|
["Getopt-Long", "Perl-5", ["README"]],
|
|
497
|
-
["ExtUtils-ParseXS", "Perl-5", ["
|
|
504
|
+
["ExtUtils-ParseXS", "Perl-5", ["META.json"]],
|
|
498
505
|
["version", nil, ["README"]],
|
|
499
506
|
["Data-Dumper", "Perl-5", ["Dumper.pm"]],
|
|
500
507
|
["Test-Harness", nil, ["README"]],
|
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.2.
|
|
4
|
+
version: 1.2.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serdar Sutay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|