license_scout 1.3.11 → 1.3.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 +2 -0
- 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: 87b75f9bc82baf333f8c3dbb861870d1f08bb77dac439c9a42c14296661b5eb7
|
4
|
+
data.tar.gz: 8e88b1fa308c967888892d504e0e4362f94a251be18527412cf6101e36c4f30a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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"]],
|
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.
|
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-
|
11
|
+
date: 2024-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|