exceptional 2.0.15 → 2.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -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} Successful")
40
+ Exceptional.logger.info( "#{url} - #{response.message}")
41
41
  return true
42
42
  else
43
- Exceptional.logger.error("#{url} - #{response.code} - Failed")
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')
@@ -1,3 +1,3 @@
1
1
  module Exceptional
2
- VERSION = '2.0.15'
2
+ VERSION = '2.0.16'
3
3
  end
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: 17
4
+ hash: 47
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 15
10
- version: 2.0.15
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-05-31 00:00:00 +01:00
18
+ date: 2010-07-12 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21