license_scout 1.1.8 → 1.1.9

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: d2a72072b80dddb0469b27bd4a56ab6ed4150a8ec7fa74fafa7f66210eca1f57
4
- data.tar.gz: 20213085708ceb67439c3a33d79aa0eef751714ec1683e6f3ba3ffff119de5fe
3
+ metadata.gz: 687142900a086afb7ad01cf6da8782c713880bfd8997931e14fdc13191d5eb33
4
+ data.tar.gz: a0eed0e24297d3820539d9840d1a2d88f0f249246c5ed0885b0a725c0fa2a682
5
5
  SHA512:
6
- metadata.gz: fe3ab2b181634e5f1bb4883fc65c7f311f2b7bdcda18eb63bcb57f5e368d555948a1625ebac369bac7346ebe1f230dc3e7944840625bc085fd9967053b479524
7
- data.tar.gz: 8e5857c74a556b84ea938f9f8bc1afe7c92186178eead8df4ccfd65315317ff34421f28ca2603a263a27fa99efbaa5b62eeeb56d39f378a6391ed9e0b91898ef
6
+ metadata.gz: 541f5b9f8bb6d557a2264bfb81dbdab8041681f69382330fa568750833b6843c63aa31ff4841b71cf0bdba7aa86534963e5da19c3246a87b7750cabd75d99f8b
7
+ data.tar.gz: 6a76f377c991f779ec42efaf0a0f7587e026c9a88ea7408d8c46bcaa6cc91ea7ea696eeb22237636fdc9b7c3719b5cdbfa97642756371a7ffec89f4b7aee760d
@@ -381,6 +381,7 @@ module LicenseScout
381
381
  ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
382
382
  ["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
383
383
  ["net-http-spy", "Public-Domain", ["https://raw.githubusercontent.com/martinbtt/net-http-spy/master/readme.markdown"]],
384
+ ["nio4r", "MIT", ["https://raw.githubusercontent.com/socketry/nio4r/master/README.md"]],
384
385
  ["omniauth-chef", nil, ["https://raw.githubusercontent.com/chef/omniauth-chef/master/README.md"]],
385
386
  ["os", "MIT", ["https://raw.githubusercontent.com/rdp/os/master/LICENSE"]],
386
387
  ["overcommit", nil, ["https://raw.githubusercontent.com/brigade/overcommit/master/MIT-LICENSE"]],
@@ -399,6 +400,7 @@ module LicenseScout
399
400
  ["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
400
401
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
401
402
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
403
+ ["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
402
404
  ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
403
405
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
404
406
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.1.8".freeze
19
+ VERSION = "1.1.9".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.1.8
4
+ version: 1.1.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: 2020-04-14 00:00:00.000000000 Z
11
+ date: 2020-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl