From 856f13ab053f6b5dfa58d6e6c726d43cc5e73d00 Mon Sep 17 00:00:00 2001 From: Brook Riggio Date: Fri, 27 Jan 2012 23:24:23 -0800 Subject: [PATCH] Whitespace only: Use single newline at end of file. Bring these files into accordance with the prevailing convention. --- README.rdoc | 1 - install.rb | 2 +- load_paths.rb | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index dc8805245b..78640b39aa 100644 --- a/README.rdoc +++ b/README.rdoc @@ -76,4 +76,3 @@ to proceed. {Join us}[http://contributors.rubyonrails.org]! Ruby on Rails is released under the MIT license: * http://www.opensource.org/licenses/MIT - diff --git a/install.rb b/install.rb index 05bba27a14..abc02249c2 100644 --- a/install.rb +++ b/install.rb @@ -8,4 +8,4 @@ puts "Installing Rails..." `gem build rails.gemspec` `gem install rails-#{version}.gem --no-ri --no-rdoc ` -`rm rails-#{version}.gem` \ No newline at end of file +`rm rails-#{version}.gem` diff --git a/load_paths.rb b/load_paths.rb index 17f5ce180d..6b224d4ad5 100644 --- a/load_paths.rb +++ b/load_paths.rb @@ -1,4 +1,4 @@ # bust gem prelude require 'rubygems' unless defined? Gem require 'bundler' -Bundler.setup \ No newline at end of file +Bundler.setup -- GitLab