error_stalker 0.0.15 → 0.0.16
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.
- data/Gemfile.lock +1 -1
- data/lib/error_stalker/server/views/show.erb +1 -1
- data/lib/error_stalker/version.rb +1 -1
- metadata +2 -8
data/Gemfile.lock
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p><a href="/">Back to list</a></p>
|
|
2
|
-
<h1>Exception<%= " in #{h @report.application}"
|
|
2
|
+
<h1>Exception<%= " in #{h @report.application}" if @report.application && !@report.application.empty? %></h1>
|
|
3
3
|
<h3>on <%= h @report.machine %> @ <%= h @report.timestamp %></h3>
|
|
4
4
|
|
|
5
5
|
<dl class="group_details">
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: error_stalker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-
|
|
12
|
+
date: 2012-05-16 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Logs exceptions to a pluggable backend. Also provides a server for centralized
|
|
15
15
|
exception logging using a pluggable data store.
|
|
@@ -84,18 +84,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
- - ! '>='
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: '0'
|
|
87
|
-
segments:
|
|
88
|
-
- 0
|
|
89
|
-
hash: -1187536212377381335
|
|
90
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
88
|
none: false
|
|
92
89
|
requirements:
|
|
93
90
|
- - ! '>='
|
|
94
91
|
- !ruby/object:Gem::Version
|
|
95
92
|
version: '0'
|
|
96
|
-
segments:
|
|
97
|
-
- 0
|
|
98
|
-
hash: -1187536212377381335
|
|
99
93
|
requirements: []
|
|
100
94
|
rubyforge_project: error_stalker
|
|
101
95
|
rubygems_version: 1.8.10
|