license_scout 1.2.4 → 1.2.5

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: 454a64285c9e30adc29c841f5e9b65503117454d38df90ede14464ae22c15a16
4
- data.tar.gz: 5f2ccad1ccc5ce3fe782ffd6cdd47de26641dd03a84da847226642c92d9799ab
3
+ metadata.gz: fc5ec63d8a41595b2a12030ff9d4de100181611b25c84d5ef47ebbad5a6baaa5
4
+ data.tar.gz: ef7c9ff4e3164c9c19362b1c24951eed77efbc916dc83aaad22451be1df8fc06
5
5
  SHA512:
6
- metadata.gz: 1581f66fda991190b26bb8dca749440774fe0922766ffbd444addc267b0cfbe37fe5d53a749fbbeb0b75090a3fc4975bd5982a34161f97056aa11d78c1a11cde
7
- data.tar.gz: 0e2798f40bfe45d7a02a9160adfba7af576e95dde56f2de8c96dd6f2e2202e5a3a80ec32fd02727efee62eb2fa4ca47f9e278b1c68524d241909f9bacc86dd0c
6
+ metadata.gz: 2181a26301e90cc2eb025c541cab9f1723a81a2a5e439795258639e1081f1c4b5f1d63f4cdd7fd4ba3737ab74044678f44a2f50e6c41909ffede05243ec4c36f
7
+ data.tar.gz: aa78a4df65984d07f17e883983a83d86fe6212e99b459d1c5791f618010a72e19862e97e65e8488eff30eb46f9e1702b2fbb8c226885a03ebd351dd2cad5ba4d
@@ -333,7 +333,6 @@ module LicenseScout
333
333
  ["rework", "MIT", ["Readme.md"]],
334
334
  ["rspec", "MIT", nil],
335
335
  ["sequel", "MIT", nil],
336
- ["simplecov_json_formatter", "MIT", nil],
337
336
  ["source-map-resolve", "MIT", ["LICENSE"]],
338
337
  ["source-map-url", "MIT", ["LICENSE"]],
339
338
  ["spork", "MIT", nil],
@@ -400,6 +399,7 @@ module LicenseScout
400
399
  ["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
401
400
  ["rspec-rerun", nil, ["https://raw.githubusercontent.com/dblock/rspec-rerun/master/LICENSE.md"]],
402
401
  ["rubyzip", nil, ["https://raw.githubusercontent.com/rubyzip/rubyzip/master/README.md"]],
402
+ ["simplecov-json", "MIT", ["https://raw.githubusercontent.com/vicentllongo/simplecov-json/master/LICENSE"]],
403
403
  ["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
404
404
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
405
405
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.4".freeze
19
+ VERSION = "1.2.5".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.4
4
+ version: 1.2.5
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-12-02 00:00:00.000000000 Z
11
+ date: 2020-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl