fixed gemspec

This commit is contained in:
Harry Bomrah 2015-04-30 19:10:20 +08:00
parent 97120b7a72
commit 0c466c0379
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ require "text_marquee/version"
Gem::Specification.new do |s|
s.name = "text_marquee"
s.version = TextMarquee::VERSION
s.authors = ["TODO: Your name"]
s.email = ["TODO: Your email"]
s.homepage = "TODO"
s.summary = "TODO: Summary of TextMarquee."
s.description = "TODO: Description of TextMarquee."
s.authors = ["Rulingcom"]
s.email = ["service@rulingcom.com"]
s.homepage = "http://wwww.rulingcom.com"
s.summary = "TextMarquee."
s.description = "TextMarquee."
s.license = "MIT"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]