summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-13 22:38:54 -0600
committerAndre Arko <andre@arko.net>2010-11-14 01:46:26 -0600
commit4139386351098883ec4634b1f7f7995149e91e0b (patch)
treec34407a5be3113690adf8a2d918776c5519318d3 /lib
parent0d3d1262898dd3700c7480b422b657576fd47623 (diff)
downloadbundler-4139386351098883ec4634b1f7f7995149e91e0b.tar.gz
mildly clean up locking with version, mostly whitespace and helpers
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/definition.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/bundler/definition.rb b/lib/bundler/definition.rb
index 37e13ee649..82b87d9c2b 100644
--- a/lib/bundler/definition.rb
+++ b/lib/bundler/definition.rb
@@ -220,8 +220,7 @@ module Bundler
out << " #{p}\n"
end
- out << "\n"
- out << "DEPENDENCIES\n"
+ out << "\nDEPENDENCIES\n"
handled = []
dependencies.
@@ -232,8 +231,7 @@ module Bundler
handled << dep.name
end
- out << "\n"
- out << "METADATA\n"
+ out << "\nMETADATA\n"
out << " version: #{Bundler::VERSION}\n"