excon 0.18.0 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of excon might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- excon (0.18.0)
4
+ excon (0.18.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,3 +1,8 @@
1
+ 0.18.1 02/21/2013
2
+ =================
3
+
4
+ fix for http errors when using mocks
5
+
1
6
  0.18.0 02/21/2013
2
7
  =================
3
8
 
@@ -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.18.0'
16
+ s.version = '0.18.1'
17
17
  s.date = '2013-02-21'
18
18
  s.rubyforge_project = 'excon'
19
19
 
@@ -29,7 +29,7 @@ module Excon
29
29
 
30
30
  REDACTED = 'REDACTED'
31
31
 
32
- VERSION = '0.18.0'
32
+ VERSION = '0.18.1'
33
33
 
34
34
  unless ::IO.const_defined?(:WaitReadable)
35
35
  class ::IO
@@ -126,7 +126,7 @@ module Excon
126
126
  # scrub authorization
127
127
  request = request.dup
128
128
  request.reject! {|key, value| [:connection, :stack].include?(key)}
129
- if request[:headers].has_key?('Authorization')
129
+ if request.has_key?[:headers] && request[:headers].has_key?('Authorization')
130
130
  request[:headers] = request[:headers].dup
131
131
  request[:headers]['Authorization'] = REDACTED
132
132
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -229,7 +229,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
229
229
  version: '0'
230
230
  segments:
231
231
  - 0
232
- hash: 4265625222715917717
232
+ hash: 35682414646855845
233
233
  required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  none: false
235
235
  requirements: