license_scout 1.3.16 → 1.3.17
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: b525064f0f4051d2201fd8fbf7ef6b279d1e799bccc838cb466400097c6710d9
|
4
|
+
data.tar.gz: da2f8cd90d9aec5b6241ad64a5436d292412ccad3c75197a46993bcac7616aba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56aa8c8bdb61b34cc6215f4537f4fe344cec0a6383a67271e37cbf410db6d3c3d6372d8fedef3e08026f77fda6b7c499470c343d12bcc7168618af20c9d387ef
|
7
|
+
data.tar.gz: 273cdf5b31b4ab426e4f992a683831c259ac189c2b6d73c84b8b8b1916f65380e7c4a1d81e4d44b6bc3d2451d49ae828a138245eb12b6d372de542ff9601373e
|
@@ -393,6 +393,7 @@ module LicenseScout
|
|
393
393
|
["libv8", "MIT", ["https://raw.githubusercontent.com/rubyjs/libv8/master/README.md"]],
|
394
394
|
["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
|
395
395
|
["logger", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/logger/master/BSDL"]],
|
396
|
+
["mime-types-data", "MIT", ["https://raw.githubusercontent.com/mime-types/mime-types-data/main/LICENCE.md"]],
|
396
397
|
["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
|
397
398
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
398
399
|
["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
|
@@ -434,6 +435,7 @@ module LicenseScout
|
|
434
435
|
["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
|
435
436
|
["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/BSDL"]],
|
436
437
|
["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/BSDL"]],
|
438
|
+
["train-kubernetes", "Apache-2.0", ["https://raw.githubusercontent.com/inspec/train-kubernetes/master/LICENSE"]],
|
437
439
|
["stringio", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/stringio/master/LICENSE.txt"]],
|
438
440
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
439
441
|
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
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.17
|
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: 2025-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|