airbrake 3.1.9 → 3.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ Version 3.1.10 - 2013-04-03 15:41:13 +0200
2
+ ===============================================================================
3
+
4
+ Mark J. Titorenko (1):
5
+ Use env rather than @env when constructing fallback request data.
6
+
7
+
1
8
  Version 3.1.9 - 2013-03-25 20:06:10 +0100
2
9
  ===============================================================================
3
10
 
@@ -1106,3 +1113,4 @@ Nick Quaranto (3):
1106
1113
 
1107
1114
 
1108
1115
 
1116
+
@@ -44,7 +44,7 @@ module Airbrake
44
44
 
45
45
  def request_data(env)
46
46
  env["action_controller.instance"].try(:airbrake_request_data) ||
47
- {:rack_env => @env}
47
+ {:rack_env => env}
48
48
  end
49
49
 
50
50
  def ignored_user_agent?(env)
@@ -1,3 +1,3 @@
1
1
  module Airbrake
2
- VERSION = "3.1.9"
2
+ VERSION = "3.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.9
4
+ version: 3.1.10
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: 2013-03-25 00:00:00.000000000 Z
12
+ date: 2013-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder
@@ -421,3 +421,4 @@ test_files:
421
421
  - features/rake.feature
422
422
  - features/rails_with_js_notifier.feature
423
423
  - features/sinatra.feature
424
+ has_rdoc: