hanzo 0.3.1 → 0.4

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/lib/hanzo/version.rb +1 -1
  3. data/lib/hanzo.rb +1 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bf04575cd4cf4815cd76c2f2d8010b4b228cdc9
4
- data.tar.gz: b6aaa35696f469f440e3f59e672c0fb3b75c1bab
3
+ metadata.gz: ee58f7c379b832bd57123231fa0b9d8dbfce0937
4
+ data.tar.gz: 431e13f48384cdb4b37fee61d4739348cf80ceb0
5
5
  SHA512:
6
- metadata.gz: 5d579c2eed73dd8e1712c2ca0675f8c48f7c19d5c8d73f963a86b8150c0f211a4a5d63e5cbbda7bf905326e7a486db367315f492ff0e8475ef38f1279f0e31fc
7
- data.tar.gz: 9ac23d25ffb74114f85857944122d11760ad3c6f2963b15b57eb91146820c9f61a4b4b04074e70b7e664dd398f29137b4a5caf4e6a8cfd3dad38f17915df2d2e
6
+ metadata.gz: bab2c11ec726133a33ddfc705b311cb31964f345e14db730fd223e0439c106b46d6b89e2e5d47d4b74ed96ef50939a182000324038b6be3490083ef4a6fd9904
7
+ data.tar.gz: 80d5ea3f9f210b29cea313a717a8fc298d8c5dcaa032d21dacc349e2d147feb9132bdfd60b29f01b84ad4586e7be1a64382022a80f0d8a491089c64bec25dfd9
data/lib/hanzo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hanzo
2
- VERSION = '0.3.1'
2
+ VERSION = '0.4'
3
3
  end
data/lib/hanzo.rb CHANGED
@@ -10,9 +10,7 @@ require 'hanzo/version'
10
10
  module Hanzo
11
11
  def self.run(command)
12
12
  print(command, :green)
13
- output = nil
14
- ::Bundler.with_clean_env { output = `#{command}` }
15
- output
13
+ ::Bundler.with_clean_env { system(command) }
16
14
  end
17
15
 
18
16
  def self.print(text = '', *colors)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanzo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: '0.4'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Garneau