exception_handling 1.0.1 → 1.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51321ac369d03be86441095c3e3e51a5626c172a
|
4
|
+
data.tar.gz: 26486220d2dd457cfcb50c25429734c3d4fd0ee0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 006ea3be42c83b774e577b74ee8fa3cf660dfdb8cc6d7a7d708ee03da1b92991834943ad09a316ff6874c01556f353c1d57e87fef5fb62acbe201fdcc35801be
|
7
|
+
data.tar.gz: 268d1fdaa1110de69d410ed509b65996a08aaeb1d5eae0cc3f487cffa939b5a093d84f9fa0bacd9778f315526865e7627dc7854758ac0fe0282bf12d8b2ef2fb
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
exception_handling (1.0.
|
4
|
+
exception_handling (1.0.2)
|
5
5
|
actionmailer (~> 3.2)
|
6
6
|
actionpack (~> 3.2)
|
7
7
|
activesupport (~> 3.2)
|
@@ -111,7 +111,7 @@ GEM
|
|
111
111
|
treetop (1.4.15)
|
112
112
|
polyglot
|
113
113
|
polyglot (>= 0.3.1)
|
114
|
-
tzinfo (0.3.
|
114
|
+
tzinfo (0.3.41)
|
115
115
|
|
116
116
|
PLATFORMS
|
117
117
|
ruby
|
@@ -53,8 +53,8 @@
|
|
53
53
|
|
54
54
|
<h3>Where:</h3>
|
55
55
|
<% location = @cleaned_data[:location] %>
|
56
|
-
<%= "#{location[:controller]}##{location[:action]}<br />" if location && location[:controller] -%>
|
57
|
-
<%= "#{location[:file]}, line #{location[:line]}<br />" if location && location[:file] -%>
|
56
|
+
<%= "#{ h location[:controller]}##{ h location[:action]}<br />".html_safe if location && location[:controller] -%>
|
57
|
+
<%= "#{ h location[:file]}, line #{ h location[:line]}<br />".html_safe if location && location[:file] -%>
|
58
58
|
|
59
59
|
<% for section in ExceptionHandling::SECTIONS %>
|
60
60
|
<% section_value = @cleaned_data[section] %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exception_handling
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin Kelley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eventmachine
|