codesake-commons 0.83.1 → 0.83.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -81,6 +81,7 @@ module Codesake
81
81
 
82
82
  def send_to_syslog(msg, level)
83
83
  return false unless @syslog
84
+ return false if msg.nil? || msg.empty?
84
85
 
85
86
  log = Syslog.open("codesake") unless Syslog.opened?
86
87
  log = Syslog.reopen("codesake") if Syslog.opened?
@@ -1,5 +1,5 @@
1
1
  module Codesake
2
2
  module Commons
3
- VERSION = "0.83.1"
3
+ VERSION = "0.83.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codesake-commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.1
4
+ version: 0.83.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: