From 9f3d5dc35ef463d66c9ef1018071f58b3e1ee8ea Mon Sep 17 00:00:00 2001 From: Thomas Leitner Date: Wed, 18 Jun 2014 05:53:46 +0200 Subject: [PATCH] Removed whitespace --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index f790409b..d8311510 100644 --- a/Rakefile +++ b/Rakefile @@ -193,11 +193,11 @@ EOF end - task :gemspec => [ 'CONTRIBUTERS', 'VERSION', 'man/man1/kramdown.1'] do + task :gemspec => [ 'CONTRIBUTERS', 'VERSION', 'man/man1/kramdown.1'] do print "Generating Gemspec\n" contents = spec.to_ruby File.open("kramdown.gemspec", 'w+') {|f| f.puts(contents)} - end + end Gem::PackageTask.new(spec) do |pkg| pkg.need_zip = true