RightScaleAPIHelper 0.4.4 → 0.4.5

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.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "RightScaleAPIHelper"
8
- s.version = "0.4.4"
8
+ s.version = "0.4.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Eric VanWieren"]
12
- s.date = "2012-08-17"
12
+ s.date = "2012-08-28"
13
13
  s.description = "Simple wrapper for connecting and using the RightScale API. Eases the use of connecting with a username and password, and then provides an object to do GET, PUT, POST, DELETE requests. Returns an HTTP response."
14
14
  s.email = "eric@codex.org"
15
15
  s.extra_rdoc_files = [
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
31
31
  s.homepage = "http://github.com/evanwieren/RightScaleAPIHelper"
32
32
  s.licenses = ["MIT"]
33
33
  s.require_paths = ["lib"]
34
- s.rubygems_version = "1.8.21"
34
+ s.rubygems_version = "1.8.24"
35
35
  s.summary = "Simple wrapper for connecting to RightScale API and make Calls"
36
36
 
37
37
  if s.respond_to? :specification_version then
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.4
1
+ 0.4.5
@@ -68,7 +68,7 @@ module RightScaleAPIHelper
68
68
  begin
69
69
  #puts "#{@api_call}#{query}#{@formatting}"
70
70
 
71
- req = Net::HTTP::Get.new("#{@full_api_call}#{query}", @headers)
71
+ req = Net::HTTP::Get.new("#{@full_api_call}#{query}#{@formatting}", @headers)
72
72
  req.set_form_data(values)
73
73
 
74
74
  resp = @conn.request(req)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RightScaleAPIHelper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-17 00:00:00.000000000 Z
12
+ date: 2012-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda
@@ -110,7 +110,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  segments:
112
112
  - 0
113
- hash: -2250818361753456587
113
+ hash: 3742495027724729175
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  none: false
116
116
  requirements:
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 1.8.21
122
+ rubygems_version: 1.8.24
123
123
  signing_key:
124
124
  specification_version: 3
125
125
  summary: Simple wrapper for connecting to RightScale API and make Calls