fog-brightbox 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.travis.yml +2 -1
- data/CHANGELOG.md +12 -0
- data/gemfiles/Gemfile.1.8.7 +1 -0
- data/gemfiles/Gemfile.1.9.3 +5 -0
- data/lib/fog/brightbox/compute.rb +5 -1
- data/lib/fog/brightbox/models/compute/accounts.rb +2 -2
- data/lib/fog/brightbox/requests/compute/accept_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/activate_console_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/add_listeners_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/add_nodes_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/add_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/apply_to_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_api_client.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_application.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_collaboration.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_firewall_rule.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_image.rb +2 -1
- data/lib/fog/brightbox/requests/compute/create_load_balancer.rb +3 -1
- data/lib/fog/brightbox/requests/compute/create_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/create_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/delete_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_firewall_policy.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_firewall_rule.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_server_group.rb +4 -2
- data/lib/fog/brightbox/requests/compute/delete_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_account.rb +5 -3
- data/lib/fog/brightbox/requests/compute/get_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_authenticated_user.rb +2 -2
- data/lib/fog/brightbox/requests/compute/get_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_database_type.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_firewall_policy.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_firewall_rule.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_interface.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_scoped_account.rb +2 -2
- data/lib/fog/brightbox/requests/compute/get_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_server_group.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_server_type.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_user.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/get_zone.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_accounts.rb +5 -2
- data/lib/fog/brightbox/requests/compute/list_api_clients.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_applications.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_cloud_ips.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_collaborations.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_servers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_snapshots.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_database_types.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_events.rb +1 -0
- data/lib/fog/brightbox/requests/compute/list_firewall_policies.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_images.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_load_balancers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_server_groups.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_server_types.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_servers.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_user_collaborations.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_users.rb +4 -2
- data/lib/fog/brightbox/requests/compute/list_zones.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/lock_resource_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/map_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/move_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/reboot_server.rb +5 -3
- data/lib/fog/brightbox/requests/compute/reject_user_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/remove_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_listeners_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_nodes_load_balancer.rb +1 -0
- data/lib/fog/brightbox/requests/compute/remove_servers_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/resend_collaboration.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_ftp_password_account.rb +5 -3
- data/lib/fog/brightbox/requests/compute/reset_password_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_secret_api_client.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_secret_application.rb +4 -2
- data/lib/fog/brightbox/requests/compute/reset_server.rb +5 -3
- data/lib/fog/brightbox/requests/compute/shutdown_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/snapshot_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/snapshot_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/start_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/stop_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_database_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_database_snapshot.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_image.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_load_balancer.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unlock_resource_server.rb +4 -2
- data/lib/fog/brightbox/requests/compute/unmap_cloud_ip.rb +4 -2
- data/lib/fog/brightbox/requests/compute/update_account.rb +2 -0
- data/lib/fog/brightbox/requests/compute/update_api_client.rb +2 -0
- data/lib/fog/brightbox/requests/compute/update_application.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_cloud_ip.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_database_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_database_snapshot.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_firewall_policy.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_firewall_rule.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_image.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_load_balancer.rb +3 -1
- data/lib/fog/brightbox/requests/compute/update_server.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_server_group.rb +1 -0
- data/lib/fog/brightbox/requests/compute/update_user.rb +1 -0
- data/lib/fog/brightbox/version.rb +1 -1
- data/spec/fog/compute/brightbox/database_server_spec.rb +6 -4
- data/spec/fog/compute/brightbox/server_spec.rb +6 -4
- data/spec/supports_resource_locking.rb +6 -2
- data/tests/brightbox/requests/compute/account_tests.rb +1 -1
- metadata +159 -135
- checksums.yaml +0 -7
@@ -16,6 +16,7 @@ module Fog
|
|
16
16
|
# @option options [String] :country_code ISO 3166-1 two letter code (example: `GB`)
|
17
17
|
# @option options [String] :vat_registration_number Must be a valid EU VAT number or `nil`
|
18
18
|
# @option options [String] :telephone_number Valid International telephone number in E.164 format prefixed with `+`
|
19
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
19
20
|
#
|
20
21
|
# @overload update_account(options)
|
21
22
|
# @deprecated Use {Fog::Compute::Brightbox::Real#update_scoped_account} instead
|
@@ -30,6 +31,7 @@ module Fog
|
|
30
31
|
# @option options [String] :country_code ISO 3166-1 two letter code (example: `GB`)
|
31
32
|
# @option options [String] :vat_registration_number Must be a valid EU VAT number or `nil`
|
32
33
|
# @option options [String] :telephone_number Valid International telephone number in E.164 format prefixed with `+`
|
34
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
33
35
|
#
|
34
36
|
# @return [Hash] if successful Hash version of JSON object
|
35
37
|
# @return [NilClass] if no options were passed
|
@@ -8,6 +8,8 @@ module Fog
|
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name
|
10
10
|
# @option options [String] :description
|
11
|
+
# @option options [String] :permissions_group
|
12
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
11
13
|
#
|
12
14
|
# @return [Hash] if successful Hash version of JSON object
|
13
15
|
# @return [NilClass] if no options were passed
|
@@ -8,6 +8,7 @@ module Fog
|
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name
|
10
10
|
# @option options [String] :description
|
11
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
11
12
|
#
|
12
13
|
# @return [Hash] if successful Hash version of JSON object
|
13
14
|
# @return [NilClass] if no options were passed
|
@@ -9,6 +9,7 @@ module Fog
|
|
9
9
|
# @option options [String] :reverse_dns Reverse DNS hostname
|
10
10
|
# @option options [String] :name Name for Cloud IP
|
11
11
|
# @option options [Array] :port_translators Port on which external clients connect and port on which your service is listening.
|
12
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
12
13
|
#
|
13
14
|
# @return [Hash] if successful Hash version of JSON object
|
14
15
|
# @return [NilClass] if no options were passed
|
@@ -7,6 +7,7 @@ module Fog
|
|
7
7
|
# @option options [String] :name
|
8
8
|
# @option options [String] :description
|
9
9
|
# @option options [Array] :allow_access ...
|
10
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
10
11
|
#
|
11
12
|
# @return [Hash] if successful Hash version of JSON object
|
12
13
|
# @return [NilClass] if no options were passed
|
@@ -8,6 +8,7 @@ module Fog
|
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name Editable label
|
10
10
|
# @option options [String] :description Editable label
|
11
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
11
12
|
#
|
12
13
|
# @return [Hash] if successful Hash version of JSON object
|
13
14
|
# @return [NilClass] if no options were passed
|
@@ -8,6 +8,7 @@ module Fog
|
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name Editable label
|
10
10
|
# @option options [String] :description Longer editable description
|
11
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
11
12
|
#
|
12
13
|
# @return [Hash] if successful Hash version of JSON object
|
13
14
|
# @return [NilClass] if no options were passed
|
@@ -13,6 +13,7 @@ module Fog
|
|
13
13
|
# @option options [String] :destination_port
|
14
14
|
# @option options [String] :icmp_type_name
|
15
15
|
# @option options [String] :description
|
16
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
16
17
|
#
|
17
18
|
# @return [Hash] if successful Hash version of JSON object
|
18
19
|
# @return [NilClass] if no options were passed
|
@@ -13,6 +13,7 @@ module Fog
|
|
13
13
|
# @option options [Boolean] :public
|
14
14
|
# @option options [Boolean] :compatibility_mode
|
15
15
|
# @option options [String] :description
|
16
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
16
17
|
#
|
17
18
|
# @return [Hash] if successful Hash version of JSON object
|
18
19
|
# @return [NilClass] if no options were passed
|
@@ -7,13 +7,15 @@ module Fog
|
|
7
7
|
# @param [String] identifier Unique reference to identify the resource
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name Editable label
|
10
|
-
# @option options [Integer] :buffer_size Buffer size of load balancer. Default is 4096.
|
11
10
|
# @option options [Array] :nodes Array of Node parameters
|
12
11
|
# @option options [String] :policy Method of Load balancing to use
|
13
12
|
# @option options [String] :certificate_pem A X509 SSL certificate in PEM format. Must be included along with 'certificate_key'. If intermediate certificates are required they should be concatenated after the main certificate
|
14
13
|
# @option options [String] :certificate_key The RSA private key used to sign the certificate in PEM format. Must be included along with 'certificate_pem'
|
14
|
+
# @option options [Boolean] :sslv3 Allow SSL v3 to be used (default: false)
|
15
15
|
# @option options [Array] :listeners What port to listen on, port to pass through to and protocol (tcp, http or http+ws) of listener. Timeout is optional and specified in milliseconds (default is 50000).
|
16
16
|
# @option options [String] :healthcheck Healthcheck options - only "port" and "type" required
|
17
|
+
# @option options [String] :buffer_size Buffer size in bytes
|
18
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
17
19
|
#
|
18
20
|
# @return [Hash] if successful Hash version of JSON object
|
19
21
|
# @return [NilClass] if no options were passed
|
@@ -9,6 +9,7 @@ module Fog
|
|
9
9
|
# @option options [String] :name Editable label
|
10
10
|
# @option options [String] :user_data User defined metadata
|
11
11
|
# @option options [Boolean] :compatibility_mode Server needs to be shutdown and restarted for changes to this to take effect
|
12
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
12
13
|
#
|
13
14
|
# @return [Hash] if successful Hash version of JSON object
|
14
15
|
# @return [NilClass] if no options were passed
|
@@ -8,6 +8,7 @@ module Fog
|
|
8
8
|
# @param [Hash] options
|
9
9
|
# @option options [String] :name Editable user label
|
10
10
|
# @option options [String] :description Editable user description
|
11
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
11
12
|
#
|
12
13
|
# @return [Hash] if successful Hash version of JSON object
|
13
14
|
# @return [NilClass] if no options were passed
|
@@ -11,6 +11,7 @@ module Fog
|
|
11
11
|
# @option options [String] :ssh_key
|
12
12
|
# @option options [String] :password A password string that conforms to the minimum requirements
|
13
13
|
# @option options [String] :password_confirmation A password string that conforms to the minimum requirements
|
14
|
+
# @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded.
|
14
15
|
#
|
15
16
|
# @return [Hash] if successful Hash version of JSON object
|
16
17
|
# @return [NilClass] if no options were passed
|
@@ -23,8 +23,9 @@ describe Fog::Compute::Brightbox::DatabaseServer do
|
|
23
23
|
it "returns the database server" do
|
24
24
|
skip if RUBY_VERSION < "1.9"
|
25
25
|
|
26
|
-
stub_request(:post, "http://localhost/1.0/database_servers/dbs-12345/snapshot
|
27
|
-
with(:
|
26
|
+
stub_request(:post, "http://localhost/1.0/database_servers/dbs-12345/snapshot").
|
27
|
+
with(:query => hash_including(:account_id),
|
28
|
+
:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
28
29
|
to_return(:status => 202, :body => %q({"id": "dbs-12345"}), :headers => {})
|
29
30
|
|
30
31
|
@database_server = Fog::Compute::Brightbox::DatabaseServer.new(:service => service, :id => "dbs-12345")
|
@@ -42,8 +43,9 @@ describe Fog::Compute::Brightbox::DatabaseServer do
|
|
42
43
|
with(:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
43
44
|
to_return(:status => 202, :body => "{}", :headers => { "Link" => link })
|
44
45
|
|
45
|
-
stub_request(:get, "http://localhost/1.0/database_snapshots/dbi-12345
|
46
|
-
with(:
|
46
|
+
stub_request(:get, "http://localhost/1.0/database_snapshots/dbi-12345").
|
47
|
+
with(:query => hash_including(:account_id),
|
48
|
+
:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
47
49
|
to_return(:status => 200, :body => %q({"id": "dbs-12345"}))
|
48
50
|
@database_server = Fog::Compute::Brightbox::DatabaseServer.new(:service => service, :id => "dbs-12345")
|
49
51
|
assert_kind_of Fog::Compute::Brightbox::DatabaseSnapshot, @database_server.snapshot(true)
|
@@ -23,8 +23,9 @@ describe Fog::Compute::Brightbox::Server do
|
|
23
23
|
it "returns the server" do
|
24
24
|
skip if RUBY_VERSION < "1.9"
|
25
25
|
|
26
|
-
stub_request(:post, "http://localhost/1.0/servers/srv-12345/snapshot
|
27
|
-
with(:
|
26
|
+
stub_request(:post, "http://localhost/1.0/servers/srv-12345/snapshot").
|
27
|
+
with(:query => hash_including(:account_id),
|
28
|
+
:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
28
29
|
to_return(:status => 202, :body => %q({"id": "srv-12345"}), :headers => {})
|
29
30
|
|
30
31
|
@server = Fog::Compute::Brightbox::Server.new(:service => service, :id => "srv-12345")
|
@@ -42,8 +43,9 @@ describe Fog::Compute::Brightbox::Server do
|
|
42
43
|
with(:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
43
44
|
to_return(:status => 202, :body => "{}", :headers => { "Link" => link })
|
44
45
|
|
45
|
-
stub_request(:get, "http://localhost/1.0/images/img-12345
|
46
|
-
with(:
|
46
|
+
stub_request(:get, "http://localhost/1.0/images/img-12345").
|
47
|
+
with(:query => hash_including(:account_id),
|
48
|
+
:headers => { "Authorization" => "Bearer FAKECACHEDTOKEN" }).
|
47
49
|
to_return(:status => 200, :body => %q({"id": "img-12345"}))
|
48
50
|
@server = Fog::Compute::Brightbox::Server.new(:service => service, :id => "srv-12345")
|
49
51
|
assert_kind_of Fog::Compute::Brightbox::Image, @server.snapshot(true)
|
@@ -18,7 +18,9 @@ module SupportsResourceLocking
|
|
18
18
|
|
19
19
|
subject.id = "tst-12345"
|
20
20
|
|
21
|
-
stub_request(:put, "http://localhost/1.0/#{collection_name}/tst-12345/lock_resource
|
21
|
+
stub_request(:put, "http://localhost/1.0/#{collection_name}/tst-12345/lock_resource").
|
22
|
+
with(:query => hash_including(:account_id)).
|
23
|
+
to_return(:status => 200, :body => "{}", :headers => {})
|
22
24
|
|
23
25
|
subject.lock!
|
24
26
|
end
|
@@ -32,7 +34,9 @@ module SupportsResourceLocking
|
|
32
34
|
|
33
35
|
subject.id = "tst-12345"
|
34
36
|
|
35
|
-
stub_request(:put, "http://localhost/1.0/#{collection_name}/tst-12345/unlock_resource
|
37
|
+
stub_request(:put, "http://localhost/1.0/#{collection_name}/tst-12345/unlock_resource").
|
38
|
+
with(:query => hash_including(:account_id)).
|
39
|
+
to_return(:status => 200, :body => "{}", :headers => {})
|
36
40
|
|
37
41
|
subject.unlock!
|
38
42
|
end
|
@@ -2,7 +2,7 @@ Shindo.tests("Fog::Compute[:brightbox] | account requests", ["brightbox"]) do
|
|
2
2
|
tests("success") do
|
3
3
|
tests("#list_accounts") do
|
4
4
|
pending if Fog.mocking?
|
5
|
-
result = Fog::Compute[:brightbox].list_accounts
|
5
|
+
result = Fog::Compute[:brightbox].list_accounts(:nested => true)
|
6
6
|
data_matches_schema(Brightbox::Compute::Formats::Collection::ACCOUNTS, :allow_extra_keys => true) { result }
|
7
7
|
end
|
8
8
|
|
metadata
CHANGED
@@ -1,166 +1,181 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-brightbox
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 55
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 10
|
9
|
+
- 0
|
10
|
+
version: 0.10.0
|
5
11
|
platform: ruby
|
6
|
-
authors:
|
12
|
+
authors:
|
7
13
|
- Paul Thornthwaite
|
8
14
|
autorequire:
|
9
15
|
bindir: bin
|
10
16
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
17
|
+
|
18
|
+
date: 2015-11-30 00:00:00 +00:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
23
|
+
none: false
|
24
|
+
requirements:
|
25
|
+
- - ~>
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
hash: 35
|
28
|
+
segments:
|
29
|
+
- 1
|
30
|
+
- 22
|
31
|
+
version: "1.22"
|
14
32
|
name: fog-core
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - "~>"
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '1.22'
|
20
33
|
type: :runtime
|
21
34
|
prerelease: false
|
22
|
-
version_requirements:
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: fog-json
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
38
|
+
none: false
|
39
|
+
requirements:
|
31
40
|
- - ">="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
hash: 3
|
43
|
+
segments:
|
44
|
+
- 0
|
45
|
+
version: "0"
|
46
|
+
name: fog-json
|
34
47
|
type: :runtime
|
35
48
|
prerelease: false
|
36
|
-
version_requirements:
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
49
|
+
version_requirements: *id002
|
50
|
+
- !ruby/object:Gem::Dependency
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
53
|
+
requirements:
|
54
|
+
- - ~>
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
hash: 27
|
57
|
+
segments:
|
58
|
+
- 0
|
59
|
+
- 0
|
60
|
+
- 2
|
47
61
|
version: 0.0.2
|
62
|
+
name: inflecto
|
48
63
|
type: :runtime
|
49
64
|
prerelease: false
|
50
|
-
version_requirements:
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
-
|
65
|
+
version_requirements: *id003
|
66
|
+
- !ruby/object:Gem::Dependency
|
67
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
68
|
+
none: false
|
69
|
+
requirements:
|
70
|
+
- - ~>
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
hash: 9
|
73
|
+
segments:
|
74
|
+
- 1
|
75
|
+
- 3
|
76
|
+
version: "1.3"
|
56
77
|
name: bundler
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '1.3'
|
62
78
|
type: :development
|
63
79
|
prerelease: false
|
64
|
-
version_requirements:
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: minitest
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
80
|
+
version_requirements: *id004
|
81
|
+
- !ruby/object:Gem::Dependency
|
82
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
83
|
+
none: false
|
84
|
+
requirements:
|
73
85
|
- - ">="
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
hash: 3
|
88
|
+
segments:
|
89
|
+
- 0
|
90
|
+
version: "0"
|
91
|
+
name: minitest
|
76
92
|
type: :development
|
77
93
|
prerelease: false
|
78
|
-
version_requirements:
|
79
|
-
|
94
|
+
version_requirements: *id005
|
95
|
+
- !ruby/object:Gem::Dependency
|
96
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
97
|
+
none: false
|
98
|
+
requirements:
|
80
99
|
- - ">="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
|
83
|
-
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
hash: 3
|
102
|
+
segments:
|
103
|
+
- 0
|
104
|
+
version: "0"
|
84
105
|
name: pry
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - ">="
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '0'
|
90
106
|
type: :development
|
91
107
|
prerelease: false
|
92
|
-
version_requirements:
|
93
|
-
|
108
|
+
version_requirements: *id006
|
109
|
+
- !ruby/object:Gem::Dependency
|
110
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
111
|
+
none: false
|
112
|
+
requirements:
|
94
113
|
- - ">="
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
|
97
|
-
|
114
|
+
- !ruby/object:Gem::Version
|
115
|
+
hash: 3
|
116
|
+
segments:
|
117
|
+
- 0
|
118
|
+
version: "0"
|
98
119
|
name: rake
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - ">="
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '0'
|
104
120
|
type: :development
|
105
121
|
prerelease: false
|
106
|
-
version_requirements:
|
107
|
-
|
122
|
+
version_requirements: *id007
|
123
|
+
- !ruby/object:Gem::Dependency
|
124
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
125
|
+
none: false
|
126
|
+
requirements:
|
108
127
|
- - ">="
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
|
111
|
-
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
hash: 3
|
130
|
+
segments:
|
131
|
+
- 0
|
132
|
+
version: "0"
|
112
133
|
name: shindo
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
114
|
-
requirements:
|
115
|
-
- - ">="
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '0'
|
118
134
|
type: :development
|
119
135
|
prerelease: false
|
120
|
-
version_requirements:
|
121
|
-
|
136
|
+
version_requirements: *id008
|
137
|
+
- !ruby/object:Gem::Dependency
|
138
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
139
|
+
none: false
|
140
|
+
requirements:
|
122
141
|
- - ">="
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
|
125
|
-
|
142
|
+
- !ruby/object:Gem::Version
|
143
|
+
hash: 3
|
144
|
+
segments:
|
145
|
+
- 0
|
146
|
+
version: "0"
|
126
147
|
name: webmock
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ">="
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
132
148
|
type: :development
|
133
149
|
prerelease: false
|
134
|
-
version_requirements:
|
135
|
-
|
150
|
+
version_requirements: *id009
|
151
|
+
- !ruby/object:Gem::Dependency
|
152
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
153
|
+
none: false
|
154
|
+
requirements:
|
136
155
|
- - ">="
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
|
139
|
-
|
156
|
+
- !ruby/object:Gem::Version
|
157
|
+
hash: 3
|
158
|
+
segments:
|
159
|
+
- 0
|
160
|
+
version: "0"
|
140
161
|
name: yard
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - ">="
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '0'
|
146
162
|
type: :development
|
147
163
|
prerelease: false
|
148
|
-
version_requirements:
|
149
|
-
requirements:
|
150
|
-
- - ">="
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '0'
|
164
|
+
version_requirements: *id010
|
153
165
|
description: Module for the 'fog' gem to support Brightbox Cloud
|
154
|
-
email:
|
166
|
+
email:
|
155
167
|
- tokengeek@gmail.com
|
156
168
|
executables: []
|
169
|
+
|
157
170
|
extensions: []
|
171
|
+
|
158
172
|
extra_rdoc_files: []
|
159
|
-
|
160
|
-
|
161
|
-
-
|
162
|
-
-
|
163
|
-
-
|
173
|
+
|
174
|
+
files:
|
175
|
+
- .gitignore
|
176
|
+
- .rubocop.yml
|
177
|
+
- .rubocop_todo.yml
|
178
|
+
- .travis.yml
|
164
179
|
- CHANGELOG.md
|
165
180
|
- Gemfile
|
166
181
|
- LICENSE.txt
|
@@ -168,6 +183,7 @@ files:
|
|
168
183
|
- Rakefile
|
169
184
|
- fog-brightbox.gemspec
|
170
185
|
- gemfiles/Gemfile.1.8.7
|
186
|
+
- gemfiles/Gemfile.1.9.3
|
171
187
|
- lib/fog/brightbox.rb
|
172
188
|
- lib/fog/brightbox/compute.rb
|
173
189
|
- lib/fog/brightbox/compute/config.rb
|
@@ -439,32 +455,41 @@ files:
|
|
439
455
|
- tests/helpers/responds_to_helper.rb
|
440
456
|
- tests/helpers/schema_validator_tests.rb
|
441
457
|
- tests/helpers/succeeds_helper.rb
|
442
|
-
|
443
|
-
|
458
|
+
has_rdoc: true
|
459
|
+
homepage: ""
|
460
|
+
licenses:
|
444
461
|
- MIT
|
445
|
-
metadata: {}
|
446
462
|
post_install_message:
|
447
463
|
rdoc_options: []
|
448
|
-
|
464
|
+
|
465
|
+
require_paths:
|
449
466
|
- lib
|
450
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
451
|
-
|
467
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
468
|
+
none: false
|
469
|
+
requirements:
|
452
470
|
- - ">="
|
453
|
-
- !ruby/object:Gem::Version
|
454
|
-
|
455
|
-
|
456
|
-
|
471
|
+
- !ruby/object:Gem::Version
|
472
|
+
hash: 3
|
473
|
+
segments:
|
474
|
+
- 0
|
475
|
+
version: "0"
|
476
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
477
|
+
none: false
|
478
|
+
requirements:
|
457
479
|
- - ">="
|
458
|
-
- !ruby/object:Gem::Version
|
459
|
-
|
480
|
+
- !ruby/object:Gem::Version
|
481
|
+
hash: 3
|
482
|
+
segments:
|
483
|
+
- 0
|
484
|
+
version: "0"
|
460
485
|
requirements: []
|
486
|
+
|
461
487
|
rubyforge_project:
|
462
|
-
rubygems_version:
|
488
|
+
rubygems_version: 1.3.7
|
463
489
|
signing_key:
|
464
|
-
specification_version:
|
465
|
-
summary: This library can be used as a module for `fog` or as standalone provider
|
466
|
-
|
467
|
-
test_files:
|
490
|
+
specification_version: 3
|
491
|
+
summary: This library can be used as a module for `fog` or as standalone provider to use the Brightbox Cloud in applications
|
492
|
+
test_files:
|
468
493
|
- spec/fog/brightbox/compute/config_spec.rb
|
469
494
|
- spec/fog/brightbox/config_spec.rb
|
470
495
|
- spec/fog/brightbox/link_helper_spec.rb
|
@@ -501,4 +526,3 @@ test_files:
|
|
501
526
|
- spec/spec_helper.rb
|
502
527
|
- spec/stock_storage_responses.rb
|
503
528
|
- spec/supports_resource_locking.rb
|
504
|
-
has_rdoc:
|