Skip to content

Commit

Permalink
Whitespace only: Use single newline at end of file.
Browse files Browse the repository at this point in the history
Bring these files into accordance with the prevailing convention.
  • Loading branch information
Brook Riggio committed Jan 28, 2012
1 parent 69aeecd commit 856f13a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
puts "Installing Rails..."
`gem build rails.gemspec`
`gem install rails-#{version}.gem --no-ri --no-rdoc `
`rm rails-#{version}.gem`
`rm rails-#{version}.gem`
2 changes: 1 addition & 1 deletion load_paths.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bust gem prelude
require 'rubygems' unless defined? Gem
require 'bundler'
Bundler.setup
Bundler.setup

0 comments on commit 856f13a

Please sign in to comment.