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 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
 
@@ -1,5 +1,5 @@
1
1
  require 'fog/core/collection'
2
- require 'fog/go_grid/models/compute/server'
2
+ require 'fog/compute/models/go_grid/server'
3
3
 
4
4
  module Fog
5
5
  module GoGrid
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: 13
4
+ hash: 105
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 1
10
- version: 0.4.1
10
+ - 1
11
+ version: 0.4.1.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - geemus (Wesley Beary)