rest_connection 0.1.12 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.12
1
+ 1.0.0
@@ -34,6 +34,7 @@ module RightScale
34
34
  {"cloud_id" => 5, "name" => "AWS AP-Tokyo"},
35
35
  {"cloud_id" => 6, "name" => "AWS US-Oregon"},
36
36
  {"cloud_id" => 7, "name" => "AWS SA-Sao Paulo"},
37
+ {"cloud_id" => 8, "name" => "AWS AP-Sydney"},
37
38
  ]
38
39
 
39
40
  BASE_COOKIE_REFRESH = proc do
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: 3
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
- - 0
8
7
  - 1
9
- - 12
10
- version: 0.1.12
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Deininger
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-11-12 00:00:00 Z
19
+ date: 2012-11-13 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activesupport
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  requirements: []
252
252
 
253
253
  rubyforge_project:
254
- rubygems_version: 1.8.24
254
+ rubygems_version: 1.8.15
255
255
  signing_key:
256
256
  specification_version: 3
257
257
  summary: Modular RESTful API library