license_scout 1.0.1 → 1.0.2

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: 3bbbc81e507baefdd9045c9304527067692e1966311be4fa61d20521aaab7c3f
4
- data.tar.gz: d3bd2613f97b459307337783ad5fc13d776f106535c023d2a774d5a4435c2097
3
+ metadata.gz: 77e147af531308ecf10327d71da1958acbb3d71afa2e1755b6be2b117007df9f
4
+ data.tar.gz: 52f364ef41afbe6ac7c8592a8a0940bb66b9de20ba33628bd38834c7c8437784
5
5
  SHA512:
6
- metadata.gz: 59eec389d5123daf8f35a64e524cfaea6b45a7ba4a63f53470323cff051ebfe8a5590b6c6d5c71afe0ee8da0eb4b89c23d768b744299a7333d9e9e1d6df3a103
7
- data.tar.gz: 3cda3fad23bf54a477772c7699c5e553860d8c40c6e01038ee5393b2a1d2dadb7ecd1f08d583e56429d875663624920617ca55834594318a68bfeea47cdf2b3c
6
+ metadata.gz: ebc5c4be5abcdf73569f18ff310c39b4165d51e8709e24b8aa146c6885df2a17ad1874eaf30dfa75c9524e186209713e0c6214df24de3bd93316b7c153e8a220
7
+ data.tar.gz: 1b752e128d09923e2439ef6d90f1f19177114e26a1505c493c27f70880c76f85f266921c3e5126e01fcd1c292a2a70e2ccc8e07f5cd4175105b08eb73585d245
@@ -292,6 +292,7 @@ module LicenseScout
292
292
  ["highline", "Ruby", ["LICENSE"]],
293
293
  ["unicorn", "Ruby", ["LICENSE"]],
294
294
  ["winrm-fs", "Apache-2.0", nil],
295
+ ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
295
296
  ["codecov", "MIT", ["https://raw.githubusercontent.com/codecov/codecov-ruby/master/LICENSE.txt"]],
296
297
  ["net-http-persistent", "MIT", ["README.rdoc"]],
297
298
  ["net-http-pipeline", "MIT", ["README.txt"]],
@@ -314,6 +315,7 @@ module LicenseScout
314
315
  ["win32-mmap", nil, ["http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"]],
315
316
  ["win32-mutex", nil, ["http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"]],
316
317
  ["win32-service", nil, ["http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"]],
318
+ ["win32-taskscheduler", nil, ["http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"]],
317
319
  ["windows-api", nil, ["http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt"]],
318
320
  ["rdoc", "Ruby", ["https://raw.githubusercontent.com/ruby/rdoc/master/LICENSE.rdoc"]],
319
321
  ["rest-client", "MIT", ["https://raw.githubusercontent.com/rest-client/rest-client/master/LICENSE"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.0.1"
19
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.2
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-02-26 00:00:00.000000000 Z
11
+ date: 2018-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
240
  version: '0'
241
241
  requirements: []
242
242
  rubyforge_project:
243
- rubygems_version: 2.7.4
243
+ rubygems_version: 2.7.6
244
244
  signing_key:
245
245
  specification_version: 4
246
246
  summary: Discovers license files of a project's dependencies.