fog 0.0.79 → 0.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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)