chelsea 0.0.4 → 0.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/chelsea +1 -1
  3. data/lib/chelsea/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8ddb15d0a891dbfa7ce2c666d01ef1cda63727631496efc44fb71202931c485
4
- data.tar.gz: 982bdf90ff3ed1851c6eea78519f7dbab3b40c60c23e5b21949035437bc9680c
3
+ metadata.gz: 7c31a37e1fb1eac86e8eb9c6f25c4a5bda4eff5ed362ac64b8117f954547293f
4
+ data.tar.gz: c7e9c8170e2864da8af8b35ddbe9c7e49572e9393236d445aa6e52d7f5dbba61
5
5
  SHA512:
6
- metadata.gz: 77205e26a996f43726400fa0ab2ac96299829c75546a3b2d8b153df476d9065defbae40007e1095046fa1f917655fe57c0a919e2986ff28d66fb7b0fcbf3b196
7
- data.tar.gz: 45499656d17b88a75584c687488af409770dffcdd331bc55292f52cad2aa572e3b9ff757ba880006928b8da386ba8900e65d72d54a3fb03121b745c777b17027
6
+ metadata.gz: 2dd0bfcac2578790ebc122ad866f6cf503a33eb1e46e210ae16ad2c8e23aa11f834344c4e3e29d29335ecdebc8b3846438b2e58a655b3799acd1fc22001684f8
7
+ data.tar.gz: 4a4aa14bc7300d9725d7ebad07e7f8b890fd634666ad9f9248afc86b0c759872987bf14265ffb24d0df54518f9b78d15a0c90aa9bfc881239f2db30e70710dc9
data/bin/chelsea CHANGED
@@ -5,7 +5,7 @@ require 'slop'
5
5
  opts =
6
6
  begin
7
7
  Slop.parse do |o|
8
- o.string '-f', '--file', 'do the dang thing'
8
+ o.string '-f', '--file', 'path to your Gemfile.lock'
9
9
  o.bool '-q', '--quiet', 'make chelsea only output vulnerable third party dependencies for text output (default: false)', default: false
10
10
  o.string '-t', '--format', 'choose what type of format you want your report in (default: text) (options: text, json, xml)', default: 'text'
11
11
  o.on '--version', 'print the version' do
@@ -1,3 +1,3 @@
1
1
  module Chelsea
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chelsea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allister Beharry