license_scout 1.3.14 → 1.3.16

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: 87b75f9bc82baf333f8c3dbb861870d1f08bb77dac439c9a42c14296661b5eb7
4
- data.tar.gz: 8e88b1fa308c967888892d504e0e4362f94a251be18527412cf6101e36c4f30a
3
+ metadata.gz: 4e5371ab3ce96e79473464e96c9ef41aec8f0abc82ad943b6c2dd1c951528b4d
4
+ data.tar.gz: 96d7aba7595e28fff263156402f2353ed766386938dc0d1ea4010c34b06d3a5f
5
5
  SHA512:
6
- metadata.gz: b413008526ced6fe113dc13eee69b13a43ce30e15cc1d5223038fdd2f423fa5110336d1c3db2b837cf41f83a44bb2de1cbe89eb996530fdb7b74cad70f55867d
7
- data.tar.gz: 51cdd0449b9f4f3a6c73bdc7bad57a0942e7c0901909be1739a37d06aabf8da7bdd6ca7a25eb548cb41719973782f817feb0dd40478e67097fdb186ad5298303
6
+ metadata.gz: 79b1c2921272fdf97bb55774926f51eca6302f02e094d2afd0916bd2d55c51d5e6e647123ebecd942ca76c55855dcfbfcdf827b4435efa333560c313d07aec5d
7
+ data.tar.gz: 9037e9ae54d5fbae78ec6700812b780d71f87ecd2406bc0c56f387b2e5185e7609dea167d6aecf088722bb934bd18cbd716486049494f34447c9781f86b06839
@@ -434,6 +434,7 @@ module LicenseScout
434
434
  ["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
435
435
  ["time", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/time/master/BSDL"]],
436
436
  ["timeout", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/timeout/master/BSDL"]],
437
+ ["stringio", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/stringio/master/LICENSE.txt"]],
437
438
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
438
439
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
439
440
  ["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
@@ -545,7 +546,7 @@ module LicenseScout
545
546
  ["Algorithm-Diff", "Perl-5", ["lib/Algorithm/Diff.pm"]],
546
547
  ["Encode-Locale", nil, ["README"]],
547
548
  ["Hash-Merge", nil, ["README.md"]],
548
- ["Clone", nil, ["README"]],
549
+ ["Clone", nil, ["README.md"]],
549
550
  ["Clone-Choose", nil, ["README.md"]],
550
551
  ["URI-db", nil, ["README"]],
551
552
  ["URI-Nested", nil, ["README.md"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.3.14".freeze
19
+ VERSION = "1.3.16".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.14
4
+ version: 1.3.16
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-10-15 00:00:00.000000000 Z
11
+ date: 2024-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl