phpfog-fog 0.4.1 → 0.4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/fog.gemspec +1 -1
- data/lib/fog/compute/models/go_grid/servers.rb +1 -1
- metadata +3 -2
data/fog.gemspec
CHANGED
@@ -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 = 'phpfog-fog'
|
10
|
-
s.version = '0.4.1'
|
10
|
+
s.version = '0.4.1.1'
|
11
11
|
s.date = '2011-01-21'
|
12
12
|
s.rubyforge_project = 'fog'
|
13
13
|
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phpfog-fog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 105
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.4.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- geemus (Wesley Beary)
|