fixed gemspec
This commit is contained in:
parent
97120b7a72
commit
0c466c0379
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue