whoops_rails_logger 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ module WhoopsRailsLogger
43
43
 
44
44
  self.add_message_builder(:create_event_group_identifier) do |message, raw_data|
45
45
  identifier = "#{message.details[:controller]}##{message.details[:action]}"
46
- identifier << message.details["backtrace"].collect{|b| b.gsub(/:in.*/, "")}.join("\n")
46
+ identifier << message.details[:backtrace].collect{|b| b.gsub(/:in.*/, "")}.join("\n")
47
47
  message.event_group_identifier = Digest::SHA1.hexdigest(identifier)
48
48
  end
49
49
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoops_rails_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 13
10
- version: 0.1.13
9
+ - 14
10
+ version: 0.1.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Higginbotham
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-18 00:00:00 Z
18
+ date: 2012-07-31 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: whoops_logger
@@ -182,10 +182,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  requirements: []
183
183
 
184
184
  rubyforge_project:
185
- rubygems_version: 1.8.10
185
+ rubygems_version: 1.8.11
186
186
  signing_key:
187
187
  specification_version: 3
188
188
  summary: A Whoops Logger for Rails 3 apps.
189
189
  test_files: []
190
190
 
191
- has_rdoc: