robot-army 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/robot-army/proxy.rb +2 -0
  2. metadata +3 -3
@@ -14,6 +14,8 @@ class RobotArmy::Proxy
14
14
  if not $?.success?
15
15
  raise RobotArmy::ShellCommandError.new(command, $?.exitstatus, output)
16
16
  end
17
+
18
+ return output
17
19
  end
18
20
 
19
21
  def self.generator_for(object)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Donovan
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-26 00:00:00 -07:00
17
+ date: 2010-05-04 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency