super_exception_notifier 3.0.8 → 3.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.txt CHANGED
@@ -1,3 +1,10 @@
1
+ 2010-06-18 v3.0.9
2
+ - Fixed bad view path for mailer.
3
+
4
+ 2010 - Version 3 refactoring
5
+ - Realigned structure of gem to match the standard rails branch
6
+ - Added Hoptoad Notification Integration (standard Hoptoad Gem)
7
+
1
8
  2009-01-28 v2.0.8
2
9
  - improve readme
3
10
 
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 3
3
3
  :build:
4
4
  :minor: 0
5
- :patch: 8
5
+ :patch: 9
@@ -1,7 +1,7 @@
1
1
  require 'pp'
2
2
 
3
3
  module ExceptionNotification::NotifierHelper
4
- VIEW_PATH = "views/exception_notifier" unless defined?(VIEW_PATH)
4
+ VIEW_PATH = "views/exception_notification/notifier" unless defined?(VIEW_PATH)
5
5
  APP_PATH = "#{RAILS_ROOT}/app/#{VIEW_PATH}" unless defined?(APP_PATH)
6
6
  PARAM_FILTER_REPLACEMENT = "[FILTERED]" unless defined?(PARAM_FILTER_REPLACEMENT)
7
7
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{super_exception_notifier}
8
- s.version = "3.0.8"
8
+ s.version = "3.0.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Peter Boling", "Scott Windsor", "Ismael Celis", "Jacques Crocker", "Jamis Buck"]
12
- s.date = %q{2010-06-12}
12
+ s.date = %q{2010-06-18}
13
13
  s.description = %q{Allows customization of:
14
14
  * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks)
15
15
  * the sender address of the email
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 8
10
- version: 3.0.8
9
+ - 9
10
+ version: 3.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Peter Boling
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2010-06-12 00:00:00 -04:00
22
+ date: 2010-06-18 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency