log4r_hipchat_outputter 0.9.9 → 1.0.0

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.
@@ -45,7 +45,7 @@ module Log4r
45
45
  }
46
46
  Logger.log_internal {e}
47
47
  self.level = OFF
48
- raise e
48
+ $stderr.puts "error while trying to send hipchat msg #{e.inspect}"
49
49
  end # begin
50
50
  end # def send_mail
51
51
  end # class HipchatOutputter
@@ -1,4 +1,4 @@
1
1
  module Log4rHipchatOutputter
2
2
  # the current version of this gem
3
- VERSION = "0.9.9"
3
+ VERSION = "1.0.0"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log4r_hipchat_outputter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  requirements: []
80
80
  rubyforge_project:
81
- rubygems_version: 1.8.24
81
+ rubygems_version: 1.8.25
82
82
  signing_key:
83
83
  specification_version: 3
84
84
  summary: Log4r outputter for hipchat.