From 3c8f81cb44dc1a2d550f56fc631eab37d20eae59 Mon Sep 17 00:00:00 2001 From: David Head-Rapson Date: Fri, 9 Oct 2015 15:57:45 +0100 Subject: [PATCH] Add valid gemspec --- syslog_ruby.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syslog_ruby.gemspec b/syslog_ruby.gemspec index 2b9dbba..5631683 100644 --- a/syslog_ruby.gemspec +++ b/syslog_ruby.gemspec @@ -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($\)