moved the main repo to github.com/aasm/aasm

This commit is contained in:
Thorsten Böttger 2012-07-01 21:35:20 +12:00
parent 21394075f2
commit 2ea4fc23be
2 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ This model can change AASM states which are stored into the database, even if th
## Changelog ##
Look at the [CHANGELOG](https://github.com/rubyist/aasm/blob/master/CHANGELOG.md) for details.
Look at the [CHANGELOG](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) for details.
## Authors ##

View File

@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = "aasm"
s.version = AASM::VERSION
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "Thorsten Boettger"]
s.email = %q{scott@elitists.net, ttilley@gmail.com}
s.homepage = %q{http://rubyist.github.com/aasm/}
s.email = %q{scott@elitists.net, ttilley@gmail.com, @aasm@mt7.de}
s.homepage = %q{http://github.com/aasm/aasm}
s.summary = %q{State machine mixin for Ruby objects}
s.description = %q{AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.}
s.date = Time.now