license_scout 1.2.10 → 1.2.15

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: 1918edc4816e84dd75317612925130d15157f329f935f4b49148ea984fa18028
4
- data.tar.gz: d807484e8045edb2fcd3d079e9ecf97a4301e928af0c0c232a4e2c1a042e01ff
3
+ metadata.gz: d579a9838deb5d3acd1d8c3d7fe5840f8051106aaa65b684b01c5b2f0227a024
4
+ data.tar.gz: 1f24c0e66d4f34b4d78ad4e3e0ffb58ff64fc6aa41b7f7fff63760f414a9f147
5
5
  SHA512:
6
- metadata.gz: dcfb7755f9dcd438123d87d0acf1d30b6eda08e3ff8b5080d6765cd5c2189d8890a45385a96d529fd006b157f311c0678b012010c4e732a9bcdc1d824659d827
7
- data.tar.gz: fa1df656dea762e7c4aa058d61322940793b7429a33fdfc32e4641ce03d7b3eaabeded01c9fcabbd7acac4e19afed104eff556d4d3f477bb23dc8e0bfa37b49f
6
+ metadata.gz: dae51b3a77ac122b840e97b286b4e10d55d292d06d456d4dc5402e567e28dbbe12c6aa246a0341b657a9122693e3f47632377f08bd80a005f14959886c6ff843
7
+ data.tar.gz: e8af5ca1450a0b16048060043cd5412060a85f6ba9f67fab856086b9e46aa1a1141db065e1b5fc47df05c00ff6a6a5a0a5a3d8451a438df468e4c2030d0fdc74
@@ -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"]],
@@ -361,6 +362,7 @@ module LicenseScout
361
362
  ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
362
363
  ["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
363
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"]],
364
366
  ["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
365
367
  ["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
366
368
  ["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
@@ -411,9 +413,11 @@ module LicenseScout
411
413
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
412
414
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
413
415
  ["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
416
+ ["sqlite3-ruby", "BSD-3", ["https://raw.githubusercontent.com/sparklemotion/sqlite3-ruby/master/LICENSE"]],
414
417
  ["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
415
418
  ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
416
419
  ["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
420
+ ["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
417
421
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
418
422
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
419
423
  ["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
@@ -468,6 +472,8 @@ module LicenseScout
468
472
  # Most of the overrides for perl_cpan are pointing to the README files
469
473
  # inside the modules we download to inspect for licensing information.
470
474
  [
475
+ ["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
476
+ ["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
471
477
  ["Scalar-List-Utils", nil, ["README"]],
472
478
  ["perl", nil, ["README"]],
473
479
  ["IO", nil, ["README"]],
@@ -490,7 +496,7 @@ module LicenseScout
490
496
  ["ExtUtils-Install", nil, ["README"]],
491
497
  ["File-Path", nil, ["README"]],
492
498
  ["Getopt-Long", "Perl-5", ["README"]],
493
- ["ExtUtils-ParseXS", "Perl-5", ["README"]],
499
+ ["ExtUtils-ParseXS", "Perl-5", ["META.json"]],
494
500
  ["version", nil, ["README"]],
495
501
  ["Data-Dumper", "Perl-5", ["Dumper.pm"]],
496
502
  ["Test-Harness", nil, ["README"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.10".freeze
19
+ VERSION = "1.2.15".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.10
4
+ version: 1.2.15
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-03-17 00:00:00.000000000 Z
11
+ date: 2022-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl