graytoad 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/graytoad.gemspec +1 -1
- data/lib/graytoad.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
data/graytoad.gemspec
CHANGED
data/lib/graytoad.rb
CHANGED
@@ -17,7 +17,7 @@ class Graytoad
|
|
17
17
|
|
18
18
|
if e.nil?
|
19
19
|
g.short_message, g.full_message = "#{opts[:error_class]}: #{opts[:error_message]}", caller
|
20
|
-
opts.each_pair { |key, value| g.add_additional(key, value) }
|
20
|
+
opts.each_pair { |key, value| g.add_additional(key.to_s, value) }
|
21
21
|
HoptoadNotifier.notify(opts)
|
22
22
|
else
|
23
23
|
g.short_message, g.full_message = e.message, e.backtrace
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graytoad
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexey Palazhchenko
|