license_scout 1.3.5 → 1.3.6
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: 98f1dc7a2a68377355967e9369cba6228b8f8c05caedf75281813ee13d27580a
|
4
|
+
data.tar.gz: 94a0b757be6739b4eda8beac666f9dfcfcff204788a36910cef9800fa35573e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62ea8b44192c45c06c47d29692ed677ad11a7b5538a7a62ade0b2830b410fd59269886fa996907be684a6c68b093ee4d8a00cd43f9428a62abdeab136cddcf20
|
7
|
+
data.tar.gz: fd3e87d7f9adbeacb55095fd5615593ef3d80444f214b59f9dd2bd56dceae8b4049cf95b2a3cc0802dc5a8930e7be5266752173eaf26e167e853d87b4ad1e1b9
|
@@ -398,7 +398,7 @@ module LicenseScout
|
|
398
398
|
["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/license.md"]],
|
399
399
|
["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
|
400
400
|
["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
|
401
|
-
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/
|
401
|
+
["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
|
402
402
|
["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
|
403
403
|
["options", "Ruby", ["https://rubygems.org/gems/options"]],
|
404
404
|
["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Serdar Sutay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|