license_scout 2.0.9 → 2.0.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 +4 -4
- data/lib/license_scout/cli.rb +2 -1
- data/lib/license_scout/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db36c9186613532a9cf7676e9938be9b1b1a514aa1ec995292596ff8b157fb5a
|
|
4
|
+
data.tar.gz: 3c4793fd5c899c016aba6a543dcde44db3884f4f93356b0f4fa71490546feb36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56847e240ffb8a518790962a25a47371a628a3a722328ef47f8c706a8de9ee51aca16686a3890519df25d1b3bb050288973834623f4fdcfa9c6a3dcbc1cd90bf
|
|
7
|
+
data.tar.gz: c0df727bf8e755dbfef421932b0c4d89a323309f2b59d241980e2a0bae73843f0ba17fb61e7bb4881b41fb4db5fb0489c2566ccfe7837feced527aefa7764dde
|
data/lib/license_scout/cli.rb
CHANGED
|
@@ -45,7 +45,8 @@ module LicenseScout
|
|
|
45
45
|
option :format,
|
|
46
46
|
long: "--format FORMAT",
|
|
47
47
|
description: "When exporting a Dependency Manifest, export to this format",
|
|
48
|
-
in: LicenseScout::Exporter.supported_formats
|
|
48
|
+
in: LicenseScout::Exporter.supported_formats,
|
|
49
|
+
default: "csv"
|
|
49
50
|
|
|
50
51
|
option :log_level,
|
|
51
52
|
short: "-l LEVEL",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: license_scout
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Serdar Sutay
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-04-
|
|
12
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ffi-yajl
|