license_scout 1.4.0 → 1.4.1
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 -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: 273533cc567ad82efdcb45e543523afb72fe39bca7bc447823e048cf176e9554
|
|
4
|
+
data.tar.gz: 78ec3458ecf18a718f599352d707475bed505f924e9b7b50288f7325c0634503
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7592348e0185cc21d24798204830362a14ba34330dfb4a6c5e29a4c9fc5e8c1b2e88a8de490c07badd83ca5114966c9fcc6e29d53457794d8dd7aededd6db38b
|
|
7
|
+
data.tar.gz: a19eee4a9cfca121f3d850215f6dddc65af93887005b88f915062dd49a29eb2c5a68c305a62dbd289af2a458688b345f9b491ae29b3999e95e33c8ff98d72736
|
|
@@ -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"]],
|
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.1
|
|
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-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|