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:
parent
ec724d5a48
commit
383a36d9b7
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue