license_scout 1.2.10 → 1.2.12
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: 061c46252153dc8110f25e0c9ddf91a7e50b07afaa333f1d8d410323533e5ccb
|
|
4
|
+
data.tar.gz: 2746ea801bc7fb38cb63a2174892268c120701e00f2e64d4952d72aeb3c61856
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d98d45e6f8b19c161a849cf527b1e34fd96830079184b0b3043db4ad21dbc2b6395f9b77e89b2e977cf956e2b17836aef19586e78f82badb6c8409c91d1cd08e
|
|
7
|
+
data.tar.gz: eb5aa4026fb9f04409c233b17496b1259d2da4c9a8f42391a99ff644020b5cab3c7af09717a6ad94d56ee7af94b3c52b854a815516d6edcc81337b249ea32acf
|
|
@@ -284,6 +284,7 @@ module LicenseScout
|
|
|
284
284
|
|
|
285
285
|
# Default overrides for ruby_bundler dependency manager.
|
|
286
286
|
other_gems = [
|
|
287
|
+
["transit-ruby", "Apache-2.0", ["LICENSE"]],
|
|
287
288
|
["binding_of_caller", "MIT", nil],
|
|
288
289
|
["bunny", "MIT", nil],
|
|
289
290
|
["chef-provisioning-aws", "Apache-2.0", ["LICENSE"]],
|
|
@@ -468,6 +469,7 @@ module LicenseScout
|
|
|
468
469
|
# Most of the overrides for perl_cpan are pointing to the README files
|
|
469
470
|
# inside the modules we download to inspect for licensing information.
|
|
470
471
|
[
|
|
472
|
+
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
|
471
473
|
["Scalar-List-Utils", nil, ["README"]],
|
|
472
474
|
["perl", nil, ["README"]],
|
|
473
475
|
["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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serdar Sutay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|