mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Corrected my email address
This commit is contained in:
parent
ace2982c3a
commit
4ad285795a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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, @aasm@mt7.de}
|
||||
s.email = %q{scott@elitists.net, ttilley@gmail.com, aasm@mt7.de}
|
||||
s.homepage = %q{https://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.}
|
||||
|
|
Loading…
Reference in a new issue