swirl 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/swirl/ec2.rb +5 -0
  2. metadata +2 -2
data/lib/swirl/ec2.rb CHANGED
@@ -88,6 +88,11 @@ module Swirl
88
88
  body += "&" + ["Signature", compile_signature(method, body)].join("=")
89
89
 
90
90
  response = post(body)
91
+
92
+ if ENV["SWIRL_LOG"]
93
+ puts response.body
94
+ end
95
+
91
96
  data = Crack::XML.parse(response.body)
92
97
  [response.code.to_i, data]
93
98
  end
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
- - 1
8
- version: "1.1"
7
+ - 2
8
+ version: "1.2"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Blake Mizerany