Skip to content

Instantly share code, notes, and snippets.

@biow0lf
Created June 18, 2011 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biow0lf/1032862 to your computer and use it in GitHub Desktop.
Save biow0lf/1032862 to your computer and use it in GitHub Desktop.
bundle, ok
MacBook-Pro-15-Igor-Zubkov:~ biow0lf$ rvm install 1.9.2
Installing Ruby from source to: /Users/biow0lf/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)...
ruby-1.9.2-p180 - #fetching
ruby-1.9.2-p180 - #downloading ruby-1.9.2-p180, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8609k 100 8609k 0 0 79464 0 0:01:50 0:01:50 --:--:-- 165k
ruby-1.9.2-p180 - #extracting ruby-1.9.2-p180 to /Users/biow0lf/.rvm/src/ruby-1.9.2-p180
ruby-1.9.2-p180 - #extracted to /Users/biow0lf/.rvm/src/ruby-1.9.2-p180
Fetching yaml-0.1.3.tar.gz to /Users/biow0lf/.rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 455k 100 455k 0 0 96910 0 0:00:04 0:00:04 --:--:-- 111k
Extracting yaml-0.1.3.tar.gz to /Users/biow0lf/.rvm/src
Configuring yaml in /Users/biow0lf/.rvm/src/yaml-0.1.3.
Compiling yaml in /Users/biow0lf/.rvm/src/yaml-0.1.3.
Installing yaml to /Users/biow0lf/.rvm/usr
ruby-1.9.2-p180 - #configuring
ruby-1.9.2-p180 - #compiling
ruby-1.9.2-p180 - #installing
Removing old Rubygems files...
Installing rubygems dedicated to ruby-1.9.2-p180...
Retrieving rubygems-1.6.2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 236k 100 236k 0 0 172k 0 0:00:01 0:00:01 --:--:-- 315k
Extracting rubygems-1.6.2 ...
Installing rubygems for /Users/biow0lf/.rvm/rubies/ruby-1.9.2-p180/bin/ruby
Installation of rubygems completed successfully.
ruby-1.9.2-p180 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-1.9.2-p180 - #importing default gemsets (/Users/biow0lf/.rvm/gemsets/)
Install of ruby-1.9.2-p180 - #complete
MacBook-Pro-15-Igor-Zubkov:~ biow0lf$ rvm use 1.9.2
Using /Users/biow0lf/.rvm/gems/ruby-1.9.2-p180
MacBook-Pro-15-Igor-Zubkov:~ biow0lf$ cd
MacBook-Pro-15-Igor-Zubkov:~ biow0lf$ cd projects/bundler/
MacBook-Pro-15-Igor-Zubkov:bundler biow0lf$ gem build bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 1.1.pre.5
File: bundler-1.1.pre.5.gem
MacBook-Pro-15-Igor-Zubkov:bundler biow0lf$ gem update --system
Updating rubygems-update
Fetching: rubygems-update-1.8.5.gem (100%)
Successfully installed rubygems-update-1.8.5
Installing RubyGems 1.8.5
RubyGems 1.8.5 installed
=== 1.8.5 / 2011-05-31
* 2 minor enhancement:
* The -u option to 'update local source cache' is official deprecated.
* Remove has_rdoc deprecations from Specification.
* 2 bug fixes:
* Handle bad specs more gracefully.
* Reset any Gem paths changed in the installer.
------------------------------------------------------------------------------
RubyGems installed the following executables:
/Users/biow0lf/.rvm/rubies/ruby-1.9.2-p180/bin/gem
RubyGems system software updated
MacBook-Pro-15-Igor-Zubkov:bundler biow0lf$ gem build bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 1.1.pre.5
File: bundler-1.1.pre.5.gem
MacBook-Pro-15-Igor-Zubkov:bundler biow0lf$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment