Skip to content

Instantly share code, notes, and snippets.

@chaitanyakuber
Created June 5, 2012 10:22
Show Gist options
  • Save chaitanyakuber/2874230 to your computer and use it in GitHub Desktop.
Save chaitanyakuber/2874230 to your computer and use it in GitHub Desktop.
sudo gem install rails -V
GET http://rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
GET http://rubygems.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
200 OK
Installing gem rails-3.2.5
Successfully installed rails-3.2.5
1 gem installed
Installing ri documentation for rails-3.2.5...
rdoc --ri --op /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/doc/rails-3.2.5/ri lib --title rails-3.2.5 Documentation --quiet
Installing RDoc documentation for rails-3.2.5...
rdoc --op /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/doc/rails-3.2.5/rdoc lib --title rails-3.2.5 Documentation --quiet
@chaitanyakuber
Copy link
Author

sudo gem install rails -V
GET http://rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
304 Not Modified
GET http://rubygems.org/specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/specs.4.8.gz
304 Not Modified
Installing gem rails-3.2.5
Successfully installed rails-3.2.5
1 gem installed
Installing ri documentation for rails-3.2.5...
rdoc --ri --op /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/doc/rails-3.2.5/ri lib --title rails-3.2.5 Documentation --quiet
Installing RDoc documentation for rails-3.2.5...
rdoc --op /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/doc/rails-3.2.5/rdoc lib --title rails-3.2.5 Documentation --quiet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment