jeremyevans-exception_notification 1.0.20081208 → 1.0.20090610

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -108,4 +108,5 @@ own rescue_action_in_public method. You can look at the default implementation
108
108
  in ExceptionNotifiable for an example of how to go about that.
109
109
 
110
110
 
111
- Copyright (c) 2005 Jamis Buck, released under the MIT license
111
+ Copyright (c) 2005 Jamis Buck, released under the MIT license
112
+ Copyright (c) 2008-2009 Jeremy Evans
@@ -1,2 +1 @@
1
- * session id: <%= @request.session.instance_variable_get(:@session_id).inspect %>
2
- * data: <%= PP.pp(@request.session.instance_variable_get(:@data),"").gsub(/\n/, "\n ").strip %>
1
+ * session: <%= @request.session.inspect %>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeremyevans-exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20081208
4
+ version: 1.0.20090610
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails Core Team
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-08 00:00:00 -08:00
12
+ date: 2009-06-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -63,7 +63,7 @@ rubyforge_project:
63
63
  rubygems_version: 1.2.0
64
64
  signing_key:
65
65
  specification_version: 2
66
- summary: Gemified exception_notification rails plugin, compatible with Rails 2.2
66
+ summary: Gemified exception_notification rails plugin, compatible with Rails 2.3
67
67
  test_files:
68
68
  - test/exception_notifier_helper_test.rb
69
69
  - test/test_helper.rb