super_exception_notifier 3.0.14 → 3.0.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- data.tar.gz: 33fcc250ec9acc3acd3862d48e412e88790118af
4
- metadata.gz: 0cf3c1a7f30e4c604bfa87fa2d69fefaa1b4875a
3
+ data.tar.gz: f11c2d8890c2f4cd5c0fd870ca4ffc640b93c097
4
+ metadata.gz: d2c182fdd9e25bcfb01955bec9917fb333c36cf4
5
5
  SHA512:
6
- data.tar.gz: a229c57c4b248277c082220909fbd1782539299836a90469b21af76a7ad79e83f049fbb80d57a7331fa98fa8d47e6908767243947ed071205a0bd440c317942c
7
- metadata.gz: 67b28b872173b7c3658796651251266fe75ab72f220ed862914d29e342ee403ddf462ada880b294583ca028832531ee0ccc441f17f1a670d31fe2f277dc09cdf
6
+ data.tar.gz: 5e85cd78839812e9f47472d328403366f715b56f0b89f2e99fc1f9c24240cc20d7d69f008b95a3b64ad9862452d7627eb02a5f4914fc5177d20f535beba7d080
7
+ metadata.gz: 1268549c3f07fc38c5ce72b4339565814d97c55486e5ae7b537e710f8b6647f4e4256fd412275b5640fe131a9850fe5625c0bfc1326907d380a555ac3b8ed293
data/Rakefile CHANGED
@@ -28,10 +28,10 @@ RoodiTask.new do |t|
28
28
  end
29
29
 
30
30
  desc 'Generate documentation for exception_notifiable gem.'
31
- require File.expand_path('../lib/exception_notification/version', __FILE__)
31
+ require File.expand_path('../lib/super_exception_notifier/version', __FILE__)
32
32
  Rake::RDocTask.new do |rdoc|
33
33
  rdoc.rdoc_dir = 'rdoc'
34
- rdoc.title = "exception_notifiable #{ExceptionNotification::VERSION}"
34
+ rdoc.title = "exception_notifiable #{SuperExceptionNotifier::VERSION}"
35
35
  rdoc.options << '--line-numbers' << '--inline-source'
36
36
  rdoc.rdoc_files.include('README.md')
37
37
  rdoc.rdoc_files.include('lib/**/*.rb')
@@ -1,7 +1,7 @@
1
1
  require "action_mailer"
2
2
 
3
3
  module ExceptionNotification
4
- require 'exception_notification/version'
4
+ require 'super_exception_notifier/version'
5
5
 
6
6
  autoload :ExceptionNotifiable, 'exception_notification/exception_notifiable'
7
7
  autoload :Notifiable, 'exception_notification/notifiable'
@@ -0,0 +1,5 @@
1
+ module SuperExceptionNotifier
2
+
3
+ VERSION = '3.0.15'
4
+
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_exception_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.14
4
+ version: 3.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -26,7 +26,7 @@ dependencies:
26
26
  version: "0"
27
27
  - - <
28
28
  - !ruby/object:Gem::Version
29
- version: "4"
29
+ version: "3"
30
30
  type: :runtime
31
31
  version_requirements: *id001
32
32
  - !ruby/object:Gem::Dependency
@@ -140,8 +140,8 @@ files:
140
140
  - lib/exception_notification/notified_task.rb
141
141
  - lib/exception_notification/notifier.rb
142
142
  - lib/exception_notification/notifier_helper.rb
143
- - lib/exception_notification/version.rb
144
143
  - lib/exception_notification.rb
144
+ - lib/super_exception_notifier/version.rb
145
145
  - lib/views/exception_notification/notifier/_backtrace.html.erb
146
146
  - lib/views/exception_notification/notifier/_environment.html.erb
147
147
  - lib/views/exception_notification/notifier/_inspect_model.html.erb
@@ -1,5 +0,0 @@
1
- module ExceptionNotification
2
-
3
- VERSION = '3.0.14'
4
-
5
- end