1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

whitespace

This commit is contained in:
David Palm 2011-06-01 08:29:48 +02:00
parent 438fe17fcb
commit 7fe09c806d

View file

@ -56,7 +56,7 @@ namespace :ruby do
task :gemspec do
File.open("#{spec.name}-#{spec.version}.gemspec", "w") do |f|
f << spec.to_ruby
end
end
end
end