Repository: buildr
Updated Branches:
  refs/heads/master bba6350cb -> 2a4892a5c


Use single quotes where possible


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/e2423a1e
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/e2423a1e
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/e2423a1e

Branch: refs/heads/master
Commit: e2423a1ecbed407c5bb9836c869f198c0b822824
Parents: bba6350
Author: Peter Donald <[email protected]>
Authored: Sat Aug 23 09:10:53 2014 +1000
Committer: Peter Donald <[email protected]>
Committed: Sat Aug 23 09:10:53 2014 +1000

----------------------------------------------------------------------
 buildr.gemspec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/e2423a1e/buildr.gemspec
----------------------------------------------------------------------
diff --git a/buildr.gemspec b/buildr.gemspec
index 6e22b11..05c5ed8 100644
--- a/buildr.gemspec
+++ b/buildr.gemspec
@@ -26,9 +26,9 @@ Gem::Specification.new do |spec|
   spec.name           = 'buildr'
   spec.version        = Buildr::VERSION.dup
   spec.author         = 'Apache Buildr'
-  spec.email          = "[email protected]"
-  spec.homepage       = "http://buildr.apache.org/";
-  spec.summary        = "Build like you code"
+  spec.email          = '[email protected]'
+  spec.homepage       = 'http://buildr.apache.org/'
+  spec.summary        = 'Build like you code'
   spec.description    = <<-TEXT
 Apache Buildr is a build system for Java-based applications, including support
 for Scala, Groovy and a growing number of JVM languages and tools.  We wanted
@@ -49,9 +49,9 @@ for those one-off tasks, with a language that's a joy to use.
   spec.extra_rdoc_files = 'README.rdoc', 'CHANGELOG', 'LICENSE', 'NOTICE'
   spec.rdoc_options     = '--title', 'Buildr', '--main', 'README.rdoc',
                           '--webcvs', 'https://github.com/apache/buildr'
-  spec.post_install_message = "To get started run buildr --help"
+  spec.post_install_message = 'To get started run buildr --help'
 
-  spec.required_rubygems_version = ">= 1.8.6"
+  spec.required_rubygems_version = '>= 1.8.6'
 
   # Tested against these dependencies.
   spec.add_dependency 'rake',                 '0.9.2.2'
@@ -59,7 +59,7 @@ for those one-off tasks, with a language that's a joy to use.
   spec.add_dependency 'net-ssh',              '2.7.0'
   spec.add_dependency 'net-sftp',             '2.1.2'
   # Required for sftp support under windows
-  spec.add_dependency "jruby-pageant",        '1.1.1' if $platform.to_s == 
'java'
+  spec.add_dependency 'jruby-pageant',        '1.1.1' if $platform.to_s == 
'java'
   spec.add_dependency 'rubyzip',              '0.9.9'
   spec.add_dependency 'json_pure',            '1.8.0'
   spec.add_dependency 'hoe',                  '3.7.1'

Reply via email to