license_scout 1.0.25 → 1.0.26
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 -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: 8cc1e861b009684e5d7fdea7b0f0e87a0e4e272482e833d8b25298cd765f9079
|
4
|
+
data.tar.gz: 0ed65ba67bee9766618f8491c53813c29c4c61b9ccd96bb6089413045e54ffda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 761aebce43ed621c2a88c35461c965f135cba84f6da46baeea9e05a2e22bf37f8a6ea77af428841f721d935858f76ac005aced24a22b15727a672939e04268d6
|
7
|
+
data.tar.gz: 96c203bf7d4ee73710762ba5eef50a39be3d7108ef18b53231fc23ac24e2f035c432f1fda9f0c44cc6f8e36303b59f56eed22843bd27d4c957a935e52dfb2f34
|
@@ -367,6 +367,7 @@ module LicenseScout
|
|
367
367
|
["grpc-google-iam-v1", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
|
368
368
|
["grpc", "Apache-2.0", ["https://raw.githubusercontent.com/grpc/grpc/master/LICENSE"]],
|
369
369
|
["hoe", "MIT", ["https://raw.githubusercontent.com/seattlerb/hoe/master/README.rdoc"]],
|
370
|
+
["http-accept", "MIT", ["https://raw.githubusercontent.com/socketry/http-accept/master/README.md"]],
|
370
371
|
["http_parser.rb", nil, ["https://raw.githubusercontent.com/tmm1/http_parser.rb/master/LICENSE-MIT"]],
|
371
372
|
["inspec-msccm", nil, [canonical("Chef-MLSA")]],
|
372
373
|
["inspec-scap", nil, [canonical("Chef-MLSA")]],
|
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.0.
|
4
|
+
version: 1.0.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serdar Sutay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-09-
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|