license_scout 1.3.19 → 1.4.0
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: e7ef6365c12fbc80114b4bbdadf19a9d96cf75259ca85a157b891ba879e285b9
|
4
|
+
data.tar.gz: 92d197403fa9e31a9e5884f84ff800e57d89b88bc8d5bd3f6eaf5b4a376b25a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 530a0ad68bc20b111f97d377ec797cac0242c455868e933cd0f2dada55f78c3af3b50a760752bd369efa8eebbdec3ff5e3ec1b9089a9e34d6a302dc7529a9ff6
|
7
|
+
data.tar.gz: 692aa65e4502306460bd3a386b557e8993d16f01dba9aa7f35a62215389763434b92786bc96cb3ab0e996586f7059fdd8f410b1958a6ed3c9b61cf6d8d57f4d3
|
@@ -369,6 +369,7 @@ module LicenseScout
|
|
369
369
|
["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
|
370
370
|
["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
|
371
371
|
["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
|
372
|
+
["fiddle", nil, ["https://raw.githubusercontent.com/ruby/fiddle/master/LICENSE.txt"]],
|
372
373
|
["fuzzyurl", nil, ["https://raw.githubusercontent.com/gamache/fuzzyurl/master/LICENSE.txt"]],
|
373
374
|
["github_changelog_generator", nil, ["https://raw.githubusercontent.com/skywinder/github-changelog-generator/master/LICENSE"]],
|
374
375
|
["google-cloud-spanner", "Apache-2.0", ["https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-ruby/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
|
+
version: 1.4.0
|
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-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|