From 9ff053095366c1c28e084d4c3c83cec00b80eedb Mon Sep 17 00:00:00 2001 From: John Mair Date: Fri, 15 Jul 2011 16:09:47 +1200 Subject: [PATCH] upated homepage for gem --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index bc33a216..f690a7ae 100644 --- a/Rakefile +++ b/Rakefile @@ -10,13 +10,13 @@ CLEAN.include("**/*#*", "**/*#*.*", "**/*_flymake*.*", "**/*_flymake", def apply_spec_defaults(s) s.name = "pry" - s.summary = "an IRB alternative and runtime developer console" + s.summary = "An IRB alternative and runtime developer console" s.version = Pry::VERSION s.date = Time.now.strftime '%Y-%m-%d' s.author = "John Mair (banisterfiend)" s.email = 'jrmair@gmail.com' s.description = s.summary - s.homepage = "http://banisterfiend.wordpress.com" + s.homepage = "http://pry.github.com" s.executables = ["pry"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n")