right_support 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -173,10 +173,10 @@ module RightSupport::Net
173
173
  complete = true
174
174
  break
175
175
  rescue Exception => e
176
- @policy.bad(endpoint, t0, Time.now)
177
176
  if to_raise = handle_exception(endpoint, e)
178
177
  raise(to_raise)
179
178
  else
179
+ @policy.bad(endpoint, t0, Time.now)
180
180
  exceptions << e
181
181
  end
182
182
  end
@@ -7,8 +7,8 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'right_support'
10
- s.version = '1.0.8'
11
- s.date = '2011-10-14'
10
+ s.version = '1.0.9'
11
+ s.date = '2011-10-17'
12
12
 
13
13
  s.authors = ['Tony Spataro']
14
14
  s.email = 'tony@rightscale.com'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
10
- version: 1.0.8
9
+ - 9
10
+ version: 1.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-14 00:00:00 -07:00
18
+ date: 2011-10-17 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency