From a5a8f66c75a123ba15ceb15cc0dd22fa9ecce654 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 8 Nov 2012 12:46:23 +0100 Subject: [PATCH] Fix Github links --- README.rdoc | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 8d7f95d..c46c666 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,6 +1,6 @@ = SyslogLogger -http://github.com/ngmoco/sysloglogger +https://github.com/ngmoco/syslog_logger == DESCRIPTION: diff --git a/Rakefile b/Rakefile index a70bd24..afc71d0 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ jt = Jeweler::Tasks.new do |gem| gem.summary = "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats." gem.description = "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats." gem.email = "teamplatform@ngmoco.com" - gem.homepage = "http://github.com/ngmoco/syslog_logger" + gem.homepage = "https://github.com/ngmoco/syslog_logger" gem.authors = ["Eric Hodel; Chris Powell; Matthew Boeh; Ian Lesperance; Dana Danger; Brian Smith; Ashley Martens"] gem.files = FileList["lib/syslog-logger.rb", "lib/syslog-formatter.rb", "README.rdoc"] gem.test_files = FileList["test/test_syslog_logger.rb"]