license_scout 1.2.2 → 1.2.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc7ba9bd9932adf7c83cd85d891ae72309522d967072fc7242298ce8d0afca83
4
- data.tar.gz: 54b111a38cf0897a7d169a8f4731f8b15b0d9068394695ae85d5549a551fc6c3
3
+ metadata.gz: 18f561efda9dff0bd53a2dd856bd7c4d0b6b01758a529a5d9331c61c83cd7f5c
4
+ data.tar.gz: 53d35b05f11e9d53540cc524a62550e47b19f172510f8c50f26a6a11618b281a
5
5
  SHA512:
6
- metadata.gz: '007829770e1c91e8f23e8272383da94afdefba2f74745c538f1e8a77c484fffc2fd06f66c3fdb677a58b26b7fa86d96872fc262f285c277026b8a09d1410de7d'
7
- data.tar.gz: c624bb6d909c1b0c00655a8a4c7781d4e5b542a2508f7608c6ce73a6a1448ff81cb889295151a8f1ead8618abcf30ae34b2ea5abecf7567429b72e72557f2c5f
6
+ metadata.gz: 565abcdcac1056cb9169946e7f6fcfb687bc565722ee441a75bb13bfd3679c586daea450ce0b7fc8bb6b212981c1ddee8352c88bf24a9d3a95d85ed875f4bf99
7
+ data.tar.gz: f055dee5c79e512f8db49bfa69640c816bcbb4772eefa8f146c3ddac703f1469964578c87aa58a5f1d3237cc25d371ae7ba550d77db3104fbed48ff8d08d891d
@@ -351,6 +351,7 @@ module LicenseScout
351
351
  # Overrides that require file fetching from internet
352
352
  ["amqp", "Ruby", ["https://raw.githubusercontent.com/ruby-amqp/amqp/master/README.md"]],
353
353
  ["aws-sigv4", "MIT", ["https://raw.githubusercontent.com/cmdrkeene/aws4/master/readme.md"]],
354
+ ["bigdecimal", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/bigdecimal/v1.3.5/LICENSE.txt"]],
354
355
  ["blankslate", "MIT", ["https://raw.githubusercontent.com/masover/blankslate/master/MIT-LICENSE"]],
355
356
  ["codecov", "MIT", ["https://raw.githubusercontent.com/codecov/codecov-ruby/master/LICENSE.txt"]],
356
357
  ["coffee-script-source", nil, ["https://raw.githubusercontent.com/jessedoyle/coffee-script-source/master/LICENSE"]],
@@ -377,6 +378,7 @@ module LicenseScout
377
378
  ["jaro_winkler", "MIT", ["https://raw.githubusercontent.com/tonytonyjan/jaro_winkler/master/LICENSE.txt"]],
378
379
  ["json_pure", nil, ["https://raw.githubusercontent.com/flori/json/master/README.md"]],
379
380
  ["jwt", nil, ["https://raw.githubusercontent.com/jwt/ruby-jwt/master/LICENSE"]],
381
+ ["libv8", "MIT", ["https://raw.githubusercontent.com/rubyjs/libv8/master/README.md"]],
380
382
  ["minitar", "Ruby", ["https://raw.githubusercontent.com/atoulme/minitar/master/README"]],
381
383
  ["minitest", nil, ["https://raw.githubusercontent.com/seattlerb/minitest/master/README.rdoc"]],
382
384
  ["mocha", "MIT", ["https://raw.githubusercontent.com/freerange/mocha/master/MIT-LICENSE.md"]],
@@ -393,11 +395,13 @@ module LicenseScout
393
395
  ["rails-html-sanitizer", nil, ["https://raw.githubusercontent.com/rails/rails-html-sanitizer/master/MIT-LICENSE"]],
394
396
  ["rails", nil, ["https://raw.githubusercontent.com/rails/rails/master/README.md"]],
395
397
  ["railties", nil, ["https://raw.githubusercontent.com/rails/rails/master/railties/MIT-LICENSE"]],
398
+ ["ref", "MIT", ["https://raw.githubusercontent.com/ruby-concurrency/ref/master/MIT_LICENSE"]],
396
399
  ["rdoc", "Ruby", ["https://raw.githubusercontent.com/ruby/rdoc/master/LICENSE.rdoc"]],
397
400
  ["rest-client", "MIT", ["https://raw.githubusercontent.com/rest-client/rest-client/master/LICENSE"]],
398
401
  ["rly", "MIT", ["https://raw.githubusercontent.com/farcaller/rly/master/LICENSE.txt"]],
399
402
  ["rspec-rerun", nil, ["https://raw.githubusercontent.com/dblock/rspec-rerun/master/LICENSE.md"]],
400
403
  ["rubyzip", nil, ["https://raw.githubusercontent.com/rubyzip/rubyzip/master/README.md"]],
404
+ ["simplecov_json_formatter", "MIT", ["https://raw.githubusercontent.com/codeclimate-community/simplecov_json_formatter/master/LICENSE"]],
401
405
  ["sfl", "Ruby", ["https://raw.githubusercontent.com/ujihisa/spawn-for-legacy/master/LICENCE.md"]],
402
406
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
403
407
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.2.2".freeze
19
+ VERSION = "1.2.7".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.2
4
+ version: 1.2.7
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-10-07 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl