commit 54ec579ff410f170bb5ad0a6a5413a84f0d77495
parent 3c24d8319b8f8f926ab03c6d2f122dada87f6871
Author: Whyme Lyu <callme5long@gmail.com>
Date: Fri, 3 May 2013 21:35:42 +0800
Just use double quotes in gemspec
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -14,13 +14,13 @@ SUP_FILES =
module Redwood
Gemspec = Gem::Specification.new do |s|
- s.name = %q{sup}
+ s.name = "sup"
s.version = ENV["REL"] || (::Redwood::VERSION == "git" ? "999" : ::Redwood::VERSION)
s.date = Time.now.strftime "%Y-%m-%d"
s.authors = ["William Morgan"]
s.email = "sup-talk@rubyforge.org"
s.summary = "A console-based email client with the best features of GMail, mutt and Emacs"
- s.homepage = %q{https://github.com/sup-heliotrope/sup/wiki}
+ s.homepage = "https://github.com/sup-heliotrope/sup/wiki"
s.description = <<-DESC
Sup is a console-based email client for people with a lot of email.