license_scout 1.3.17 → 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 +1 -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
|
@@ -492,7 +492,6 @@ module LicenseScout
|
|
492
492
|
# inside the modules we download to inspect for licensing information.
|
493
493
|
[
|
494
494
|
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
495
|
-
["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
|
496
495
|
["Scalar-List-Utils", nil, ["README"]],
|
497
496
|
["perl", nil, ["README"]],
|
498
497
|
["IO", nil, ["README"]],
|
@@ -549,6 +548,7 @@ module LicenseScout
|
|
549
548
|
["Encode-Locale", nil, ["README"]],
|
550
549
|
["Hash-Merge", nil, ["README.md"]],
|
551
550
|
["Clone", nil, ["README.md"]],
|
551
|
+
["Clone-PP", nil, ["README"]],
|
552
552
|
["Clone-Choose", nil, ["README.md"]],
|
553
553
|
["URI-db", nil, ["README"]],
|
554
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: 2025-
|
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.
|