Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markdascher committed Oct 10, 2018
1 parent 6a17a62 commit 506bba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/remote_syslog_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'logger'

module RemoteSyslogLogger
VERSION = '1.0.3'
VERSION = '1.0.4'

def self.new(remote_hostname, remote_port, options = {})
Logger.new(RemoteSyslogLogger::UdpSender.new(remote_hostname, remote_port, options))
Expand Down
4 changes: 2 additions & 2 deletions remote_syslog_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'remote_syslog_logger'
s.version = '1.0.3'
s.date = '2011-06-06'
s.version = '1.0.4'
s.date = '2018-10-10'
# s.rubyforge_project = 'remote_syslog_logger'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit 506bba0

Please sign in to comment.