configurable_exceptions 1.0.0 → 1.0.1
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
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 177cac069cf3d57dc206fd802d62c97cb50f5b64
|
4
|
+
data.tar.gz: 9b86566fa5c959ff5b6fe4a0b934c7ed16788885
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3742b0f9c0a84a40e6292a2e87c028078a23f2cd9a6365a2a07ba6307e38532da7f6646d0ee08187c95fa99bd4420de6d52123a09b932242aa28c479e747acd9
|
7
|
+
data.tar.gz: cbb40adfa33817b22cbc87ff90eb50f501e1cd0a345c0efa94f3a8b4feaf09f406446dcec30a516ea453b1af6b2b693c2192bb4a1b7c32284e8486f4ab20879e
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# No way of toggling config.action_dispatch.show_exceptions directly it appears
|
2
|
-
# so this configurable middleware is instead injected before
|
3
|
-
# middleware to be able to dynamically switch them on/
|
2
|
+
# so this configurable middleware is instead injected before the exception
|
3
|
+
# middleware to be able to dynamically switch them on/off for testing
|
4
4
|
|
5
5
|
class ConfigurableExceptions::Middleware
|
6
6
|
def initialize(app)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: configurable_exceptions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jens Balvig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.
|
78
|
+
rubygems_version: 2.5.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Toggle showing of error pages on/off when testing
|