Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Jun 18, 2014
1 parent 2501b3d commit 9f3d5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f3d5dc

Please sign in to comment.