ferrets_on_fire 0.0.2 → 0.0.3

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: bac851bccbedbc222f6d06b474250296ef76613b
4
- data.tar.gz: 172a42f14e03ef71e07638b8ffd7c032c927a2d6
3
+ metadata.gz: 877d1313584370a16349880b5514bb84a171f543
4
+ data.tar.gz: f9e0853dc4cd72a9fa96174f6462c08b695abf6b
5
5
  SHA512:
6
- metadata.gz: 3a96c36a9e4c69e5a6fabb37d453bc681e6f14e013f5e85168ca64d9d7cc2782492b814cb08932a39ab208a722484c627d3c7a503d395be846614953f1646938
7
- data.tar.gz: 659c558def859eb29631fd2a8bb314c754c91dd28d65beb7300f859a1b64f4850de06e0f9910eaa30b71aa721f34c39b56b7b13bfa193ba4941a8fdf5af45604
6
+ metadata.gz: 99627b7c01c9eed0e0b84627329d4b0f3e41b2ef1d506bddc891a64b61a78829b0a9e1abfc7fb3ed4060adf8e85c3d0a2a8a083ea3c38a8729efbb8744a4640f
7
+ data.tar.gz: cf863e95a8b1cf3a3af5008f952fc64224dfa466824316bbb86b028c86804da761754484523c055c3b9ac37e826a9d9c5c0c8480d3138c8198a98b1064b50770
@@ -32,7 +32,7 @@ module FerretsOnFire::DSL::ShellDSL
32
32
 
33
33
  # Error handling
34
34
  if status.nonzero? && return_exit_code == false
35
- crash "Shell command exited with status code #{status}!", output, command: cmd, exit_on_failure: exit_on_failure
35
+ crash "Shell command exited with status code #{status}!", output, command: cmd, exit: exit_on_failure
36
36
  end
37
37
 
38
38
  return_exit_code ? status : output
@@ -1,3 +1,3 @@
1
1
  module FerretsOnFire
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -2,8 +2,8 @@ module FerretsOnFire
2
2
  require 'ferrets_on_fire/dsl'
3
3
  include FerretsOnFire::DSL
4
4
 
5
- # FIXME does that work?
6
- public def call
5
+ # FIXME
6
+ public def _call
7
7
  @gli = _setup_gli
8
8
  @gli.run(ARGV)
9
9
  exit
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ferrets_on_fire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - phortx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-25 00:00:00.000000000 Z
11
+ date: 2017-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: micon
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.25'
83
+ - !ruby/object:Gem::Dependency
84
+ name: rspec
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 3.5.0
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 3.5.0
83
97
  description: Supercharge your CLI tools. This gem helps you to write powerful CLI
84
98
  tools without caring about the clutter
85
99
  email: