jcnetdev-exception_notification 1.0.20080705 → 1.0.20080706

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'exception_notification'
3
- s.version = '1.0.20080705'
4
- s.date = '2008-07-05'
3
+ s.version = '1.0.20080706'
4
+ s.date = '2008-07-06'
5
5
 
6
6
  s.summary = "Allows unhandled exceptions to be captured and sent via email"
7
7
  s.description = ""
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
22
22
  "lib/exception_notifiable.rb",
23
23
  "lib/exception_notifier.rb",
24
24
  "lib/exception_notifier_helper.rb",
25
+ "lib/exception_notification.rb",
25
26
  "rails/init.rb",
26
27
  "views/exception_notifier/_backtrace.rhtml",
27
28
  "views/exception_notifier/_environment.rhtml",
File without changes
data/rails/init.rb CHANGED
@@ -1 +1,5 @@
1
1
  require "action_mailer"
2
+
3
+ require "exception_notifiable"
4
+ require "exception_notifier"
5
+ require "exception_notifier_helper"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jcnetdev-exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20080705
4
+ version: 1.0.20080706
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Crocker
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-07-05 00:00:00 -07:00
13
+ date: 2008-07-06 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -37,6 +37,7 @@ files:
37
37
  - lib/exception_notifiable.rb
38
38
  - lib/exception_notifier.rb
39
39
  - lib/exception_notifier_helper.rb
40
+ - lib/exception_notification.rb
40
41
  - rails/init.rb
41
42
  - views/exception_notifier/_backtrace.rhtml
42
43
  - views/exception_notifier/_environment.rhtml