license_scout 1.3.3 → 1.3.4
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: d317a5b58d5eb609c9c5d5e16f939a952c3f26c685568a8c30a7b530522ac88b
|
4
|
+
data.tar.gz: 7f31b59dffb808ad3bb8c62b34058e272241c284e983e3f5b89dd1dad004f6ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c681a7d85b0aa9a4c9f24e5e5e858011e723231e6b3ab1b969c63fc1b411b0022827d876902aa8623de04e5eb4f804aaea4c10b9df6bf36d547b588a57e1a257
|
7
|
+
data.tar.gz: b4d3ea91b3d4891ff7fcb3aabbc3894c7825a8b4451107bfede9e271428f6c3f6c083ad6d54aca6462e2d087fe946b96ad5bfbcae3e41fd8cd8e9bc77e10da06
|
@@ -394,7 +394,7 @@ module LicenseScout
|
|
394
394
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
395
395
|
["minitest-sprint", "MIT", ["https://raw.githubusercontent.com/seattlerb/minitest-sprint/master/README.rdoc"]],
|
396
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/
|
397
|
+
["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/license.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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serdar Sutay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|