license_scout 1.3.17 → 1.3.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b525064f0f4051d2201fd8fbf7ef6b279d1e799bccc838cb466400097c6710d9
4
- data.tar.gz: da2f8cd90d9aec5b6241ad64a5436d292412ccad3c75197a46993bcac7616aba
3
+ metadata.gz: 22c1d8c40964de099fae8e7b0244f23978d2ff446d1384ab9fb27fca9c5ebba6
4
+ data.tar.gz: f34883f831a14e7e26a0c48ebe4192aa7ac4eb9dbe7ae7820719e94d45f1ca8a
5
5
  SHA512:
6
- metadata.gz: 56aa8c8bdb61b34cc6215f4537f4fe344cec0a6383a67271e37cbf410db6d3c3d6372d8fedef3e08026f77fda6b7c499470c343d12bcc7168618af20c9d387ef
7
- data.tar.gz: 273cdf5b31b4ab426e4f992a683831c259ac189c2b6d73c84b8b8b1916f65380e7c4a1d81e4d44b6bc3d2451d49ae828a138245eb12b6d372de542ff9601373e
6
+ metadata.gz: 11e88406333407e66305f90f7526d797ea2004615d41384cb5b4ba23225e99fa5923828f4dcab05558a50b9e28a308d6bbf109fb26e62a2e69ed1c95b82dd280
7
+ data.tar.gz: c7a92841c0ca3fa1e9f3f13ef650fd817698120578db9b2d4478b4744532c911c09f5b89b61784ac4f92cd28004425cbe26b7d4168cd6330c374f9b0884dc89c
@@ -394,6 +394,7 @@ module LicenseScout
394
394
  ["lockfile", "Ruby", ["https://rubygems.org/gems/lockfile"]],
395
395
  ["logger", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/logger/master/BSDL"]],
396
396
  ["mime-types-data", "MIT", ["https://raw.githubusercontent.com/mime-types/mime-types-data/main/LICENCE.md"]],
397
+ ["mime-types", "MIT", ["https://github.com/mime-types/ruby-mime-types?tab=License-1-ov-file"]],
397
398
  ["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
398
399
  ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
399
400
  ["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
@@ -403,6 +404,7 @@ module LicenseScout
403
404
  ["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/BSDL"]],
404
405
  ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
405
406
  ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
407
+ ["omniauth-chef-oauth2", "Apache-2.0", ["https://github.com/chef/omniauth-chef-oauth2?tab=readme-ov-file#license"]],
406
408
  ["options", "Ruby", ["https://rubygems.org/gems/options"]],
407
409
  ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
408
410
  ["overcommit", nil, ["https://raw.githubusercontent.com/brigade/overcommit/master/MIT-LICENSE"]],
@@ -492,7 +494,6 @@ module LicenseScout
492
494
  # inside the modules we download to inspect for licensing information.
493
495
  [
494
496
  ["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
495
- ["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
496
497
  ["Scalar-List-Utils", nil, ["README"]],
497
498
  ["perl", nil, ["README"]],
498
499
  ["IO", nil, ["README"]],
@@ -549,6 +550,7 @@ module LicenseScout
549
550
  ["Encode-Locale", nil, ["README"]],
550
551
  ["Hash-Merge", nil, ["README.md"]],
551
552
  ["Clone", nil, ["README.md"]],
553
+ ["Clone-PP", nil, ["README"]],
552
554
  ["Clone-Choose", nil, ["README.md"]],
553
555
  ["URI-db", nil, ["README"]],
554
556
  ["URI-Nested", nil, ["README.md"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.17".freeze
19
+ VERSION = "1.3.19".freeze
20
20
  end
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.17
4
+ version: 1.3.19
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-01-31 00:00:00.000000000 Z
11
+ date: 2025-07-31 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.2.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.