fog-profitbricks 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f38f58b9bfa3c89cbd23e16fd8d781dc6431e5c
4
- data.tar.gz: 2c6256c539c8c625de23af738e4982fc158305e5
3
+ metadata.gz: 21b1328ac2069df3fdac0ee24d1377a80bec2b78
4
+ data.tar.gz: b778b70a80f507feca830e0274cbc2b24c32def6
5
5
  SHA512:
6
- metadata.gz: ebc75ce94e2206cfe4a5c092021439b76c0ed22b54b4e3705b5e1feeaa3ca59cc8da78e62c8832242d6b06616cdfb05ec0d91ca00bb17f2e7c8752644a4947d1
7
- data.tar.gz: 6753697708c67ebf2a8cc85561971dd3da05e26634bba80c93c2f2e690504ac2b036db3eab406aadfd54a3baf5e8b877a55be75a92929128b52e036d879e3d8e
6
+ metadata.gz: b053a195019e116b3694aa5215b078df4e36a5919a07a4c50b4c3341e542f82547587c0fd8c22ec553f9cffd3cd2ab46ea4ce95eafd662c5adf8b68fedb3c012
7
+ data.tar.gz: 7d89a55e060c1119c5a6e3be5427c551ebb58ebae2ac7e0a60e3600e5a212a79dd0aa72f5b855908b99033404a58243098186cf16a554c9888abcd13fc7f689b
@@ -10,7 +10,7 @@ module Fog
10
10
  attribute :version, :aliases => "dataCenterVersion"
11
11
  attribute :state, :aliases => "provisioningState"
12
12
  attribute :request_id, :aliases => "requestId"
13
- attribute :region
13
+ attribute :region, :aliases => "location"
14
14
 
15
15
  attr_accessor :options
16
16
 
@@ -17,7 +17,7 @@ module Fog
17
17
  case name
18
18
  when 'requestId', 'dataCenterId', 'dataCenterName', 'serverId',
19
19
  'serverName', 'internetAccess', 'provisioningState',
20
- 'virtualMachineState', 'osType', 'availabilityZone', 'ips',
20
+ 'virtualMachineState', 'osType', 'availabilityZone',
21
21
  'cpuHotPlug', 'ramHotPlug', 'nicHotPlug', 'nicHotUnPlug',
22
22
  'discVirtioHotPlug', 'discVirtioHotUnPlug'
23
23
  @response['getServerResponse'][name] = value
@@ -47,6 +47,7 @@ module Fog
47
47
  @nic[name] = value.to_i
48
48
  when 'nics'
49
49
  @response['getServerResponse']['nics'] << @nic
50
+ @nic = {}
50
51
  end
51
52
  end
52
53
  end
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module ProfitBricks
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-profitbricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan Devenport
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-23 00:00:00.000000000 Z
11
+ date: 2015-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog-core