pager-exception_notification 1.0.20080507 → 1.0.20080508
Sign up to get free protection for your applications and to get access to all the features.
- data/rails/init.rb +1 -1
- metadata +2 -3
- data/lib/pager-exception_notification.rb +0 -1
data/rails/init.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
require
|
1
|
+
require "action_mailer"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pager-exception_notification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.20080508
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rails Core Team
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-05-
|
12
|
+
date: 2008-05-08 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -25,7 +25,6 @@ files:
|
|
25
25
|
- lib/exception_notifiable.rb
|
26
26
|
- lib/exception_notifier.rb
|
27
27
|
- lib/exception_notifier_helper.rb
|
28
|
-
- lib/pager-exception_notification.rb
|
29
28
|
- rails/init.rb
|
30
29
|
- README
|
31
30
|
- test/exception_notifier_helper_test.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
require "action_mailer"
|