license_scout 1.3.1 → 1.3.2
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: 6c061ee9bfa78e8640ae5640cdb70b43cbd2b13c166c72d95e177b185628371c
|
4
|
+
data.tar.gz: 60c73c60c6988a7400856a4015d0327443efd457c7312a0d389f83e017604ffd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dfc525cc1765d62ac7ae542d7a1c0e3bd365d812ba6cb925d39c0db3ab3be8cfeb9db199c30ea4aa131879d0a709c50fb5daa3b4357a9569f43ab5cde16d6e9
|
7
|
+
data.tar.gz: 5b65c5ba58ea1d67e8d9ffb11f9acdeb1a0221d5ea8faa0a33364503f7b9bbe68b4614bfb68f67010a0d94ae8a81f2946d473d11919b4f9081e9856ece969caf
|
@@ -316,7 +316,6 @@ module LicenseScout
|
|
316
316
|
["mixlib-log", "Apache-2.0", ["LICENSE"]],
|
317
317
|
["mixlib-shellout", "Apache-2.0", ["LICENSE"]],
|
318
318
|
["moneta", "MIT", nil],
|
319
|
-
["multipart-post", "MIT", ["README.md"]],
|
320
319
|
["mustermann", "MIT", ["LICENSE"]],
|
321
320
|
["mustermann-grape", "MIT", nil],
|
322
321
|
["net-http-persistent", "MIT", ["README.rdoc"]],
|
@@ -395,6 +394,7 @@ module LicenseScout
|
|
395
394
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
396
395
|
["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
|
397
396
|
["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
|
397
|
+
["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/README.md"]],
|
398
398
|
["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
|
399
399
|
["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
|
400
400
|
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/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.2
|
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-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|