license_scout 1.1.10 → 1.1.11

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: d79460d42d870e97c1824e06e0d6803a6914b73fb5e7ae7bc0eeae44852c9cb9
4
- data.tar.gz: d339668801c105451ee933cbb7e205105aaaae936ff02eb424fec625ad958dee
3
+ metadata.gz: 8cfb3a530de403a1da1a5390f89631ebce2d43f441af98f00fdb25c71d8124b2
4
+ data.tar.gz: 50183394657a91bcec78ede05b1071dedb305bf8fd8f1ea06605ea3334c2cbd8
5
5
  SHA512:
6
- metadata.gz: 6e92b2814d8d7aaad251edda89dbd742d944508c4a1059f92d9738126917860b52143eb204a772c88e21896b6035a401cac308f4f5a270599c59ec333e1d2ff8
7
- data.tar.gz: ff12dc139a63473b066eebce15b667a27517c0613555366709b2fed75617d05b99852e93f6e48d4f75827773ef2266059e63db3b0bab4311163c1f013bbab682
6
+ metadata.gz: e8bd13b6282f0c8277eaa92e679448cc537073866a8433dc2ea6d7eb0ec8c462784e73d03c38d8261a15cdb9589942dc6bf6200921d376713e8bdbf1ff3426bb
7
+ data.tar.gz: 30848958e7588638f4811623ec6726902174a10cbacc578cac90cd97f65c688ec0242b8560938fb5de727b910c7e4b4b5344d1bf72d3f6b42b0d2bd3e243cca7
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- $:.unshift File.expand_path("../../lib", __FILE__)
19
+ $:.unshift File.expand_path("../lib", __dir__)
20
20
 
21
21
  require "license_scout/collector"
22
22
  require "license_scout/overrides"
@@ -29,7 +29,7 @@ require "license_scout/license_file_analyzer/text"
29
29
  module LicenseScout
30
30
  module LicenseFileAnalyzer
31
31
  class Template
32
- TEMPLATE_PATH = Pathname.new(File.expand_path("../templates", __FILE__))
32
+ TEMPLATE_PATH = Pathname.new(File.expand_path("templates", __dir__))
33
33
 
34
34
  def self.named(name)
35
35
  new TEMPLATE_PATH.join("#{name}.txt").read
@@ -401,6 +401,7 @@ module LicenseScout
401
401
  ["slack-notifier", "MIT", ["https://raw.githubusercontent.com/stevenosloan/slack-notifier/master/LICENSE"]],
402
402
  ["sslshake", "MPL-2.0", ["https://raw.githubusercontent.com/arlimus/sslshake/master/README.md"]],
403
403
  ["sprockets", "MIT", ["https://raw.githubusercontent.com/rails/sprockets/master/MIT-LICENSE"]],
404
+ ["strscan", "BSD-2-Clause", ["https://raw.githubusercontent.com/ruby/strscan/master/LICENSE.txt"]],
404
405
  ["structured_warnings", "MIT", ["https://raw.githubusercontent.com/schmidt/structured_warnings/master/LICENSE.txt"]],
405
406
  ["unicorn-rails", "MIT", ["https://raw.githubusercontent.com/samuelkadolph/unicorn-rails/master/LICENSE"]],
406
407
  ["uri_template", "MIT", ["https://raw.githubusercontent.com/hannesg/uri_template/master/uri_template.gemspec"]],
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "1.1.10".freeze
19
+ VERSION = "1.1.11".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.1.10
4
+ version: 1.1.11
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-09-17 00:00:00.000000000 Z
11
+ date: 2020-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl