Created
August 18, 2013 18:54
-
-
Save Ch00k/6263296 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ay:~$ rvm reinstall 2.0.0 | |
| /Users/ay/.rvm/src/ruby-2.0.0-p247 has already been removed. | |
| /Users/ay/.rvm/rubies/ruby-2.0.0-p247 has already been removed. | |
| Searching for binary rubies, this might take some time. | |
| Checking requirements for osx_brew. | |
| Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date. | |
| Requirements installation successful. | |
| ruby-2.0.0-p247 - #configure | |
| ruby-2.0.0-p247 - #download | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 5911k 100 5911k 0 0 407k 0 0:00:14 0:00:14 --:--:-- 403k | |
| ruby-2.0.0-p247 - #validate archive | |
| ruby-2.0.0-p247 - #extract | |
| ruby-2.0.0-p247 - #validate binary | |
| ruby-2.0.0-p247 - #setup | |
| Saving wrappers to '/Users/ay/.rvm/wrappers/ruby-2.0.0-p247'........ | |
| ruby-2.0.0-p247 - #importing default gemsets, this may take time....................... | |
| Making gemset ruby-2.0.0-p247 pristine.... | |
| Making gemset ruby-2.0.0-p247@global pristine.... | |
| ay:~$ rvm use 2.0.0 | |
| Using /Users/ay/.rvm/gems/ruby-2.0.0-p247 | |
| ay:~$ rvm docs generate | |
| ruby-2.0.0-p247 - #downloading ruby-2.0.0-p247, 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 10.3M 100 10.3M 0 0 422k 0 0:00:25 0:00:25 --:--:-- 558k | |
| ruby-2.0.0-p247 - #extracting ruby-2.0.0-p247 to /Users/ay/.rvm/src/ruby-2.0.0-p247 | |
| ruby-2.0.0-p247 - #extracted to /Users/ay/.rvm/src/ruby-2.0.0-p247 | |
| Generating ri documentation, be aware that this could take a *long* time, and depends heavily on your system resources... | |
| ( Errors will be logged to /Users/ay/.rvm/log/ruby-2.0.0-p247/docs.log ) | |
| Generating rdoc documentation, be aware that this could take a *long* time, and depends heavily on your system resources... | |
| ( Errors will be logged to /Users/ay/.rvm/log/ruby-2.0.0-p247/docs.log ) | |
| ay:~$ cat $rvm_path/log/ruby-2.0.0-p247/docs.log | |
| unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/json/ext/generator.bundle, skipping | |
| unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/json/ext/parser.bundle, skipping | |
| Generating RI format into /Users/ay/.rvm/rubies/ruby-2.0.0-p247/share/ri/2.0.0/site... | |
| Generating Darkfish format into /Users/ay/.rvm/docs/ruby-2.0.0-p247/rdoc... | |
| ay:~$ ri --list-doc-dirs | |
| /Users/ay/.rvm/rubies/ruby-2.0.0-p247/share/ri/2.0.0/system | |
| /Users/ay/.rvm/rubies/ruby-2.0.0-p247/share/ri/2.0.0/site | |
| /Users/ay/.rdoc | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247@global/doc/bundler-1.3.5/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247@global/doc/bundler-unload-1.0.1/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247/doc/json-1.8.0/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247@global/doc/rake-10.1.0/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247/doc/rdoc-4.0.1/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247@global/doc/rubygems-bundler-1.2.2/ri | |
| /Users/ay/.rvm/gems/ruby-2.0.0-p247@global/doc/rvm-1.11.3.8/ri | |
| ay:~$ ri -l | wc -l | |
| 1967 | |
| ay:~$ ri GC | |
| ay:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment