no non-ascii characters in gemspec

This commit is contained in:
Thorsten Böttger 2012-03-08 10:58:24 +13:00
parent ec724d5a48
commit 383a36d9b7
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 Böttger"]
s.authors = ["Scott Barron", "Scott Petersen", "Travis Tilley", "Thorsten Boettger"]
s.email = %q{scott@elitists.net, ttilley@gmail.com}
s.homepage = %q{http://rubyist.github.com/aasm/}
s.summary = %q{State machine mixin for Ruby objects}