fog-softlayer 0.3.1 → 0.3.2

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
- MTM2MDFlYmQ0NjNhMDI0NjZhM2FmNWRjNjVmNzdhMmRhNDE0YjMzYw==
4
+ NmEyMzgwMzlhYjcyNzAwYzkxOTIwZTI1OWEyYTZjMjg3ZDNlZGE5OA==
5
5
  data.tar.gz: !binary |-
6
- MmE5ZjAzZTYzMGVjOGY4YTU5MjQ0OGZkNjkxYTNhMzg4NDYwNThhYg==
6
+ Y2Q4YTY3Njc1ZTRjYjU5MDMwYzEzNjVhYmJlMzgwZWMxNzJlZmZmOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmNlZDRhMDYwZDAwNWExZmZhN2UyMzAyNGExMDU0ZDJmMjJjODMwMWIyMGYx
10
- YjY0ZmJjMzgzNTg4YTRiMmY1M2UyYzNiYzI5ZDczOTVmMTVlYTUxNzMyNzMz
11
- MDJmNjdhYzZmMzQ0MTc4MmMyNTNlNGRlYzFlMmFjNTJlMzQ3OGM=
9
+ Y2M1NzA2ZjZiNmIwMDE1ZTUyMmVmZGM2OWNmMTFhOTBjY2Q4YWQ4MmM0MTU5
10
+ ZjQwZWJmMDU4M2VmOGY2OWZhYmIyZGNkZDFhM2EwM2UzMGJhZjMzYTBiNzM1
11
+ NTM3ZDBiNDk1YzY2MzI5OTA1MDUyOGZmMTllMTNhZjAyZTUxOWU=
12
12
  data.tar.gz: !binary |-
13
- ZTg3YTBiZjI3ZjdiYzBjYWRmN2Q0YTcxNDkxODgzNWZhMzU1ZmJmMjQ1YjAx
14
- ODc0YzEzZGEwYjU5ZWIyYTlhMmZhNmRhZGZjY2U5OWYxNzAxNDI0ODU3Zjc0
15
- NDRiMWM2MzIyZGQ1ZTU2MTVlODBhNDA5YzU1MTE5MTViOWIxNjU=
13
+ NTYxNGFhYjNmZTIzMDliNmZmNTE5MWEzZGMzY2YwMzUyZjdjN2NiMTIyMWZi
14
+ MmVlYzAzNTRkOGQ2YmVmYjdkNmM2ZjNhMzI0ZDBiNzM5YjE0YTRlMTMwMWM0
15
+ OGNhMmRiZTYwY2UyYzBmNGUzOTkxZWY4YWM2YzBkYzM0ZTAxZjg=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 0.3.2 2014-06-30
2
+ * No longer requires `fog` gem.
3
+
1
4
  ## 0.3.0 2014-06-26
2
5
 
3
6
  * Added Network service.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ### `fog-softlayer` - SoftLayer module for fog (The Ruby cloud services library).
1
+ ### `fog-softlayer` - SoftLayer module for fog.
2
2
  [![Gem Version](https://badge.fury.io/rb/fog-softlayer.png)](http://badge.fury.io/rb/fog-softlayer)
3
3
  [![Build Status](https://api.travis-ci.org/softlayer/fog-softlayer.svg)](https://travis-ci.org/softlayer/fog-softlayer)
4
4
  [![Dependency Status](https://gemnasium.com/softlayer/fog-softlayer.svg)](https://gemnasium.com/softlayer/fog-softlayer)
@@ -9,15 +9,16 @@ the SoftLayer Cloud.
9
9
  It is included by the main `fog` metagem but can used as an independent library
10
10
  in other applications.
11
11
 
12
- This release includes support for the following services:
12
+ Currently supported services:
13
13
  * Compute
14
14
  * Storage
15
15
  * DNS
16
+ * Network
16
17
 
17
18
  Additional services coming soon:
18
- * Image
19
- * Network
20
- * Tags
19
+ * CDN
20
+ * Load Balancer
21
+ * Message Queue
21
22
 
22
23
  #### Installation
23
24
 
@@ -35,19 +36,8 @@ Or install it yourself as:
35
36
 
36
37
  #### Usage
37
38
 
38
- Please see the following references for instructions using the main `fog` gem
39
- and its modules:
40
-
41
- * https://github.com/fog/fog
42
- * http://fog.io/
43
- * http://rubydoc.info/gems/fog/
39
+ See `examples/`
44
40
 
45
41
  #### Contributing
46
42
 
47
- `fog` modules are kept within the main repo.
48
-
49
- 1. Fork it ( http://github.com/softlayer/fog-softlayer/fork )
50
- 2. Create your feature branch (`git checkout -b my-new-feature`)
51
- 3. Commit your changes (`git commit -am 'Add some feature'`)
52
- 4. Push to the branch (`git push origin my-new-feature`)
53
- 5. Create new Pull Request
43
+ See `CONTRIBUTING.md`
data/Rakefile CHANGED
@@ -224,12 +224,6 @@ YARD::Rake::YardocTask.new do |t|
224
224
  t.options = ["--output-dir", YARDOC_LOCATION, "--title", "#{name} #{version}"]
225
225
  end
226
226
 
227
- require "tasks/changelog_task"
228
- Fog::Rake::ChangelogTask.new
229
-
230
- require "tasks/github_release_task"
231
- Fog::Rake::GithubReleaseTask.new
232
-
233
227
  task :coveralls_push_workaround do
234
228
  use_coveralls = (Gem::Version.new(RUBY_VERSION) > Gem::Version.new('1.9.2'))
235
229
  if (ENV['COVERAGE'] != 'false') && use_coveralls
@@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
20
20
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
21
  spec.require_paths = ["lib"]
22
22
 
23
- spec.add_dependency 'fog'
24
23
  spec.add_dependency 'fog-core'
25
24
  spec.add_dependency 'fog-json'
25
+ spec.add_dependency 'fog-xml'
26
26
 
27
27
  spec.add_development_dependency('minitest')
28
28
  spec.add_development_dependency('rake')
data/lib/fog.rb CHANGED
@@ -18,12 +18,5 @@ require 'fog'
18
18
  # data exchange specific (to be extracted and used on a per provider basis)
19
19
  require 'fog/xml'
20
20
  require 'fog/json'
21
- require 'fog/core/parser'
22
21
 
23
- # deprecation wrappers (XML wrapped version)
24
- require 'fog/core/deprecated/connection'
25
- require 'fog/core/deprecated_connection_accessors'
26
-
27
- # any one of these can be required separately.
28
- # they all depend on fog/core for shared functionality.
29
22
  require 'fog/softlayer'
@@ -7,6 +7,6 @@
7
7
 
8
8
  module Fog
9
9
  module Softlayer
10
- VERSION = "0.3.1"
10
+ VERSION = "0.3.2"
11
11
  end
12
12
  end
data/tests/helper.rb CHANGED
@@ -23,7 +23,6 @@ ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)
23
23
  ENV['FOG_CREDENTIAL'] = ENV['FOG_CREDENTIAL'] || 'default'
24
24
 
25
25
  require 'fog'
26
- require 'fog/bin' # for available_providers and registered_providers
27
26
 
28
27
  Excon.defaults.merge!(:debug_request => true, :debug_response => true)
29
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Eldridge
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2014-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: fog
14
+ name: fog-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ! '>='
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: fog-core
28
+ name: fog-json
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ! '>='
@@ -39,7 +39,7 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: fog-json
42
+ name: fog-xml
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ! '>='