excon 0.7.11 → 0.7.12

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.
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'excon'
16
- s.version = '0.7.11'
16
+ s.version = '0.7.12'
17
17
  s.date = '2011-12-04'
18
18
  s.rubyforge_project = 'excon'
19
19
 
@@ -214,10 +214,6 @@ module Excon
214
214
  else
215
215
  raise(request_error)
216
216
  end
217
- ensure
218
- if params[:body] && params[:body].respond_to?(:close)
219
- params[:body].close
220
- end
221
217
  end
222
218
 
223
219
  def reset
@@ -1,6 +1,6 @@
1
1
  module Excon
2
2
  unless const_defined?(:VERSION)
3
- VERSION = '0.7.11'
3
+ VERSION = '0.7.12'
4
4
  end
5
5
 
6
6
  unless const_defined?(:CHUNK_SIZE)
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 11
8
+ - 12
9
9
  segments_generated: true
10
- version: 0.7.11
10
+ version: 0.7.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - dpiddy (Dan Peterson)