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 +4 -4
- data/lib/license_scout/overrides.rb +1 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc5ec63d8a41595b2a12030ff9d4de100181611b25c84d5ef47ebbad5a6baaa5
|
|
4
|
+
data.tar.gz: ef7c9ff4e3164c9c19362b1c24951eed77efbc916dc83aaad22451be1df8fc06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"]],
|
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
|
+
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-
|
|
11
|
+
date: 2020-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|