license_scout 1.3.16 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/license_scout/overrides.rb +3 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bff8f3b293c4d8b95090c16da33892348135e928d606677c02fbcb774d612fb
|
4
|
+
data.tar.gz: 6a4f731e59a376f610aafeb4e20e2b31f8bec9dfc6383623eef1ab1abe507442
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5e148f98a4dfe1c08d5299678d7f7204b8b8c544eb6663c4e3ea7e7798b16737917ecdf6e2e6a126233a73831a1296eb3edce33ef137b06868788d60f898745
|
7
|
+
data.tar.gz: d4542425a7c65873118e6366532ef8bade747a2fbd7470ce8e656970d3d83041a6590effe87e65b8734080d79d002aac83cbbb93f6ce928f578fe46cdfeb5c07
|
@@ -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"]],
|
@@ -490,7 +492,6 @@ module LicenseScout
|
|
490
492
|
# inside the modules we download to inspect for licensing information.
|
491
493
|
[
|
492
494
|
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
493
|
-
["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
|
494
495
|
["Scalar-List-Utils", nil, ["README"]],
|
495
496
|
["perl", nil, ["README"]],
|
496
497
|
["IO", nil, ["README"]],
|
@@ -547,6 +548,7 @@ module LicenseScout
|
|
547
548
|
["Encode-Locale", nil, ["README"]],
|
548
549
|
["Hash-Merge", nil, ["README.md"]],
|
549
550
|
["Clone", nil, ["README.md"]],
|
551
|
+
["Clone-PP", nil, ["README"]],
|
550
552
|
["Clone-Choose", nil, ["README.md"]],
|
551
553
|
["URI-db", nil, ["README"]],
|
552
554
|
["URI-Nested", nil, ["README.md"]],
|
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.18
|
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-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
256
256
|
- !ruby/object:Gem::Version
|
257
257
|
version: '0'
|
258
258
|
requirements: []
|
259
|
-
rubygems_version: 3.
|
259
|
+
rubygems_version: 3.3.27
|
260
260
|
signing_key:
|
261
261
|
specification_version: 4
|
262
262
|
summary: Discovers license files of a project's dependencies.
|