exception_notification_server 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d91190705296384686a2e365059b1366c1127ff
|
4
|
+
data.tar.gz: 410efc3334fc8e7e971e85514cdecc4fb19f04e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 770675e60f4deaf18c43386fa7e163b82c3930a7a1d355763c0fa3df160aa5e9986fbea57b8ab4064cb82fd8447c8df3357a9cea52fc056fe20c72233d1db240
|
7
|
+
data.tar.gz: 6781008c55d638913d83af36dbe5afa1f866e913abdb0768e14fecfe148c1fb72294ec99479e3811397010aa7d568bfb68147d063123af473d56c4d3d5cb7aa7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.6
|
@@ -83,7 +83,8 @@ module ExceptionNotificationServer
|
|
83
83
|
end
|
84
84
|
|
85
85
|
def gen_exception_hash
|
86
|
-
|
86
|
+
# .gsub(/#<([a-zA-z]*):([0-9abcdefx]*)>/, '#<\1>') doesn't work for #<#<#<Class:0x000000083c5340>:0x000000083c3d60>:0x000000083c3d60> or we should run N times
|
87
|
+
Digest::SHA1.hexdigest("#{application}#{exception_class}#{exception_message.gsub(/:([0-9abcdefx]*)>/, '>')}#{backtrace.to_s.gsub(rails_root, '')}")
|
87
88
|
end
|
88
89
|
|
89
90
|
def base_id
|
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: exception_notification_server 0.0.
|
5
|
+
# stub: exception_notification_server 0.0.6 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = 'exception_notification_server'
|
9
|
-
s.version = '0.0.
|
9
|
+
s.version = '0.0.6'
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ['lib']
|
13
13
|
s.authors = ['Anatoliy Varanitsa']
|
14
|
-
s.date = '2015-10-
|
14
|
+
s.date = '2015-10-27'
|
15
15
|
s.description = 'Gem that receive errors from exception_notification gem and show it grouped on pages'
|
16
16
|
s.email = 'Prizrack13@mail.ru'
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exception_notification_server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anatoliy Varanitsa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|