resque-aps 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.9.6 (2010-07-23)
2
+
3
+ * Fixed the revoked or expired exception identification code
4
+
1
5
  ## 0.9.5 (2010-07-08)
2
6
 
3
7
  * Added Feedback class
@@ -108,7 +108,7 @@ module ResqueAps
108
108
  yield ssl_socket, self if block_given?
109
109
  rescue
110
110
  exc = Application.application_exception($!, name)
111
- if $! =~ /^SSL_connect .* certificate (expired|revoked)/
111
+ if $!.message =~ /^SSL_connect .* certificate (expired|revoked)/
112
112
  notify_aps_admin exc
113
113
  end
114
114
  raise exc
@@ -1,3 +1,3 @@
1
1
  module ResqueAps
2
- Version = '0.9.5'
2
+ Version = '0.9.6'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ashley Martens
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-08 00:00:00 -07:00
17
+ date: 2010-07-23 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency