excon 0.0.19 → 0.0.20

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.

Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/excon.gemspec +18 -18
  3. data/lib/excon/connection.rb +2 -0
  4. metadata +12 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.19
1
+ 0.0.20
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{excon}
8
- s.version = "0.0.19"
8
+ s.version = "0.0.20"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wesley Beary"]
12
- s.date = %q{2010-02-06}
12
+ s.date = %q{2010-03-08}
13
13
  s.description = %q{speed, persistence, http(s)}
14
14
  s.email = %q{wbeary@engineyard.com}
15
15
  s.extra_rdoc_files = [
@@ -17,26 +17,26 @@ Gem::Specification.new do |s|
17
17
  ]
18
18
  s.files = [
19
19
  ".document",
20
- ".gitignore",
21
- "README.rdoc",
22
- "Rakefile",
23
- "VERSION",
24
- "benchmarks/excon_vs.rb",
25
- "benchmarks/headers_split_vs_match.rb",
26
- "benchmarks/strip_newline.rb",
27
- "excon.gemspec",
28
- "lib/excon.rb",
29
- "lib/excon/connection.rb",
30
- "lib/excon/errors.rb",
31
- "lib/excon/response.rb",
32
- "tests/config.ru",
33
- "tests/test_helper.rb",
34
- "tests/threaded_tests.rb"
20
+ ".gitignore",
21
+ "README.rdoc",
22
+ "Rakefile",
23
+ "VERSION",
24
+ "benchmarks/excon_vs.rb",
25
+ "benchmarks/headers_split_vs_match.rb",
26
+ "benchmarks/strip_newline.rb",
27
+ "excon.gemspec",
28
+ "lib/excon.rb",
29
+ "lib/excon/connection.rb",
30
+ "lib/excon/errors.rb",
31
+ "lib/excon/response.rb",
32
+ "tests/config.ru",
33
+ "tests/test_helper.rb",
34
+ "tests/threaded_tests.rb"
35
35
  ]
36
36
  s.homepage = %q{http://github.com/geemus/excon}
37
37
  s.rdoc_options = ["--charset=UTF-8"]
38
38
  s.require_paths = ["lib"]
39
- s.rubygems_version = %q{1.3.5}
39
+ s.rubygems_version = %q{1.3.6}
40
40
  s.summary = %q{EXtended http(s) CONnections}
41
41
 
42
42
  if s.respond_to? :specification_version then
@@ -97,6 +97,8 @@ module Excon
97
97
  retries_remaining -= 1
98
98
  if retries_remaining > 0
99
99
  retry
100
+ else
101
+ raise(request_error)
100
102
  end
101
103
  else
102
104
  raise(request_error)
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: excon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 20
9
+ version: 0.0.20
5
10
  platform: ruby
6
11
  authors:
7
12
  - Wesley Beary
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-02-06 00:00:00 -08:00
17
+ date: 2010-03-08 00:00:00 -08:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -51,18 +56,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
56
  requirements:
52
57
  - - ">="
53
58
  - !ruby/object:Gem::Version
59
+ segments:
60
+ - 0
54
61
  version: "0"
55
- version:
56
62
  required_rubygems_version: !ruby/object:Gem::Requirement
57
63
  requirements:
58
64
  - - ">="
59
65
  - !ruby/object:Gem::Version
66
+ segments:
67
+ - 0
60
68
  version: "0"
61
- version:
62
69
  requirements: []
63
70
 
64
71
  rubyforge_project:
65
- rubygems_version: 1.3.5
72
+ rubygems_version: 1.3.6
66
73
  signing_key:
67
74
  specification_version: 3
68
75
  summary: EXtended http(s) CONnections