super_exception_notifier 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 2
3
3
  :minor: 0
4
- :patch: 6
4
+ :patch: 7
5
5
  :build:
@@ -0,0 +1,6 @@
1
+ <!-- This file lives in gems/super_exception_notifier/rails/app/views/exception_notifiable/500.html. See Readme for instructions on customizing. -->
2
+ <div class="dialog">
3
+ <h1>We're sorry, but something went wrong.</h1>
4
+
5
+ <p>We've been notified about this issue and we'll take a look at it shortly.</p>
6
+ </div>
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: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -77,6 +77,7 @@ files:
77
77
  - rails/app/views/exception_notifiable/418.html
78
78
  - rails/app/views/exception_notifiable/422.html
79
79
  - rails/app/views/exception_notifiable/423.html
80
+ - rails/app/views/exception_notifiable/500.html
80
81
  - rails/app/views/exception_notifiable/501.html
81
82
  - rails/app/views/exception_notifiable/503.html
82
83
  - rails/app/views/exception_notifiable/method_disabled.html.erb