rest_connection 1.0.14 → 1.0.15

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.
@@ -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
 
@@ -1,4 +1,4 @@
1
1
  # This gem is versioned with the usual X.Y.Z notation
2
2
  module RestConnection
3
- VERSION = '1.0.14'
3
+ VERSION = '1.0.15'
4
4
  end
@@ -3,7 +3,7 @@ ruby do
3
3
  gemset 'rest_connection'
4
4
  end
5
5
  bundler do
6
- version '1.5.3'
6
+ version '1.6.2'
7
7
  exclusions 'deployment'
8
8
  bundle_path File.join(ENV["HOME"], '.rightscale_bundle', 'rest_connection')
9
9
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 14
10
- version: 1.0.14
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-07 00:00:00 Z
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