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:
parent
69aeecd358
commit
856f13ab05
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -8,4 +8,4 @@ end
|
|||
puts "Installing Rails..."
|
||||
`gem build rails.gemspec`
|
||||
`gem install rails-#{version}.gem --no-ri --no-rdoc `
|
||||
`rm rails-#{version}.gem`
|
||||
`rm rails-#{version}.gem`
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# bust gem prelude
|
||||
require 'rubygems' unless defined? Gem
|
||||
require 'bundler'
|
||||
Bundler.setup
|
||||
Bundler.setup
|
||||
|
|
Loading…
Reference in a new issue