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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26fa735335ee9c961712c9ad23407b61df57f9080a355ff076c3f97f88a6b2a1
4
- data.tar.gz: 8d19d992c3bc220070bc0e5a54fa3ba050f77bb9c0f22fa91e5d281f1c42d438
3
+ metadata.gz: eab339ca9a3cd0e459d53b90a87bfa661e4941d0a2f1db5f796734e05debd566
4
+ data.tar.gz: 0d4e2177475eac49fda982001fc068568c8f031556440a2e33401b739ab9f0e3
5
5
  SHA512:
6
- metadata.gz: 848150d78527ca03769333f1dc1d9649d0ca26593e2bca492e046a26e406d51e203157a4d71e8d3a47d6049d78d93402315befdf2e5a89bc6db7bf9531cb2eaf
7
- data.tar.gz: b73da0a683d24079dae2eec7f3c123ee67d80735f19fb4f961344d2618dd24b48a819bf87942c8db1b95719051c09457b9bd315c90de4fe320739f0301003723
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"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.6".freeze
19
+ VERSION = "1.2.13".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.6
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: 2020-12-03 00:00:00.000000000 Z
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.0.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.