license_scout 1.3.10 → 1.3.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: 4c83e0b8e20c23612feabbca1bbd1084b10f1458f943532fc9aa70befddda332
4
- data.tar.gz: 2c0792f812e48afbc0dd9695b92955b9fe1169b9ca44732ccc613e24854b8669
3
+ metadata.gz: 87b75f9bc82baf333f8c3dbb861870d1f08bb77dac439c9a42c14296661b5eb7
4
+ data.tar.gz: 8e88b1fa308c967888892d504e0e4362f94a251be18527412cf6101e36c4f30a
5
5
  SHA512:
6
- metadata.gz: 1c979ab29504db37908ec2a8fd23750327098e60d555b443a4835ff48d15e9de347764b60e8850e0bf916679709b305403f1e0be3c44c5af559ce5a1437040c3
7
- data.tar.gz: e2ef6886827627b05db9cd7d040c9a09698e2b058572fdfbf6ebd909967b0e43ec37fb9f18608c1ff49bc8d1f9c36fddfa04e90756a6f85600621a6d0ff53a67
6
+ metadata.gz: b413008526ced6fe113dc13eee69b13a43ce30e15cc1d5223038fdd2f423fa5110336d1c3db2b837cf41f83a44bb2de1cbe89eb996530fdb7b74cad70f55867d
7
+ data.tar.gz: 51cdd0449b9f4f3a6c73bdc7bad57a0942e7c0901909be1739a37d06aabf8da7bdd6ca7a25eb548cb41719973782f817feb0dd40478e67097fdb186ad5298303
@@ -359,6 +359,7 @@ module LicenseScout
359
359
  ["aws-sigv4", "MIT", ["https://raw.githubusercontent.com/cmdrkeene/aws4/master/readme.md"]],
360
360
  ["bigdecimal", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/bigdecimal/v1.3.5/LICENSE.txt"]],
361
361
  ["blankslate", "MIT", ["https://raw.githubusercontent.com/masover/blankslate/master/MIT-LICENSE"]],
362
+ ["chef-licensing", "Apache-2.0", ["https://raw.githubusercontent.com/chef/chef-licensing/main/LICENSE"]],
362
363
  ["codecov", "MIT", ["https://raw.githubusercontent.com/codecov/codecov-ruby/master/LICENSE.txt"]],
363
364
  ["citrus", "MIT", ["https://raw.githubusercontent.com/mjackson/citrus/master/README.md"]],
364
365
  ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
@@ -391,6 +392,7 @@ module LicenseScout
391
392
  ["jwt", nil, ["https://raw.githubusercontent.com/jwt/ruby-jwt/master/LICENSE"]],
392
393
  ["libv8", "MIT", ["https://raw.githubusercontent.com/rubyjs/libv8/master/README.md"]],
393
394
  ["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
395
+ ["logger", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/logger/master/BSDL"]],
394
396
  ["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
395
397
  ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
396
398
  ["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
@@ -430,7 +432,7 @@ module LicenseScout
430
432
  ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
431
433
  ["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
432
434
  ["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
433
- ["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/LICENSE.txt"]],
435
+ ["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/BSDL"]],
434
436
  ["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/BSDL"]],
435
437
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
436
438
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.10".freeze
19
+ VERSION = "1.3.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.3.10
4
+ version: 1.3.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: 2024-06-14 00:00:00.000000000 Z
11
+ date: 2024-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl