From b76545efa00bc803978f439c0a7d52cdcfb2a6fc Mon Sep 17 00:00:00 2001 From: Ranmocy Date: Sun, 20 Jan 2013 09:04:56 +0800 Subject: [PATCH] update gemspec --- guard-rails.gemspec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/guard-rails.gemspec b/guard-rails.gemspec index 841f876..2274cb6 100644 --- a/guard-rails.gemspec +++ b/guard-rails.gemspec @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "guard/rails/version" @@ -6,10 +5,10 @@ Gem::Specification.new do |s| s.name = "guard-rails" s.version = GuardRails::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["John Bintz"] - s.email = ["john@coswellproductions.com"] - s.homepage = "" - s.summary = %q{Restart Rails when things change in your app} + s.authors = ["John Bintz", "Wanzhang Sheng"] + s.email = ["john@coswellproductions.com", "Ranmocy@gmail.com"] + s.homepage = "https://github.com/ranmocy/guard-rails" + s.summary = %q{Guard your Rails to always be there.} s.description = %q{Restart Rails when things change in your app} s.rubyforge_project = "guard-rails"