fog 0.0.85 → 0.0.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,8 @@ 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.85'
11
- s.date = '2010-05-02'
10
+ s.version = '0.0.86'
11
+ s.date = '2010-05-03'
12
12
  s.rubyforge_project = 'fog'
13
13
 
14
14
  ## Make sure your summary is short. The description may be as long
data/lib/fog.rb CHANGED
@@ -34,7 +34,7 @@ require 'fog/terremark'
34
34
  module Fog
35
35
 
36
36
  unless VERSION
37
- VERSION = '0.0.85'
37
+ VERSION = '0.0.86'
38
38
  end
39
39
 
40
40
  module Mock
@@ -9,7 +9,7 @@ module Fog
9
9
  extend Fog::Deprecation
10
10
  deprecate(:name, :key)
11
11
 
12
- identity :key, 'Name'
12
+ identity :key, ['Name', 'name']
13
13
 
14
14
  attribute :creation_date, 'CreationDate'
15
15
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 85
9
- version: 0.0.85
8
+ - 86
9
+ version: 0.0.86
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-02 00:00:00 -07:00
17
+ date: 2010-05-03 00:00:00 -07:00
18
18
  default_executable: fog
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency