diff --git a/aasm.gemspec b/aasm.gemspec index 43c61b3..c4e003e 100644 --- a/aasm.gemspec +++ b/aasm.gemspec @@ -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}