fog 0.0.60 → 0.0.61

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/fog +1 -1
  3. data/fog.gemspec +1 -1
  4. metadata +2 -2
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 60
4
+ :patch: 61
5
5
  :build:
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
- p instance_eval(ARGV[1..-1].join(' ')).to_json
20
+ print(instance_eval(ARGV[1..-1].join(' ')).to_json)
21
21
  else
22
22
 
23
23
  ARGV.clear # Avoid passing args to IRB
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fog}
8
- s.version = "0.0.60"
8
+ s.version = "0.0.61"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["geemus (Wesley Beary)"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 60
9
- version: 0.0.60
8
+ - 61
9
+ version: 0.0.61
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)