mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
change the home page to be the new sdoc page
This commit is contained in:
parent
1f9832f64f
commit
525d162351
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue