From 525d1623513d8cb172a99c61fd1c26e759f26bd6 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Fri, 23 Oct 2009 16:45:05 -0400 Subject: [PATCH] change the home page to be the new sdoc page --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index aa47cc9..e6f8d17 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ begin gem.name = "aasm" gem.summary = %Q{State machine mixin for Ruby objects} gem.description = %Q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.} - gem.homepage = "http://github.com/rubyist/aasm" + gem.homepage = "http://rubyist.github.com/aasm/" gem.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley"] gem.email = "scott@elitists.net, ttilley@gmail.com" gem.add_development_dependency "rspec"