license_scout 1.0.0 → 1.0.1
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 -0
- 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: 3bbbc81e507baefdd9045c9304527067692e1966311be4fa61d20521aaab7c3f
|
|
4
|
+
data.tar.gz: d3bd2613f97b459307337783ad5fc13d776f106535c023d2a774d5a4435c2097
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59eec389d5123daf8f35a64e524cfaea6b45a7ba4a63f53470323cff051ebfe8a5590b6c6d5c71afe0ee8da0eb4b89c23d768b744299a7333d9e9e1d6df3a103
|
|
7
|
+
data.tar.gz: 3cda3fad23bf54a477772c7699c5e553860d8c40c6e01038ee5393b2a1d2dadb7ecd1f08d583e56429d875663624920617ca55834594318a68bfeea47cdf2b3c
|
|
@@ -296,6 +296,7 @@ module LicenseScout
|
|
|
296
296
|
["net-http-persistent", "MIT", ["README.rdoc"]],
|
|
297
297
|
["net-http-pipeline", "MIT", ["README.txt"]],
|
|
298
298
|
["websocket", "MIT", ["README.md"]],
|
|
299
|
+
["timeliness", "MIT", ["LICENSE"]],
|
|
299
300
|
# Overrides that require file fetching from internet
|
|
300
301
|
["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
|
|
301
302
|
["json_pure", nil, ["https://raw.githubusercontent.com/flori/json/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.0.
|
|
4
|
+
version: 1.0.1
|
|
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-
|
|
11
|
+
date: 2018-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|