swirl 1.1 → 1.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.
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