license_scout 1.2.7 → 1.2.9
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 +4 -0
- data/lib/license_scout/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 913dd949ea61e14028ef8d5525a08523e48b1416598cf2f4dbad9f74bcc424fd
|
|
4
|
+
data.tar.gz: 724a2cffb03b2aa50e9ab4a389acc4a8e4f008d4b0973f42117bcb548dc30942
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ffbad22e8cb313b10462104b3f3cdc5d56a54b8650684f902123c0c3245f85173d53285084b8dbe965431a981911bef5dc6ecd8c7e36fe8c0bf019742b7ff2
|
|
7
|
+
data.tar.gz: 28f7149f7ca0fded8154e61c2280e3f564ddb1b3f97a7f4cbd51d5c4ab6687d80d3d0f90454fa23d7dc746466205d9539392c1cc3fa09891eb07e7add75e33a3
|
|
@@ -297,6 +297,7 @@ module LicenseScout
|
|
|
297
297
|
["em-http-request", "MIT", nil],
|
|
298
298
|
["equatable", "MIT", ["LICENSE.txt"]],
|
|
299
299
|
["erubis", "MIT", nil],
|
|
300
|
+
["formatador", "MIT", ["LICENSE.md"]],
|
|
300
301
|
["hana", "MIT", ["README.md"]],
|
|
301
302
|
["highline", "Ruby", ["LICENSE"]],
|
|
302
303
|
["httpclient", "Ruby", ["README.md"]],
|
|
@@ -306,6 +307,7 @@ module LicenseScout
|
|
|
306
307
|
["knife-opc", "Apache-2.0", nil],
|
|
307
308
|
["little-plugger", "MIT", ["README.rdoc"]],
|
|
308
309
|
["logging", "MIT", ["README.md"]],
|
|
310
|
+
["lumberjack", "MIT", ["MIT_LICENSE.txt"]],
|
|
309
311
|
["method_source", "MIT", nil],
|
|
310
312
|
["mixlib-authentication", "Apache-2.0", ["LICENSE"]],
|
|
311
313
|
["mixlib-cli", "Apache-2.0", ["LICENSE"]],
|
|
@@ -313,6 +315,8 @@ module LicenseScout
|
|
|
313
315
|
["mixlib-shellout", "Apache-2.0", ["LICENSE"]],
|
|
314
316
|
["moneta", "MIT", nil],
|
|
315
317
|
["multipart-post", "MIT", ["README.md"]],
|
|
318
|
+
["mustermann", "MIT", ["LICENSE"]],
|
|
319
|
+
["mustermann-grape", "MIT", nil],
|
|
316
320
|
["net-http-persistent", "MIT", ["README.rdoc"]],
|
|
317
321
|
["net-http-pipeline", "MIT", ["README.txt"]],
|
|
318
322
|
["net-telnet", "Ruby", nil],
|
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.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:
|
|
11
|
+
date: 2021-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi-yajl
|
|
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
256
256
|
- !ruby/object:Gem::Version
|
|
257
257
|
version: '0'
|
|
258
258
|
requirements: []
|
|
259
|
-
rubygems_version: 3.
|
|
259
|
+
rubygems_version: 3.1.4
|
|
260
260
|
signing_key:
|
|
261
261
|
specification_version: 4
|
|
262
262
|
summary: Discovers license files of a project's dependencies.
|