change the home page to be the new sdoc page

This commit is contained in:
Travis Tilley 2009-10-23 16:45:05 -04:00
parent 1f9832f64f
commit 525d162351
1 changed files with 1 additions and 1 deletions

View File

@ -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"