fog-softlayer 0.3.8 → 0.3.9

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDgzYjVhMTZlZjU5YjE3OWRlMmM5MzNkM2QyMGMyYjgxMWJlNmNkMQ==
4
+ MzZlM2IxNmJkYmZkNzUzMzQwZDgxNDYxOGVjYTE1YzMwNjNiNDNkMQ==
5
5
  data.tar.gz: !binary |-
6
- ODE1OWEzZmFhZjNmMmJkNTBkOGI5MDMyOTNhOTQzMzU3OWMwMTcwYw==
6
+ ZTUyMzNiZmFlZGI3MDI2OThjYjAyMjgwYTNjNjdiNWY4MzZmYzA0ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTQzOGVhNDJjMzkzYWY4YjBiNzE3YzhlZTZjZGE2ZDE0ZDY1MDU5MzM5Mjgw
10
- MzcxMTYwNDg5MjMxM2Q5ZmM1MDU3MDVhNzliZmEzZjVlOTUxMWZkZGM1MGFl
11
- ZWQ4Y2RlMzI2NTk2YTYyMDRhOTFmMGZjNWQ4ZTQzMWEwNTFmYWY=
9
+ ZGU0ODY3MTRhMWM0NmM1MGIwZjNkNjU1NDBmMTNlZDZiODI0ZDQxMTI2YWYz
10
+ YTYyNjk4YzI3ZGMwNDY5ZWY5Y2Q3MDU3OWNlOGViYWU3MWJjMTRlZDlkYzk5
11
+ MzYwNWQyYzBmZmVjYmIyYTlkOWUzYzg2ODQ2NzI0ZTU2MTdhNTU=
12
12
  data.tar.gz: !binary |-
13
- ZGQwODJjN2RlOWQ0NzUwMDg2ZjVhNDhlNWZlZjBlYTM5YTE1NGY1NGRmMjg4
14
- NzkzZWYyMmFhOWUyNmFjODYzNzVmNGE3Y2NiMDFlNDA4YTZmMjg2ZmViMWQ1
15
- MWM3NDNhMDI5YzBkNWM4ZDNjODAzNThjMTdkZDM5YTc0Y2M3MWI=
13
+ YzUwNjNlOGY1NzljZGM4MWEwMzNiNjNkYjcwNTE3ODAyM2ZkNDg3YTdlMTBm
14
+ ZjI5MmFkZmE0NDc5YWExOGU5YjA4YTgyM2E0OTg5NTVhMDBlNGMyMzE3NzBm
15
+ MzQyNWNkYzk5NGY1ZGI5ZjFkYjU2YmUzYzA1Y2FjY2Q1M2NhODc=
@@ -19,13 +19,13 @@ module Fog
19
19
  attribute :fqdn, :aliases => 'fullyQualifiedDomainName'
20
20
  attribute :cpu, :aliases => ['startCpus', 'processorCoreAmount']
21
21
  attribute :ram, :aliases => ['maxMemory', 'memory']
22
- attribute :disk, :aliases => ['blockDevices','hardDrives'], :type => :squash
22
+ attribute :disk, :aliases => ['blockDevices','hardDrives']
23
23
  attribute :private_ip, :aliases => 'primaryBackendIpAddress'
24
24
  attribute :public_ip, :aliases => 'primaryIpAddress'
25
25
  attribute :flavor_id
26
26
  attribute :bare_metal, :type => :boolean
27
27
  attribute :os_code
28
- attribute :image_id, :type => :squash
28
+ attribute :image_id
29
29
  attribute :ephemeral_storage, :aliases => 'localDiskFlag'
30
30
  attribute :key_pairs, :aliases => 'sshKeys'
31
31
 
@@ -37,7 +37,7 @@ module Fog
37
37
 
38
38
  # Metadata
39
39
  attribute :account_id, :aliases => 'accountId', :type => :integer
40
- attribute :datacenter, :aliases => 'datacenter', :type => :squash
40
+ attribute :datacenter, :aliases => 'datacenter'
41
41
  attribute :single_tenant, :aliases => 'dedicatedAccountHostOnlyFlag'
42
42
  attribute :global_identifier, :aliases => 'globalIdentifier'
43
43
  attribute :hourly_billing_flag, :aliases => 'hourlyBillingFlag'
@@ -7,6 +7,6 @@
7
7
 
8
8
  module Fog
9
9
  module Softlayer
10
- VERSION = "0.3.8"
10
+ VERSION = "0.3.9"
11
11
  end
12
12
  end
data/tests/helper.rb CHANGED
@@ -22,7 +22,7 @@ end
22
22
  ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)
23
23
  ENV['FOG_CREDENTIAL'] = ENV['FOG_CREDENTIAL'] || 'default'
24
24
 
25
- require 'fog'
25
+ require 'fog/core'
26
26
 
27
27
  Excon.defaults.merge!(:debug_request => true, :debug_response => true)
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-softlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Eldridge
@@ -370,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
370
370
  version: '0'
371
371
  requirements: []
372
372
  rubyforge_project:
373
- rubygems_version: 2.3.0
373
+ rubygems_version: 2.2.2
374
374
  signing_key:
375
375
  specification_version: 4
376
376
  summary: This library can be used as a module for `fog` or as standalone provider