genesis_cli 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6531669f295b2887262b4100570eef51bbde0967
4
- data.tar.gz: 5033f138be958a3c235d119397c3e66f44f49cba
3
+ metadata.gz: 426a04f43a00b13ad387404f81e3751cb1df8666
4
+ data.tar.gz: c3acf04d426ca393e24c8e802bbf5a984cf4c315
5
5
  SHA512:
6
- metadata.gz: 144c3468b841185a7700b37075d4c32708120776faab9807e1433bca3bf8f918a9fd2aee7d80d8f2bbd3f80a94e29bccd4c8edc1040226b3c7e6cb3e4ddc4633
7
- data.tar.gz: c62afa6556d7e7d7439390a86bfd8dd451b158c17314da77cfda49cb6579dda3bf580ad3cb7544f09b2210379a297710c564ddd9ce0cb8a593bdb5a8f1624b66
6
+ metadata.gz: 3cc30f16ad181711687fde1a2636326c958e89c2e220b345f2929f9dba51840e32a8484a5abf87c8dbbfa948d713db1aecb437f62d8e0c539009fcf85cf5b2ae
7
+ data.tar.gz: c6a77ad0f0039387ce021715d438d4b47ce0453c17adbcef828c74ea021830bcba8fd5e5bd55a92310c584f178b7b9a0988c25528384fc9e2cb288540605d03b
data/lib/genesis/cli.rb CHANGED
@@ -24,8 +24,7 @@ module Genesis
24
24
  true
25
25
  end
26
26
 
27
- puts apply_command
28
- # system apply_command if confirmed
27
+ system apply_command if confirmed
29
28
  end
30
29
 
31
30
  desc 'show', 'Output contents of the state file'
@@ -1,3 +1,3 @@
1
1
  module Genesis
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genesis_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Cross