From 4139386351098883ec4634b1f7f7995149e91e0b Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 13 Nov 2010 22:38:54 -0600 Subject: mildly clean up locking with version, mostly whitespace and helpers --- lib/bundler/definition.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib') 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" -- cgit v1.2.1