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.
- checksums.yaml +4 -4
- data/bin/hakiri +3 -3
- data/lib/hakiri/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e49876e019d919c98751026b52b78beb90dce38
|
4
|
+
data.tar.gz: ba257f0be25ca4101adebd7c5dc14631b7dda318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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',
|
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',
|
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',
|
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)
|
data/lib/hakiri/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2013-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|