license_scout 1.4.0 → 1.4.2
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 +2 -1
- 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: 75723d03eabde6fc25eb5357cbd14a4ee182db2d66b9b1a5920dba213f0e0eb2
|
|
4
|
+
data.tar.gz: 7f2a53941cd1683ef2df35466e770c15bd348040ff71fa60a8db93130f68a92d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc7a191f53a9b0a72c259a3b7d84cee09f4fc0d014a8a70c9fad8c11299087edb773f6c0625faef27cbe8e6c20637897e05a63853dbd37b7379f1ab8b11cd72f
|
|
7
|
+
data.tar.gz: cacb190d86a1d8cbc79b5b5f5efb5812728af2c956d803bc3dcf1b47c35a1df8a83ae913fe8555c40fe9a8bdad550018e4d8e8df13e73f5fe95788019877f934
|
|
@@ -366,6 +366,7 @@ module LicenseScout
|
|
|
366
366
|
["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
|
|
367
367
|
["cucumber-wire", nil, ["https://raw.githubusercontent.com/cucumber/cucumber-ruby-wire/master/LICENSE"]],
|
|
368
368
|
["date", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/date/master/README.md"]],
|
|
369
|
+
["diff-lcs", "MIT", ["https://raw.githubusercontent.com/halostatue/diff-lcs/main/LICENCE.md"]],
|
|
369
370
|
["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
|
|
370
371
|
["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
|
|
371
372
|
["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
|
|
@@ -395,7 +396,7 @@ module LicenseScout
|
|
|
395
396
|
["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
|
|
396
397
|
["logger", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/logger/master/BSDL"]],
|
|
397
398
|
["mime-types-data", "MIT", ["https://raw.githubusercontent.com/mime-types/mime-types-data/main/LICENCE.md"]],
|
|
398
|
-
["mime-types", "MIT", ["https://
|
|
399
|
+
["mime-types", "MIT", ["https://raw.githubusercontent.com/mime-types/ruby-mime-types/refs/heads/main/LICENCE.md"]],
|
|
399
400
|
["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
|
|
400
401
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
|
401
402
|
["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.4.
|
|
4
|
+
version: 1.4.2
|
|
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: 2026-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|