license_scout 1.3.4 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d317a5b58d5eb609c9c5d5e16f939a952c3f26c685568a8c30a7b530522ac88b
4
- data.tar.gz: 7f31b59dffb808ad3bb8c62b34058e272241c284e983e3f5b89dd1dad004f6ec
3
+ metadata.gz: 98f1dc7a2a68377355967e9369cba6228b8f8c05caedf75281813ee13d27580a
4
+ data.tar.gz: 94a0b757be6739b4eda8beac666f9dfcfcff204788a36910cef9800fa35573e5
5
5
  SHA512:
6
- metadata.gz: c681a7d85b0aa9a4c9f24e5e5e858011e723231e6b3ab1b969c63fc1b411b0022827d876902aa8623de04e5eb4f804aaea4c10b9df6bf36d547b588a57e1a257
7
- data.tar.gz: b4d3ea91b3d4891ff7fcb3aabbc3894c7825a8b4451107bfede9e271428f6c3f6c083ad6d54aca6462e2d087fe946b96ad5bfbcae3e41fd8cd8e9bc77e10da06
6
+ metadata.gz: 62ea8b44192c45c06c47d29692ed677ad11a7b5538a7a62ade0b2830b410fd59269886fa996907be684a6c68b093ee4d8a00cd43f9428a62abdeab136cddcf20
7
+ data.tar.gz: fd3e87d7f9adbeacb55095fd5615593ef3d80444f214b59f9dd2bd56dceae8b4049cf95b2a3cc0802dc5a8930e7be5266752173eaf26e167e853d87b4ad1e1b9
@@ -326,6 +326,7 @@ module LicenseScout
326
326
  ["ohai", "Apache-2.0", ["LICENSE"]],
327
327
  ["plist", "MIT", nil],
328
328
  ["proxifier", "MIT", nil],
329
+ ["proxifier2", "MIT", nil],
329
330
  ["pry-remote", "MIT", nil],
330
331
  ["pry-stack_explorer", "MIT", nil],
331
332
  ["pry", "MIT", nil],
@@ -397,7 +398,7 @@ module LicenseScout
397
398
  ["multipart-post", "MIT", ["https://raw.githubusercontent.com/socketry/multipart-post/main/license.md"]],
398
399
  ["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
399
400
  ["net-protocol", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/net-protocol/master/LICENSE.txt"]],
400
- ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/README.md"]],
401
+ ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/readme.md"]],
401
402
  ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
402
403
  ["options", "Ruby", ["https://rubygems.org/gems/options"]],
403
404
  ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.4".freeze
19
+ VERSION = "1.3.6".freeze
20
20
  end
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
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-01-31 00:00:00.000000000 Z
11
+ date: 2023-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl