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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 913dd949ea61e14028ef8d5525a08523e48b1416598cf2f4dbad9f74bcc424fd
4
- data.tar.gz: 724a2cffb03b2aa50e9ab4a389acc4a8e4f008d4b0973f42117bcb548dc30942
3
+ metadata.gz: 93edcca5d8519d2e703315f6c0a340c9c0c43b10fefa4cd20592c8a358c51d69
4
+ data.tar.gz: 657631bc0074cd284bd297d34a446db3170bbdf95ad08ae317d480f0fe79cc4a
5
5
  SHA512:
6
- metadata.gz: 28ffbad22e8cb313b10462104b3f3cdc5d56a54b8650684f902123c0c3245f85173d53285084b8dbe965431a981911bef5dc6ecd8c7e36fe8c0bf019742b7ff2
7
- data.tar.gz: 28f7149f7ca0fded8154e61c2280e3f564ddb1b3f97a7f4cbd51d5c4ab6687d80d3d0f90454fa23d7dc746466205d9539392c1cc3fa09891eb07e7add75e33a3
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", ["README"]],
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"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.9".freeze
19
+ VERSION = "1.2.14".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.2.9
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: 2021-02-05 00:00:00.000000000 Z
11
+ date: 2022-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl