license_scout 1.2.14 → 1.2.15

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: 93edcca5d8519d2e703315f6c0a340c9c0c43b10fefa4cd20592c8a358c51d69
4
- data.tar.gz: 657631bc0074cd284bd297d34a446db3170bbdf95ad08ae317d480f0fe79cc4a
3
+ metadata.gz: d579a9838deb5d3acd1d8c3d7fe5840f8051106aaa65b684b01c5b2f0227a024
4
+ data.tar.gz: 1f24c0e66d4f34b4d78ad4e3e0ffb58ff64fc6aa41b7f7fff63760f414a9f147
5
5
  SHA512:
6
- metadata.gz: e4ee7c3a80b5ff89f7604618e61bb5ac86b32360f6e62318f9a69ee1b9a90ff43a5405cf4151d79297839db2b7b67d7a7d3831b75f962a079c2d9d9bcf216f9e
7
- data.tar.gz: 7d46903c36fff2e994758a38b8a18f5058785bee668d55c26bcf5ab3f5886134276f95576445e6d35cef860df13d0df507ee6744b012b7916fccfe3e2b05121a
6
+ metadata.gz: dae51b3a77ac122b840e97b286b4e10d55d292d06d456d4dc5402e567e28dbbe12c6aa246a0341b657a9122693e3f47632377f08bd80a005f14959886c6ff843
7
+ data.tar.gz: e8af5ca1450a0b16048060043cd5412060a85f6ba9f67fab856086b9e46aa1a1141db065e1b5fc47df05c00ff6a6a5a0a5a3d8451a438df468e4c2030d0fdc74
@@ -362,6 +362,7 @@ module LicenseScout
362
362
  ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
363
363
  ["compass", "MIT", ["https://raw.githubusercontent.com/Compass/compass/stable/LICENSE.markdown"]],
364
364
  ["cucumber-wire", nil, ["https://raw.githubusercontent.com/cucumber/cucumber-ruby-wire/master/LICENSE"]],
365
+ ["date", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/date/master/README.md"]],
365
366
  ["dep_selector", nil, ["https://raw.githubusercontent.com/chef/dep-selector/master/LICENSE"]],
366
367
  ["enumerable-lazy", "MIT", ["https://raw.githubusercontent.com/yhara/enumerable-lazy/master/README.md"]],
367
368
  ["fast_xs", "MIT", ["https://raw.githubusercontent.com/brianmario/fast_xs/master/LICENSE"]],
@@ -472,6 +473,7 @@ module LicenseScout
472
473
  # inside the modules we download to inspect for licensing information.
473
474
  [
474
475
  ["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
476
+ ["sqitch", "MIT", ["https://raw.githubusercontent.com/theory/sqitch/master/README.md"]],
475
477
  ["Scalar-List-Utils", nil, ["README"]],
476
478
  ["perl", nil, ["README"]],
477
479
  ["IO", nil, ["README"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.14".freeze
19
+ VERSION = "1.2.15".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.2.14
4
+ version: 1.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl