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 +4 -4
- data/lib/license_scout/overrides.rb +1 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfd25add5460cb17dd5bb7a24bc414052edec259b8c63c473ad09caf3ff2641c
|
4
|
+
data.tar.gz: 2af8d103c4f1532b9392a5a725f10a815935fb2a4355ae12e0d32dcaaffcc545
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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"]],
|
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.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-
|
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.
|
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.
|