redmine_airbrake_backend 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +25 -25
- data/lib/redmine_airbrake_backend/notice.rb +1 -1
- data/lib/redmine_airbrake_backend/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e6f90597177ad780d201844dd5124b4a16624da
|
4
|
+
data.tar.gz: 8012ff3736c04661bd5814c3074cc44ce8541011
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3848ce47f9d9ae77d8d35ea555779dd594d92c4860e3420c1fdec1d228531a257729a162f4233b48411d0be2bda216dc9ba1ddc0d9de861e7efcaa143fb4038a
|
7
|
+
data.tar.gz: 22b795f58078aaebbe03b9cb1e5d3895e351f125a33260a202fd434873119b8ca73af0dc2f210ffccfdbafd54a2b77bd18e025b6db6418c806f73f98d9e1ea5e
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
redmine_airbrake_backend (0.4.
|
4
|
+
redmine_airbrake_backend (0.4.1)
|
5
5
|
hpricot
|
6
6
|
htmlentities
|
7
7
|
rails
|
@@ -9,31 +9,31 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionmailer (4.0.
|
13
|
-
actionpack (= 4.0.
|
14
|
-
mail (~> 2.5.
|
15
|
-
actionpack (4.0.
|
16
|
-
activesupport (= 4.0.
|
12
|
+
actionmailer (4.0.1)
|
13
|
+
actionpack (= 4.0.1)
|
14
|
+
mail (~> 2.5.4)
|
15
|
+
actionpack (4.0.1)
|
16
|
+
activesupport (= 4.0.1)
|
17
17
|
builder (~> 3.1.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
rack (~> 1.5.2)
|
20
20
|
rack-test (~> 0.6.2)
|
21
|
-
activemodel (4.0.
|
22
|
-
activesupport (= 4.0.
|
21
|
+
activemodel (4.0.1)
|
22
|
+
activesupport (= 4.0.1)
|
23
23
|
builder (~> 3.1.0)
|
24
|
-
activerecord (4.0.
|
25
|
-
activemodel (= 4.0.
|
24
|
+
activerecord (4.0.1)
|
25
|
+
activemodel (= 4.0.1)
|
26
26
|
activerecord-deprecated_finders (~> 1.0.2)
|
27
|
-
activesupport (= 4.0.
|
27
|
+
activesupport (= 4.0.1)
|
28
28
|
arel (~> 4.0.0)
|
29
29
|
activerecord-deprecated_finders (1.0.3)
|
30
|
-
activesupport (4.0.
|
30
|
+
activesupport (4.0.1)
|
31
31
|
i18n (~> 0.6, >= 0.6.4)
|
32
32
|
minitest (~> 4.2)
|
33
33
|
multi_json (~> 1.3)
|
34
34
|
thread_safe (~> 0.1)
|
35
35
|
tzinfo (~> 0.3.37)
|
36
|
-
arel (4.0.
|
36
|
+
arel (4.0.1)
|
37
37
|
atomic (1.1.14)
|
38
38
|
builder (3.1.4)
|
39
39
|
erubis (2.7.0)
|
@@ -46,22 +46,22 @@ GEM
|
|
46
46
|
treetop (~> 1.4.8)
|
47
47
|
mime-types (1.25)
|
48
48
|
minitest (4.7.5)
|
49
|
-
multi_json (1.8.
|
49
|
+
multi_json (1.8.2)
|
50
50
|
polyglot (0.3.3)
|
51
51
|
rack (1.5.2)
|
52
52
|
rack-test (0.6.2)
|
53
53
|
rack (>= 1.0)
|
54
|
-
rails (4.0.
|
55
|
-
actionmailer (= 4.0.
|
56
|
-
actionpack (= 4.0.
|
57
|
-
activerecord (= 4.0.
|
58
|
-
activesupport (= 4.0.
|
54
|
+
rails (4.0.1)
|
55
|
+
actionmailer (= 4.0.1)
|
56
|
+
actionpack (= 4.0.1)
|
57
|
+
activerecord (= 4.0.1)
|
58
|
+
activesupport (= 4.0.1)
|
59
59
|
bundler (>= 1.3.0, < 2.0)
|
60
|
-
railties (= 4.0.
|
60
|
+
railties (= 4.0.1)
|
61
61
|
sprockets-rails (~> 2.0.0)
|
62
|
-
railties (4.0.
|
63
|
-
actionpack (= 4.0.
|
64
|
-
activesupport (= 4.0.
|
62
|
+
railties (4.0.1)
|
63
|
+
actionpack (= 4.0.1)
|
64
|
+
activesupport (= 4.0.1)
|
65
65
|
rake (>= 0.8.7)
|
66
66
|
thor (>= 0.18.1, < 2.0)
|
67
67
|
rake (10.1.0)
|
@@ -70,7 +70,7 @@ GEM
|
|
70
70
|
multi_json (~> 1.0)
|
71
71
|
rack (~> 1.0)
|
72
72
|
tilt (~> 1.1, != 1.3.0)
|
73
|
-
sprockets-rails (2.0.
|
73
|
+
sprockets-rails (2.0.1)
|
74
74
|
actionpack (>= 3.0)
|
75
75
|
activesupport (>= 3.0)
|
76
76
|
sprockets (~> 2.8)
|
@@ -81,7 +81,7 @@ GEM
|
|
81
81
|
treetop (1.4.15)
|
82
82
|
polyglot
|
83
83
|
polyglot (>= 0.3.1)
|
84
|
-
tzinfo (0.3.
|
84
|
+
tzinfo (0.3.38)
|
85
85
|
|
86
86
|
PLATFORMS
|
87
87
|
ruby
|
@@ -39,7 +39,7 @@ module RedmineAirbrakeBackend
|
|
39
39
|
error[:backtrace] = format_backtrace(error[:backtrace])
|
40
40
|
|
41
41
|
request = convert_element(notice.at('request'))
|
42
|
-
if request[:session].present?
|
42
|
+
if request.present? && request[:session].present?
|
43
43
|
request[:session][:log] = request[:session][:log].present? ? format_session_log(request[:session][:log]) : nil
|
44
44
|
end
|
45
45
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redmine_airbrake_backend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Schwab
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|