From edbb71d8d07e03027ca4d62f5ca715392503c439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Sun, 17 Aug 2014 18:19:18 +0200 Subject: [PATCH] corrected list of authors --- aasm.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}