rest_connection 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -107,6 +107,7 @@ class ServerInterface
|
|
107
107
|
{ "1.5" => [:inputs]},
|
108
108
|
{"1.0" => [:multi_cloud_image_href], "1.5" => [:mci_href, :multi_cloud_image_href]},
|
109
109
|
{ "1.5" => [:datacenter_href]},
|
110
|
+
{ "1.5" => [:subnet_hrefs]},
|
110
111
|
{"1.0" => [:aki_image_href], "1.5" => [:kernel_image_href]},
|
111
112
|
{"1.0" => [:ari_image_href], "1.5" => [:ramdisk_image_href]}]
|
112
113
|
|
data/rest_connection.rconf
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rest_connection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 15
|
10
|
+
version: 1.0.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- RightScale, Inc.
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2014-04-
|
18
|
+
date: 2014-04-28 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
requirement: &id001 !ruby/object:Gem::Requirement
|