kerryb-amazon-ec2 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. data/lib/EC2.rb +1 -1
  2. metadata +1 -1
data/lib/EC2.rb CHANGED
@@ -189,7 +189,7 @@ module EC2
189
189
  CGI::escape(param[0]) + "=" + CGI::escape(param[1])
190
190
  end.join("&") + "&Signature=" + sig
191
191
 
192
- req = Net::HTTP::Post.new("/")
192
+ req = Net::HTTP::Post.new(@base_path)
193
193
  req.content_type = 'application/x-www-form-urlencoded'
194
194
  req['User-Agent'] = "github-amazon-ec2-ruby-gem"
195
195
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kerryb-amazon-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Rempe