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: 58017eb4daa6c1823be59aa66e7d023e7243e583
4
- data.tar.gz: 047a5250e53385f20f77e61a2bb0bb95a5fecc76
3
+ metadata.gz: 51321ac369d03be86441095c3e3e51a5626c172a
4
+ data.tar.gz: 26486220d2dd457cfcb50c25429734c3d4fd0ee0
5
5
  SHA512:
6
- metadata.gz: 06b3ffd5eefbbf0c06152c5ea605cb33c06321a484acb767483187a527a5d76300b1de80a140d56bdefc9f573fb1a663d83763cb90dd1203b021ccce62e0c21b
7
- data.tar.gz: f1ec51e99cb1b4c0735cb4d9f192828858000e4b82234cf7a39c9604dd8ad3cfeadf2601c6c30a2cef50fee07f55f65fd1f8402cd4caa9875cffcba8e30263a2
6
+ metadata.gz: 006ea3be42c83b774e577b74ee8fa3cf660dfdb8cc6d7a7d708ee03da1b92991834943ad09a316ff6874c01556f353c1d57e87fef5fb62acbe201fdcc35801be
7
+ data.tar.gz: 268d1fdaa1110de69d410ed509b65996a08aaeb1d5eae0cc3f487cffa939b5a093d84f9fa0bacd9778f315526865e7627dc7854758ac0fe0282bf12d8b2ef2fb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exception_handling (1.0.1)
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.40)
114
+ tzinfo (0.3.41)
115
115
 
116
116
  PLATFORMS
117
117
  ruby
@@ -1,3 +1,3 @@
1
1
  module ExceptionHandling
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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.1
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-07 00:00:00.000000000 Z
11
+ date: 2014-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eventmachine