license_scout 1.3.18 → 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 +3 -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"]],
|
@@ -394,6 +395,7 @@ module LicenseScout
|
|
394
395
|
["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
|
395
396
|
["logger", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/logger/master/BSDL"]],
|
396
397
|
["mime-types-data", "MIT", ["https://raw.githubusercontent.com/mime-types/mime-types-data/main/LICENCE.md"]],
|
398
|
+
["mime-types", "MIT", ["https://github.com/mime-types/ruby-mime-types?tab=License-1-ov-file"]],
|
397
399
|
["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
|
398
400
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
399
401
|
["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
|
@@ -403,6 +405,7 @@ module LicenseScout
|
|
403
405
|
["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/BSDL"]],
|
404
406
|
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
|
405
407
|
["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
|
408
|
+
["omniauth-chef-oauth2", "Apache-2.0", ["https://github.com/chef/omniauth-chef-oauth2?tab=readme-ov-file#license"]],
|
406
409
|
["options", "Ruby", ["https://rubygems.org/gems/options"]],
|
407
410
|
["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
|
408
411
|
["overcommit", nil, ["https://raw.githubusercontent.com/brigade/overcommit/master/MIT-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
|