mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
corrected list of authors
This commit is contained in:
parent
3fc5e0ee7e
commit
edbb71d8d0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require "aasm/version"
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "aasm"
|
s.name = "aasm"
|
||||||
s.version = AASM::VERSION
|
s.version = AASM::VERSION
|
||||||
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "Thorsten Boettger"]
|
s.authors = ["Scott Barron", "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.homepage = %q{https://github.com/aasm/aasm}
|
||||||
s.summary = %q{State machine mixin for Ruby objects}
|
s.summary = %q{State machine mixin for Ruby objects}
|
||||||
|
|
Loading…
Reference in a new issue