fog 0.0.79 → 0.0.80

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'fog'
10
- s.version = '0.0.79'
10
+ s.version = '0.0.80'
11
11
  s.date = '2010-04-26'
12
12
  s.rubyforge_project = 'fog'
13
13
 
data/lib/fog.rb CHANGED
@@ -31,7 +31,7 @@ require 'fog/terremark'
31
31
 
32
32
  module Fog
33
33
 
34
- VERSION = '0.0.79'
34
+ VERSION = '0.0.80'
35
35
 
36
36
  module Mock
37
37
  @delay = 1
@@ -23,7 +23,7 @@ module Fog
23
23
  end
24
24
 
25
25
  def ready?
26
- @status == 'completed'
26
+ state == 'completed'
27
27
  end
28
28
 
29
29
  def save
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 79
9
- version: 0.0.79
8
+ - 80
9
+ version: 0.0.80
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)