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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f4c5bbed2fd2e2af64f8340ebb749ddd4769c5272160d96c945993c4ecd68cf
4
- data.tar.gz: 858f07c4c6a5c158298f69da7c19bc58c4b316e29d5da0bfd85111ce9716669f
3
+ metadata.gz: db36c9186613532a9cf7676e9938be9b1b1a514aa1ec995292596ff8b157fb5a
4
+ data.tar.gz: 3c4793fd5c899c016aba6a543dcde44db3884f4f93356b0f4fa71490546feb36
5
5
  SHA512:
6
- metadata.gz: 772a4366a8b3d14e344c1bdc7968ecb6063118c0a233c532c42c5e5f476d92110fb305bd9682504863b6cd6d27bec7b8870db9454187f920305451a0366a9297
7
- data.tar.gz: be2e31e7763fc433c5ccf07778158d8d1877f9c3ff857b6148fa2f9137641bf005d5ab0c1373bae3927281eb15903e9f988efbb76ff92a71a5d5fa5760c4fc33
6
+ metadata.gz: 56847e240ffb8a518790962a25a47371a628a3a722328ef47f8c706a8de9ee51aca16686a3890519df25d1b3bb050288973834623f4fdcfa9c6a3dcbc1cd90bf
7
+ data.tar.gz: c0df727bf8e755dbfef421932b0c4d89a323309f2b59d241980e2a0bae73843f0ba17fb61e7bb4881b41fb4db5fb0489c2566ccfe7837feced527aefa7764dde
@@ -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",
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module LicenseScout
19
- VERSION = "2.0.9"
19
+ VERSION = "2.0.11"
20
20
  end
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.9
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-24 00:00:00.000000000 Z
12
+ date: 2018-04-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi-yajl