resque-aps 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY.md +4 -0
- data/lib/resque_aps/application.rb +1 -1
- data/lib/resque_aps/version.rb +1 -1
- metadata +3 -3
data/HISTORY.md
CHANGED
|
@@ -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
|
|
111
|
+
if $!.message =~ /^SSL_connect .* certificate (expired|revoked)/
|
|
112
112
|
notify_aps_admin exc
|
|
113
113
|
end
|
|
114
114
|
raise exc
|
data/lib/resque_aps/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
|
-
-
|
|
9
|
-
version: 0.9.
|
|
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-
|
|
17
|
+
date: 2010-07-23 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|