From 0c466c0379900300567efba19946bb0f972cf9ee Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Thu, 30 Apr 2015 19:10:20 +0800 Subject: [PATCH] fixed gemspec --- text_marquee.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/text_marquee.gemspec b/text_marquee.gemspec index 539e29f..5030cca 100644 --- a/text_marquee.gemspec +++ b/text_marquee.gemspec @@ -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"]