license_scout 1.2.9 → 1.2.14
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 +6 -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: 93edcca5d8519d2e703315f6c0a340c9c0c43b10fefa4cd20592c8a358c51d69
|
4
|
+
data.tar.gz: 657631bc0074cd284bd297d34a446db3170bbdf95ad08ae317d480f0fe79cc4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4ee7c3a80b5ff89f7604618e61bb5ac86b32360f6e62318f9a69ee1b9a90ff43a5405cf4151d79297839db2b7b67d7a7d3831b75f962a079c2d9d9bcf216f9e
|
7
|
+
data.tar.gz: 7d46903c36fff2e994758a38b8a18f5058785bee668d55c26bcf5ab3f5886134276f95576445e6d35cef860df13d0df507ee6744b012b7916fccfe3e2b05121a
|
@@ -284,6 +284,7 @@ module LicenseScout
|
|
284
284
|
|
285
285
|
# Default overrides for ruby_bundler dependency manager.
|
286
286
|
other_gems = [
|
287
|
+
["transit-ruby", "Apache-2.0", ["LICENSE"]],
|
287
288
|
["binding_of_caller", "MIT", nil],
|
288
289
|
["bunny", "MIT", nil],
|
289
290
|
["chef-provisioning-aws", "Apache-2.0", ["LICENSE"]],
|
@@ -373,6 +374,7 @@ module LicenseScout
|
|
373
374
|
["googleapis-common-protos", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
|
374
375
|
["grpc-google-iam-v1", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
|
375
376
|
["grpc", "Apache-2.0", ["https://raw.githubusercontent.com/grpc/grpc/master/LICENSE"]],
|
377
|
+
["get_process_mem", "MIT", ["https://raw.githubusercontent.com/schneems/get_process_mem/master/README.md"]],
|
376
378
|
["hoe", "MIT", ["https://raw.githubusercontent.com/seattlerb/hoe/master/README.rdoc"]],
|
377
379
|
["http-accept", "MIT", ["https://raw.githubusercontent.com/socketry/http-accept/master/README.md"]],
|
378
380
|
["http_parser.rb", nil, ["https://raw.githubusercontent.com/tmm1/http_parser.rb/master/LICENSE-MIT"]],
|
@@ -410,9 +412,11 @@ module LicenseScout
|
|
410
412
|
["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
|
411
413
|
["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
|
412
414
|
["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
|
415
|
+
["sqlite3-ruby", "BSD-3", ["https://raw.githubusercontent.com/sparklemotion/sqlite3-ruby/master/LICENSE"]],
|
413
416
|
["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
|
414
417
|
["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
|
415
418
|
["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
|
419
|
+
["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
|
416
420
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
417
421
|
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
418
422
|
["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
|
@@ -467,6 +471,7 @@ module LicenseScout
|
|
467
471
|
# Most of the overrides for perl_cpan are pointing to the README files
|
468
472
|
# inside the modules we download to inspect for licensing information.
|
469
473
|
[
|
474
|
+
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
470
475
|
["Scalar-List-Utils", nil, ["README"]],
|
471
476
|
["perl", nil, ["README"]],
|
472
477
|
["IO", nil, ["README"]],
|
@@ -489,7 +494,7 @@ module LicenseScout
|
|
489
494
|
["ExtUtils-Install", nil, ["README"]],
|
490
495
|
["File-Path", nil, ["README"]],
|
491
496
|
["Getopt-Long", "Perl-5", ["README"]],
|
492
|
-
["ExtUtils-ParseXS", "Perl-5", ["
|
497
|
+
["ExtUtils-ParseXS", "Perl-5", ["META.json"]],
|
493
498
|
["version", nil, ["README"]],
|
494
499
|
["Data-Dumper", "Perl-5", ["Dumper.pm"]],
|
495
500
|
["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.14
|
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-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|