fog 0.0.60 → 0.0.61
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/bin/fog +1 -1
- data/fog.gemspec +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
data/bin/fog
CHANGED
@@ -17,7 +17,7 @@ require File.join(lib_dir, 'fog', 'slicehost', 'bin')
|
|
17
17
|
require File.join(lib_dir, 'fog', 'terremark', 'bin')
|
18
18
|
|
19
19
|
if ARGV.length > 1
|
20
|
-
|
20
|
+
print(instance_eval(ARGV[1..-1].join(' ')).to_json)
|
21
21
|
else
|
22
22
|
|
23
23
|
ARGV.clear # Avoid passing args to IRB
|
data/fog.gemspec
CHANGED