exceptional 2.0.15 → 2.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/exceptional/remote.rb +2 -2
- data/lib/exceptional/version.rb +1 -1
- metadata +4 -4
data/lib/exceptional/remote.rb
CHANGED
@@ -37,10 +37,10 @@ module Exceptional
|
|
37
37
|
response = client.post(url, data)
|
38
38
|
case response
|
39
39
|
when Net::HTTPSuccess
|
40
|
-
Exceptional.logger.info( "#{url}
|
40
|
+
Exceptional.logger.info( "#{url} - #{response.message}")
|
41
41
|
return true
|
42
42
|
else
|
43
|
-
Exceptional.logger.error("#{url} - #{response.code} -
|
43
|
+
Exceptional.logger.error("#{url} - #{response.code} - #{response.message}")
|
44
44
|
end
|
45
45
|
rescue Exception => e
|
46
46
|
Exceptional.logger.error('Problem notifying Exceptional about the error')
|
data/lib/exceptional/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exceptional
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 47
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 2.0.
|
9
|
+
- 16
|
10
|
+
version: 2.0.16
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Contrast
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-07-12 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|