license_scout 1.3.7 → 1.3.9

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: 821efe0b7cbe4c23507fd59f9ff95d1f581e31a5de758f99274ace3b201dc759
4
- data.tar.gz: 2a8237eb322b64cdd18203d9e971916a032faac03107f683238af38716dd5390
3
+ metadata.gz: bfd25add5460cb17dd5bb7a24bc414052edec259b8c63c473ad09caf3ff2641c
4
+ data.tar.gz: 2af8d103c4f1532b9392a5a725f10a815935fb2a4355ae12e0d32dcaaffcc545
5
5
  SHA512:
6
- metadata.gz: 3ecf357fa8c9b1f2926b406a45b729a056fedf4365abb1208c8725521001f3f43164c8210d163cc94f670971e8bb61340f5da7fd5ce1aa2cd10931b89dbdd9e3
7
- data.tar.gz: 4dd72ce9855374853248b7fa80090a292474d058033537706a7819d5a5a6e22c8e440558fe4794c95059c263ed7737685df6fa34b6a177917c618d9f79120b1c
6
+ metadata.gz: 39c00ee162dc1791560d3859d1283266eb2acfd0b53176ee4bac9068032c247de9a96d027f50eb287fb36724e843e8265e900fe6cf2b725f302d365ed1500b73
7
+ data.tar.gz: a43c73a9f32fb49e6bba8584f38ca24c0f261622534a5c74657b0082acc05f7a5cd6d4202b6a357ed33f61e46f4b82664ac9af2f0f737e1a9c9b96bd74592fe3
@@ -431,7 +431,7 @@ module LicenseScout
431
431
  ["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
432
432
  ["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
433
433
  ["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/LICENSE.txt"]],
434
- ["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/LICENSE.txt"]],
434
+ ["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/BSDL"]],
435
435
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
436
436
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
437
437
  ["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.7".freeze
19
+ VERSION = "1.3.9".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.7
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-06 00:00:00.000000000 Z
11
+ date: 2024-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
256
  - !ruby/object:Gem::Version
257
257
  version: '0'
258
258
  requirements: []
259
- rubygems_version: 3.1.4
259
+ rubygems_version: 3.2.3
260
260
  signing_key:
261
261
  specification_version: 4
262
262
  summary: Discovers license files of a project's dependencies.