hanzo 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4dd9200a8d88659c8accc46e154849db3ac8a12
4
- data.tar.gz: 62bf3a0b5730c9082addf3bcfc7f2230562758e8
3
+ metadata.gz: 3c77d5a3e8dfa20f17f19f447906413f36890ea8
4
+ data.tar.gz: 86a9c70c060753753efca232c4fc34d8394b06c3
5
5
  SHA512:
6
- metadata.gz: ce471c50737fad8ca3e6d21ef63fc8b8264d68bd9fc595ba4031501ae2781e737389cf75e772620448d1bb48fb755e8e47c2471b11285a9ec23a15f4fd341f56
7
- data.tar.gz: 6b5b063877217dac5bf84e59076042debe6462237166adebaddfc599bc84657d63d40c9b9d725c810cb377c82e60b3f688df40d045208de234723de73de71e7a
6
+ metadata.gz: 8c77f31638430a595a1f3e90707e486afba04bf3fbcf486ac0b8f1a7ee345359a619962692aa42c80d496d8beca6b051e6b8eaf9681832c95a1b4af15c5f19bc
7
+ data.tar.gz: 4b045bcc335ccfe2ec7acf7f029149c8c17b72454c8e3d498a4a559c4a8fd50ebc3b3f747332a637d1e5c6e679e181e521105c3db88cb9a51f7c365c148ca45e
data/lib/hanzo/cli.rb CHANGED
@@ -25,8 +25,8 @@ module Hanzo
25
25
  Usage: hanzo action [options]
26
26
 
27
27
  Available actions:
28
- deploy Deploy a branch or a tag
29
- install Install Hanzo configuration
28
+ deploy - Deploy a branch or a tag
29
+ install - Install Hanzo configuration
30
30
 
31
31
  Options:
32
32
  BANNER
@@ -23,7 +23,7 @@ module Hanzo
23
23
  Usage: hanzo install TYPE
24
24
 
25
25
  Available install type:
26
- remotes Add git remotes to current repository
26
+ remotes - Add git remotes to current repository
27
27
  BANNER
28
28
  end
29
29
  end
data/lib/hanzo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hanzo
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanzo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Garneau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-24 00:00:00.000000000 Z
11
+ date: 2013-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler