license_scout 1.2.14 → 1.2.15
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 -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: d579a9838deb5d3acd1d8c3d7fe5840f8051106aaa65b684b01c5b2f0227a024
|
|
4
|
+
data.tar.gz: 1f24c0e66d4f34b4d78ad4e3e0ffb58ff64fc6aa41b7f7fff63760f414a9f147
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dae51b3a77ac122b840e97b286b4e10d55d292d06d456d4dc5402e567e28dbbe12c6aa246a0341b657a9122693e3f47632377f08bd80a005f14959886c6ff843
|
|
7
|
+
data.tar.gz: e8af5ca1450a0b16048060043cd5412060a85f6ba9f67fab856086b9e46aa1a1141db065e1b5fc47df05c00ff6a6a5a0a5a3d8451a438df468e4c2030d0fdc74
|
|
@@ -362,6 +362,7 @@ module LicenseScout
|
|
|
362
362
|
["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
|
|
363
363
|
["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
|
|
364
364
|
["cucumber-wire", nil, ["https://raw.githubusercontent.com/cucumber/cucumber-ruby-wire/master/LICENSE"]],
|
|
365
|
+
["date", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/date/master/README.md"]],
|
|
365
366
|
["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
|
|
366
367
|
["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
|
|
367
368
|
["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
|
|
@@ -472,6 +473,7 @@ module LicenseScout
|
|
|
472
473
|
# inside the modules we download to inspect for licensing information.
|
|
473
474
|
[
|
|
474
475
|
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
|
476
|
+
["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
|
|
475
477
|
["Scalar-List-Utils", nil, ["README"]],
|
|
476
478
|
["perl", nil, ["README"]],
|
|
477
479
|
["IO", nil, ["README"]],
|
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.2.
|
|
4
|
+
version: 1.2.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serdar Sutay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|