mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
moved the main repo to github.com/aasm/aasm
This commit is contained in:
parent
21394075f2
commit
2ea4fc23be
2 changed files with 3 additions and 3 deletions
|
@ -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 ##
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue