license_scout 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba5a3423337e366708f2008633e2eb723a2e172c9a2e896cc32b0f476044b096
4
- data.tar.gz: 015c13278947e738b795a2e8914e6f940629b403b78a5df25a33f66d975c4243
3
+ metadata.gz: de358dcf1cd489ff522e174d9ff59e9d098c0ba562ca61707050bf55209e0290
4
+ data.tar.gz: 3bc1667c920b9e74f7fa625395f94a125a2f73bf2182eec454aab176684a5aec
5
5
  SHA512:
6
- metadata.gz: 84fc08168529f4070b5023610efbf5edb4cb57f784904367bd09dec1dedc9a6687d80cefa29f40c2da4ad05e1c881495fcbc6b63cc1040de9b509cab08faa539
7
- data.tar.gz: 02cb4af1a1f93896c54933574f466e70ae694a9cbd771c010ef92744e26c4cb5ad0ddb945a89640c51b002e86b714a0e915aef6badd705ee07897ec1f2478652
6
+ metadata.gz: 0750bdf35bc573193bd62890b3fe5badce65b197134cb8ad9bb4d83af072498342d382e2a7f47b2cb40013dfcc62c06eb274087ee94231ef4d2544c4f5cd5842
7
+ data.tar.gz: eaa2552bd4e940668b97b4cda43d6ac76c316f8baaa1cec867fd4339d4f445577d0e9b9da5ecc93a0cf4ccbc014cc83d4f9d891f6376108e98422c517de2a8fc
@@ -883,7 +883,8 @@ module LicenseScout
883
883
  ["buffer-alloc", nil, [canonical("MIT")]],
884
884
  ["buffer-alloc-unsafe", nil, [canonical("MIT")]],
885
885
  ["buffer-fill", nil, [canonical("MIT")]],
886
- ["ipaddr.js", "MIT", ["https://raw.githubusercontent.com/whitequark/ipaddr.js/master/LICENSE"]]
886
+ ["ipaddr.js", "MIT", ["https://raw.githubusercontent.com/whitequark/ipaddr.js/master/LICENSE"]],
887
+ ["psl", "MIT", ["https://raw.githubusercontent.com/wrangr/psl/master/README.md"]]
887
888
  ].each do |override_data|
888
889
  override_license "js_npm", override_data[0] do |version|
889
890
  {}.tap do |d|
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.0.13"
19
+ VERSION = "1.0.14"
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.0.13
4
+ version: 1.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serdar Sutay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl