corrected list of authors

This commit is contained in:
Thorsten Böttger 2014-08-17 18:19:18 +02:00
parent 3fc5e0ee7e
commit edbb71d8d0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require "aasm/version"
Gem::Specification.new do |s|
s.name = "aasm"
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.homepage = %q{https://github.com/aasm/aasm}
s.summary = %q{State machine mixin for Ruby objects}