license_scout 1.1.2 → 1.1.3
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 +1 -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: bcfd31e2de6d1c484372483aef1ff807008ed05952eeda01ea80d2f17cb24e8a
|
4
|
+
data.tar.gz: a6a2d7d772b869644dbc96abec5503f3f094833753e715866abcc891a805d72e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbb6a3d78b703352ae0ee80bd8239802ce136dc19ca1ee549e39ca26f1fddcc2fd8f96d1cd3b5e211159edc343bf548685b364db4ffb679ac4acbce482b45338
|
7
|
+
data.tar.gz: 937e12c8a36750b883e4142e324708426848d3e999af8ecfbb8fae50a0fb4016178be7513e39a9f33ab42941deffdb33fec5021da263141c4320f4118ee590ef
|
@@ -417,7 +417,7 @@ module LicenseScout
|
|
417
417
|
["word-salad", "MIT", ["https://raw.githubusercontent.com/alexvollmer/word_salad/master/README.txt"]],
|
418
418
|
["xml-simple", "Ruby", ["https://raw.githubusercontent.com/maik/xml-simple/master/README.md"]],
|
419
419
|
["zonefile", "MIT", ["https://raw.githubusercontent.com/boesemar/zonefile/master/LICENSE"]],
|
420
|
-
["sync", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/sync/
|
420
|
+
["sync", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/sync/master/LICENSE.txt"]],
|
421
421
|
]
|
422
422
|
(aws_sdk_gems + other_gems).each do |override_data|
|
423
423
|
override_license "ruby_bundler", override_data[0] do |version|
|
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.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serdar Sutay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|