averell-exception_notification 1.0.20100224 → 1.0.20110124
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,12 @@
|
|
1
1
|
A <%=raw @exception.class %> occurred:
|
2
2
|
|
3
|
-
<%=
|
3
|
+
<%=
|
4
|
+
out = raw @exception.message
|
5
|
+
if @exception.inspect.any? && !@exception.inspect.starts_with?("#<#{@exception.class}") && @exception.message != @exception.inspect
|
6
|
+
out << "\n / #{raw(@exception.inspect)}"
|
7
|
+
end
|
8
|
+
out
|
9
|
+
%>
|
4
10
|
<%=raw @backtrace.first %>
|
5
11
|
|
6
12
|
<%=raw @sections.map { |section| render_section(section) }.join %>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: averell-exception_notification
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 40220239
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 20110124
|
10
|
+
version: 1.0.20110124
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Averell
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date:
|
19
|
+
date: 2011-01-24 00:00:00 +01:00
|
20
20
|
default_executable:
|
21
21
|
dependencies: []
|
22
22
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements: []
|
77
77
|
|
78
78
|
rubyforge_project:
|
79
|
-
rubygems_version: 1.
|
79
|
+
rubygems_version: 1.4.2
|
80
80
|
signing_key:
|
81
81
|
specification_version: 3
|
82
82
|
summary: Gemified exception_notification rails plugin, compatible with Rails 2.3.5 with RailsXss
|