diff options
author | Victor Koronen <koronen@kth.se> | 2015-08-08 16:07:01 +0200 |
---|---|---|
committer | Victor Koronen <koronen@kth.se> | 2015-08-14 12:29:43 +0200 |
commit | 77c265128bce9078d053f0e96e4bf6f70f8470c8 (patch) | |
tree | 557a894396a85ce1096de0caf17f09844f7e361b /bundler.gemspec | |
parent | cfaf136c8a478ef77b323918bd0db1af1ee6c5be (diff) | |
download | bundler-77c265128bce9078d053f0e96e4bf6f70f8470c8.tar.gz |
Fix Style/UnneededPercentQ
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index 52f65b2a03..8fc65647d5 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -10,8 +10,8 @@ Gem::Specification.new do |s| s.authors = ["André Arko", "Terence Lee", "Carl Lerche", "Yehuda Katz"] s.email = ["andre.arko+terence.lee@gmail.com"] s.homepage = "http://bundler.io" - s.summary = %q{The best way to manage your application's dependencies} - s.description = %q{Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably} + s.summary = "The best way to manage your application's dependencies" + s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably" s.required_ruby_version = ">= 1.8.7" s.required_rubygems_version = ">= 1.3.6" |