hakiri 0.6.0 → 0.6.1

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/hakiri +3 -3
  3. data/lib/hakiri/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 903381bdef6f8fc43e898af6b63cc35ea052884b
4
- data.tar.gz: 46ae15ff762eb0802c2b54dbaa86bfb0069c8a87
3
+ metadata.gz: 5e49876e019d919c98751026b52b78beb90dce38
4
+ data.tar.gz: ba257f0be25ca4101adebd7c5dc14631b7dda318
5
5
  SHA512:
6
- metadata.gz: 1bcf79eeac13432363eef4a006083d1e8556847e8a1a9278d9210a6e18faa7eaabcd32a81408b3b7415c46d180f01690feb88658fba3abb0ac1d870484621463
7
- data.tar.gz: 621c7da5695ac7cfa8d2a6a77e958b3a8be2a6fe041e7a6e8855a2140f5265c2e6aa2fddc63be11597c13513daf67ab5826e563ac07a96233c5bc6c6c62d89c6
6
+ metadata.gz: ba4cc5a98b0868c5eacf543e472b26238b1f8020812f8fb8dd47fcdeb1395119ca0b6ebca7ddbbb02cdecca05172692ed9c3132c936c0ade6050738dd846e714
7
+ data.tar.gz: 7176ff6cf3b7f7e037e69a87ad41e709dbab0689b11ee25a072ea69bad0337f301016e09abb82a8ee26bb3680463abd11fabb4e69572a9745d21a8af20fd4392
data/bin/hakiri CHANGED
@@ -38,7 +38,7 @@ command 'system:sync' do |c|
38
38
  c.summary = 'Sync your system\'s software versions with the cloud.'
39
39
  c.description = 'This command grabs your custom stack JSON file, and syncs it with your project on hakiri.io.'
40
40
  c.option '--manifest STRING', String, 'Path to your manifest JSON file stack'
41
- c.option '--stack INTEGER', Integer, 'Your stack ID.'
41
+ c.option '--stack INTEGER', String, 'Your stack ID.'
42
42
  c.option '--force', 'Force syncing without asking for it first.'
43
43
 
44
44
  c.action do |args, options|
@@ -80,7 +80,7 @@ command 'gemfile:sync' do |c|
80
80
  c.summary = 'Sync your system\'s Gemfile.lock gem versions with the cloud.'
81
81
  c.description = 'This command grabs your Gemfile.lock file, and syncs it with your project on hakiri.io.'
82
82
  c.option '--gemfile STRING', String, 'Path to your Gemfile.lock'
83
- c.option '--stack INTEGER', Integer, 'Your stack ID.'
83
+ c.option '--stack INTEGER', String, 'Your stack ID.'
84
84
  c.option '--force', 'Force syncing without asking for it first.'
85
85
 
86
86
  c.action do |args, options|
@@ -96,7 +96,7 @@ command 'code:report' do |c|
96
96
  c.syntax = 'hakiri code:report [options]'
97
97
  c.summary = 'Check code report on the latest push.'
98
98
  c.description = 'This command connects to Hakiri and returns a report on vulnerabilities from the latest push.'
99
- c.option '--stack INTEGER', Integer, 'Your stack ID.'
99
+ c.option '--stack INTEGER', String, 'Your stack ID.'
100
100
 
101
101
  c.action do |args, options|
102
102
  cli = Hakiri::Code.new(args, options)
@@ -1,3 +1,3 @@
1
1
  module Hakiri
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hakiri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasily Vasinov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-15 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler