1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

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

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}