exception_handler 0.8.0.1 → 0.8.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba54148f25815a5f2df409c4261ade99ffa4f2f96c4a0ae354149ba539bffac3
4
- data.tar.gz: ee20ae2ed6c8be539b8ffb0388da0b2680aaaaf5aa793a0df49fe38e5230ea2e
3
+ metadata.gz: b1ec826fa6fe7d181361a168f0d1563244e5873e24e07467f38220c233d5e65a
4
+ data.tar.gz: f90e5610927d6ff2eae5453a9dada5db2aab6b33dcd50c3d834f87b6ec3093f5
5
5
  SHA512:
6
- metadata.gz: e5a14eeb3beb2ffab2fe1289acd377423242d980294cf0872e85ba86aeb7165027de92b2057d034a1730ff4e38fb716b38052c81d1502143a658367e1a1ae23c
7
- data.tar.gz: '0890e4e17d5bb8c94cefb0dc24adb8d40f7fc49c8c9cb7f4e6904221e61750dd23f886ce1af3141316f5dc14152e8ae6cabc1bd3285a90a6e5c3646d8fa7783d'
6
+ metadata.gz: 6da4ed139e8c9df42328e4ccd76c0a3d85137d73c5d0334af8626db462c6bc0ddf9dcfdb4a6fa99a3faa38d6e56cec7da7a953397d06973938725e3f981cb103
7
+ data.tar.gz: cdcc09386d57a12c6c2ee5474c7c127dc4f844e537a0d5e78415f58e59138820c238aa19807dc942183703d8f648dde5cec4b6af8a5e844049a0535b066c1a1a
@@ -1,4 +1,4 @@
1
- <h1><%= Rails.application.class.parent_name %> (<%= Rails.env.titleize %>)</h1>
1
+ <h1>Rails Error (<%= Rails.env.titleize %>)</h1>
2
2
 
3
3
  <strong><u><%= @exception.response %> (<%= @exception.status %>)</u></strong>
4
4
  <p><%= @exception.message %></p>
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
20
20
  ## Details ##
21
21
  s.summary = %q{Rails gem to show custom error pages in production. Also logs errors in db & sends notification emails}
22
22
  s.description = %q{Rails gem to create custom error pages. Captures exceptions using "exception_app" callback, routing to "Exception" controller, rendering the view as required.}
23
- s.post_install_message = %q{ExceptionHandler 0.8.0.0 → New "config" (config.exception_handler = {exceptions: {layout: 'x', notification: true, action: {redirect_to root_path} }} ). https://www.github.com/richpeck/exception_handler#config for more info. }
24
23
  s.homepage = "https://github.com/richpeck/exception_handler"
25
24
 
26
25
  ## License ##
@@ -15,7 +15,7 @@ module ExceptionHandler
15
15
  MAJOR = 0
16
16
  MINOR = 8
17
17
  TINY = 0
18
- PRE = 1 # "alpha"
18
+ PRE = 2 # "alpha"
19
19
 
20
20
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.1
4
+ version: 0.8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - R.Peck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-31 00:00:00.000000000 Z
11
+ date: 2021-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -262,9 +262,7 @@ homepage: https://github.com/richpeck/exception_handler
262
262
  licenses:
263
263
  - MIT
264
264
  metadata: {}
265
- post_install_message: 'ExceptionHandler 0.8.0.0 → New "config" (config.exception_handler
266
- = {exceptions: {layout: ''x'', notification: true, action: {redirect_to root_path}
267
- }} ). https://www.github.com/richpeck/exception_handler#config for more info. '
265
+ post_install_message:
268
266
  rdoc_options: []
269
267
  require_paths:
270
268
  - lib