error_stalker 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- error_stalker (0.0.15)
4
+ error_stalker (0.0.16)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  <p><a href="/">Back to list</a></p>
2
- <h1>Exception<%= " in #{h @report.application}" unless @report.application.empty? %></h1>
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">
@@ -1,4 +1,4 @@
1
1
  module ErrorStalker
2
2
  # ErrorStalker's current version.
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
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.15
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-03 00:00:00.000000000Z
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