license_scout 1.1.10 → 1.1.11
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cfb3a530de403a1da1a5390f89631ebce2d43f441af98f00fdb25c71d8124b2
|
4
|
+
data.tar.gz: 50183394657a91bcec78ede05b1071dedb305bf8fd8f1ea06605ea3334c2cbd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8bd13b6282f0c8277eaa92e679448cc537073866a8433dc2ea6d7eb0ec8c462784e73d03c38d8261a15cdb9589942dc6bf6200921d376713e8bdbf1ff3426bb
|
7
|
+
data.tar.gz: 30848958e7588638f4811623ec6726902174a10cbacc578cac90cd97f65c688ec0242b8560938fb5de727b910c7e4b4b5344d1bf72d3f6b42b0d2bd3e243cca7
|
data/bin/license_scout
CHANGED
@@ -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("
|
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"]],
|
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.
|
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-
|
11
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi-yajl
|