command-runner 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module Command
27
27
  # @param options [Hash] the options to run the command under.
28
28
  # @return [Message, Object] message if no block is given, the
29
29
  # result of the block call otherwise.
30
- def call(command, arguments, env = {}, options = {})
30
+ def call(command, arguments, env = {}, options = {}, &block)
31
31
  super
32
32
  output = ""
33
33
  start_time = nil
@@ -3,7 +3,7 @@ module Command
3
3
  class Runner
4
4
 
5
5
  # The current version of Runner.
6
- VERSION = "0.4.0".freeze
6
+ VERSION = "0.4.1".freeze
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: