From 2ea4fc23be13cdf1f7d0c6a7af39f31da15740d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Sun, 1 Jul 2012 21:35:20 +1200 Subject: [PATCH] moved the main repo to github.com/aasm/aasm --- README.md | 2 +- aasm.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8964a8c..276179c 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/aasm.gemspec b/aasm.gemspec index 6147bd7..a4762b6 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -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