flyingmachine-merb_whoops_notifier 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,11 +15,11 @@ def sudo
15
15
  end
16
16
 
17
17
  NAME = "merb_whoops_notifier"
18
- GEM_VERSION = "1.0"
18
+ GEM_VERSION = "1.0.1"
19
19
  AUTHOR = "Daniel Higginbotham"
20
20
  EMAIL = 'daniel@flyingmachinestudios.com'
21
21
  HOMEPAGE = "http://github.com/flyingmachine/merb_whoops_notifier"
22
- SUMMARY = "Merb plugin that provides whoops exception notification"
22
+ SUMMARY = "Whoops exception notification for merb"
23
23
 
24
24
  spec = Gem::Specification.new do |s|
25
25
  s.rubyforge_project = 'merb'
@@ -64,7 +64,7 @@ module WhoopsNotifier
64
64
  }
65
65
 
66
66
  data[:environment] = clean_whoops_environment(ENV.to_hash.merge(request.env))
67
- data[:environment][:RAILS_ENV] = Merb.env
67
+ data[:environment][:app_env] = Merb.env
68
68
 
69
69
  data[:session] = {
70
70
  :key => session.instance_variable_get("@session_id"),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flyingmachine-merb_whoops_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Higginbotham
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-03 00:00:00 -07:00
12
+ date: 2009-04-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.0.9
24
24
  version:
25
- description: Merb plugin that provides whoops exception notification
25
+ description: Whoops exception notification for merb
26
26
  email: daniel@flyingmachinestudios.com
27
27
  executables: []
28
28
 
@@ -72,6 +72,6 @@ rubyforge_project: merb
72
72
  rubygems_version: 1.2.0
73
73
  signing_key:
74
74
  specification_version: 2
75
- summary: Merb plugin that provides whoops exception notification
75
+ summary: Whoops exception notification for merb
76
76
  test_files: []
77
77