Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions syslog_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require File.expand_path('../lib/syslog_ruby/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["John Skopis"]
gem.email = ["john.skopis@causes.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.description = %q{Ruby Logger that sends directly to a variety of syslog endpoints}
gem.summary = %q{Ruby Logger that sends directly to a variety of syslog endpoints}
gem.homepage = ""

gem.files = `git ls-files`.split($\)
Expand Down