right_rackspace 0.0.0.1 → 0.0.0.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.
- data/History.txt +5 -1
- data/Rakefile +0 -1
- data/lib/rackspace.rb +1 -1
- data/lib/rackspace_base.rb +2 -2
- metadata +2 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
data/lib/rackspace.rb
CHANGED
data/lib/rackspace_base.rb
CHANGED
@@ -249,7 +249,7 @@ module Rightscale
|
|
249
249
|
@@bench.parser.add! do
|
250
250
|
result = if @last_response.body.blank? then true
|
251
251
|
else
|
252
|
-
case @last_response['content-type'].first
|
252
|
+
case Array(@last_response['content-type']).first
|
253
253
|
when 'application/json' then JSON::parse(@last_response.body)
|
254
254
|
else @last_response.body
|
255
255
|
end
|
@@ -525,4 +525,4 @@ module Rightscale
|
|
525
525
|
|
526
526
|
end
|
527
527
|
end
|
528
|
-
end
|
528
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: right_rackspace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.
|
4
|
+
version: 0.0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RightScale, Inc.
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-02-02 00:00:00 -04:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|