license_scout 1.2.6 → 1.2.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/license_scout/overrides.rb +11 -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: eab339ca9a3cd0e459d53b90a87bfa661e4941d0a2f1db5f796734e05debd566
|
4
|
+
data.tar.gz: 0d4e2177475eac49fda982001fc068568c8f031556440a2e33401b739ab9f0e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ece5c93f9293a953c6fb3d623959a00cc0401fb8f7c8d4aa57ccae3e8ac61f6f214659da575302baac0b1ae344b74cf2aeaacf4342a80d0539a402b7830460d6
|
7
|
+
data.tar.gz: b69e2c63c4ab254fb7bbe2bfc15eb0ee5f61aa0085530ce2c0f49b13002d5f3e9d5cab2414172a52da60d88cb9fd68df35244aa5600eea718843294664d60ae6
|
@@ -284,6 +284,7 @@ module LicenseScout
|
|
284
284
|
|
285
285
|
# Default overrides for ruby_bundler dependency manager.
|
286
286
|
other_gems = [
|
287
|
+
["transit-ruby", "Apache-2.0", ["LICENSE"]],
|
287
288
|
["binding_of_caller", "MIT", nil],
|
288
289
|
["bunny", "MIT", nil],
|
289
290
|
["chef-provisioning-aws", "Apache-2.0", ["LICENSE"]],
|
@@ -297,6 +298,7 @@ module LicenseScout
|
|
297
298
|
["em-http-request", "MIT", nil],
|
298
299
|
["equatable", "MIT", ["LICENSE.txt"]],
|
299
300
|
["erubis", "MIT", nil],
|
301
|
+
["formatador", "MIT", ["LICENSE.md"]],
|
300
302
|
["hana", "MIT", ["README.md"]],
|
301
303
|
["highline", "Ruby", ["LICENSE"]],
|
302
304
|
["httpclient", "Ruby", ["README.md"]],
|
@@ -306,6 +308,7 @@ module LicenseScout
|
|
306
308
|
["knife-opc", "Apache-2.0", nil],
|
307
309
|
["little-plugger", "MIT", ["README.rdoc"]],
|
308
310
|
["logging", "MIT", ["README.md"]],
|
311
|
+
["lumberjack", "MIT", ["MIT_LICENSE.txt"]],
|
309
312
|
["method_source", "MIT", nil],
|
310
313
|
["mixlib-authentication", "Apache-2.0", ["LICENSE"]],
|
311
314
|
["mixlib-cli", "Apache-2.0", ["LICENSE"]],
|
@@ -313,6 +316,8 @@ module LicenseScout
|
|
313
316
|
["mixlib-shellout", "Apache-2.0", ["LICENSE"]],
|
314
317
|
["moneta", "MIT", nil],
|
315
318
|
["multipart-post", "MIT", ["README.md"]],
|
319
|
+
["mustermann", "MIT", ["LICENSE"]],
|
320
|
+
["mustermann-grape", "MIT", nil],
|
316
321
|
["net-http-persistent", "MIT", ["README.rdoc"]],
|
317
322
|
["net-http-pipeline", "MIT", ["README.txt"]],
|
318
323
|
["net-telnet", "Ruby", nil],
|
@@ -369,6 +374,7 @@ module LicenseScout
|
|
369
374
|
["googleapis-common-protos", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
|
370
375
|
["grpc-google-iam-v1", "Apache-2.0", ["https://raw.githubusercontent.com/googleapis/googleapis/master/LICENSE"]],
|
371
376
|
["grpc", "Apache-2.0", ["https://raw.githubusercontent.com/grpc/grpc/master/LICENSE"]],
|
377
|
+
["get_process_mem", "MIT", ["https://raw.githubusercontent.com/schneems/get_process_mem/master/README.md"]],
|
372
378
|
["hoe", "MIT", ["https://raw.githubusercontent.com/seattlerb/hoe/master/README.rdoc"]],
|
373
379
|
["http-accept", "MIT", ["https://raw.githubusercontent.com/socketry/http-accept/master/README.md"]],
|
374
380
|
["http_parser.rb", nil, ["https://raw.githubusercontent.com/tmm1/http_parser.rb/master/LICENSE-MIT"]],
|
@@ -378,6 +384,7 @@ module LicenseScout
|
|
378
384
|
["jaro_winkler", "MIT", ["https://raw.githubusercontent.com/tonytonyjan/jaro_winkler/master/LICENSE.txt"]],
|
379
385
|
["json_pure", nil, ["https://raw.githubusercontent.com/flori/json/master/README.md"]],
|
380
386
|
["jwt", nil, ["https://raw.githubusercontent.com/jwt/ruby-jwt/master/LICENSE"]],
|
387
|
+
["libv8", "MIT", ["https://raw.githubusercontent.com/rubyjs/libv8/master/README.md"]],
|
381
388
|
["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
|
382
389
|
["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
|
383
390
|
["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
|
@@ -394,6 +401,7 @@ module LicenseScout
|
|
394
401
|
["rails-html-sanitizer", nil, ["https://raw.githubusercontent.com/rails/rails-html-sanitizer/master/MIT-LICENSE"]],
|
395
402
|
["rails", nil, ["https://raw.githubusercontent.com/rails/rails/master/README.md"]],
|
396
403
|
["railties", nil, ["https://raw.githubusercontent.com/rails/rails/master/railties/MIT-LICENSE"]],
|
404
|
+
["ref", "MIT", ["https://raw.githubusercontent.com/ruby-concurrency/ref/master/MIT_LICENSE"]],
|
397
405
|
["rdoc", "Ruby", ["https://raw.githubusercontent.com/ruby/rdoc/master/LICENSE.rdoc"]],
|
398
406
|
["rest-client", "MIT", ["https://raw.githubusercontent.com/rest-client/rest-client/master/LICENSE"]],
|
399
407
|
["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
|
@@ -404,9 +412,11 @@ module LicenseScout
|
|
404
412
|
["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
|
405
413
|
["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
|
406
414
|
["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
|
415
|
+
["sqlite3-ruby", "BSD-3", ["https://raw.githubusercontent.com/sparklemotion/sqlite3-ruby/master/LICENSE"]],
|
407
416
|
["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
|
408
417
|
["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
|
409
418
|
["therubyracer", "MIT", ["https://raw.githubusercontent.com/rubyjs/therubyracer/master/README.md"]],
|
419
|
+
["thin", "BSD-2-Clause", ["https://raw.githubusercontent.com/macournoyer/thin/master/README.md"]],
|
410
420
|
["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
|
411
421
|
["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
|
412
422
|
["url", "MIT", ["https://raw.githubusercontent.com/tal/URL/master/LICENSE"]],
|
@@ -461,6 +471,7 @@ module LicenseScout
|
|
461
471
|
# Most of the overrides for perl_cpan are pointing to the README files
|
462
472
|
# inside the modules we download to inspect for licensing information.
|
463
473
|
[
|
474
|
+
["sqitch", "MIT", ["https://raw.githubusercontent.com/sqitchers/sqitch/develop/LICENSE.md"]],
|
464
475
|
["Scalar-List-Utils", nil, ["README"]],
|
465
476
|
["perl", nil, ["README"]],
|
466
477
|
["IO", nil, ["README"]],
|
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.13
|
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-06-21 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.
|