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

Whitespace only: Use single newline at end of file.

Bring these files into accordance with the prevailing convention.
This commit is contained in:
Brook Riggio 2012-01-27 23:24:23 -08:00
parent 69aeecd358
commit 856f13ab05
3 changed files with 2 additions and 3 deletions

View file

@ -76,4 +76,3 @@ to proceed. {Join us}[http://contributors.rubyonrails.org]!
Ruby on Rails is released under the MIT license: Ruby on Rails is released under the MIT license:
* http://www.opensource.org/licenses/MIT * http://www.opensource.org/licenses/MIT

View file

@ -8,4 +8,4 @@ end
puts "Installing Rails..." puts "Installing Rails..."
`gem build rails.gemspec` `gem build rails.gemspec`
`gem install rails-#{version}.gem --no-ri --no-rdoc ` `gem install rails-#{version}.gem --no-ri --no-rdoc `
`rm rails-#{version}.gem` `rm rails-#{version}.gem`

View file

@ -1,4 +1,4 @@
# bust gem prelude # bust gem prelude
require 'rubygems' unless defined? Gem require 'rubygems' unless defined? Gem
require 'bundler' require 'bundler'
Bundler.setup Bundler.setup