license_scout 1.3.14 → 1.3.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/license_scout/overrides.rb +2 -1
- 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: 4e5371ab3ce96e79473464e96c9ef41aec8f0abc82ad943b6c2dd1c951528b4d
|
4
|
+
data.tar.gz: 96d7aba7595e28fff263156402f2353ed766386938dc0d1ea4010c34b06d3a5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79b1c2921272fdf97bb55774926f51eca6302f02e094d2afd0916bd2d55c51d5e6e647123ebecd942ca76c55855dcfbfcdf827b4435efa333560c313d07aec5d
|
7
|
+
data.tar.gz: 9037e9ae54d5fbae78ec6700812b780d71f87ecd2406bc0c56f387b2e5185e7609dea167d6aecf088722bb934bd18cbd716486049494f34447c9781f86b06839
|
@@ -434,6 +434,7 @@ module LicenseScout
|
|
434
434
|
["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
|
435
435
|
["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/BSDL"]],
|
436
436
|
["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/BSDL"]],
|
437
|
+
["stringio", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/stringio/master/LICENSE.txt"]],
|
437
438
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
438
439
|
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
439
440
|
["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
|
@@ -545,7 +546,7 @@ module LicenseScout
|
|
545
546
|
["Algorithm-Diff", "Perl-5", ["lib/Algorithm/Diff.pm"]],
|
546
547
|
["Encode-Locale", nil, ["README"]],
|
547
548
|
["Hash-Merge", nil, ["README.md"]],
|
548
|
-
["Clone", nil, ["README"]],
|
549
|
+
["Clone", nil, ["README.md"]],
|
549
550
|
["Clone-Choose", nil, ["README.md"]],
|
550
551
|
["URI-db", nil, ["README"]],
|
551
552
|
["URI-Nested", nil, ["README.md"]],
|
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.
|
4
|
+
version: 1.3.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serdar Sutay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|