excon 0.19.2 → 0.19.3

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.19.2)
4
+ excon (0.19.3)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,3 +1,8 @@
1
+ 0.19.3 03/01/2013
2
+ =================
3
+
4
+ properly raise errors when datum[:stack] has not yet been set
5
+
1
6
  0.19.2 02/28/2013
2
7
  =================
3
8
 
@@ -13,8 +13,8 @@ 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.19.2'
17
- s.date = '2013-02-28'
16
+ s.version = '0.19.3'
17
+ s.date = '2013-03-01'
18
18
  s.rubyforge_project = 'excon'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -239,7 +239,11 @@ module Excon
239
239
  end
240
240
  rescue => error
241
241
  datum[:error] = error
242
- datum[:stack].error_call(datum)
242
+ if datum[:stack]
243
+ datum[:stack].error_call(datum)
244
+ else
245
+ raise error
246
+ end
243
247
  end
244
248
 
245
249
  # Sends the supplied requests to the destination host using pipelining.
@@ -71,7 +71,7 @@ module Excon
71
71
  :write_timeout
72
72
  ]
73
73
 
74
- VERSION = '0.19.2'
74
+ VERSION = '0.19.3'
75
75
 
76
76
  unless ::IO.const_defined?(:WaitReadable)
77
77
  class ::IO
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.19.2
4
+ version: 0.19.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-28 00:00:00.000000000 Z
14
+ date: 2013-03-01 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
233
  version: '0'
234
234
  segments:
235
235
  - 0
236
- hash: -2830563195499960283
236
+ hash: 2812005812692666911
237
237
  required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  none: false
239
239
  requirements: