Created
October 20, 2011 14:30
-
-
Save jasonm/1301288 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
[master][~/dev/rails] g ch v3.1.0 | |
Note: checking out 'v3.1.0'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b new_branch_name | |
HEAD is now at 505e845... bumping to 3.1.0 | |
[~/dev/rails] bundle | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.9.2) | |
Using RedCloth (4.2.8) | |
Using multi_json (1.0.3) | |
Using activesupport (3.1.0) from source at /Users/jason/dev/rails | |
Using bcrypt-ruby (3.0.1) | |
Using builder (3.0.0) | |
Using i18n (0.6.0) | |
Using activemodel (3.1.0) from source at /Users/jason/dev/rails | |
Using erubis (2.7.0) | |
Using rack (1.3.5) | |
Using rack-cache (1.0.3) | |
Using rack-mount (0.8.3) | |
Using rack-test (0.6.1) | |
Using hike (1.2.1) | |
Using tilt (1.3.3) | |
Using sprockets (2.0.3) | |
Using actionpack (3.1.0) from source at /Users/jason/dev/rails | |
Using mime-types (1.16) | |
Using polyglot (0.3.2) | |
Using treetop (1.4.10) | |
Using mail (2.3.0) | |
Using actionmailer (3.1.0) from source at /Users/jason/dev/rails | |
Using arel (2.2.1) | |
Using tzinfo (0.3.30) | |
Using activerecord (3.1.0) from source at /Users/jason/dev/rails | |
Using activeresource (3.1.0) from source at /Users/jason/dev/rails | |
Using archive-tar-minitar (0.5.2) | |
Using bundler (1.0.18) | |
Using columnize (0.3.4) | |
Using execjs (1.2.9) | |
Using rack-ssl (1.3.2) | |
Using json (1.6.1) | |
Using rdoc (3.11) | |
Using thor (0.14.6) | |
Using railties (3.1.0) from source at /Users/jason/dev/rails | |
Using jquery-rails (1.0.16) | |
Using ruby_core_source (0.1.5) | |
Using linecache19 (0.5.12) | |
Installing memcache-client (1.8.5) | |
Using metaclass (0.0.1) | |
Using mocha (0.10.0) | |
Installing mysql (2.8.1) with native extensions ^[ | |
Installing mysql2 (0.3.7) with native extensions | |
Using nokogiri (1.5.0) | |
Using pg (0.11.0) | |
Using rails (3.1.0) from source at /Users/jason/dev/rails | |
Using ruby-debug-base19 (0.11.25) | |
Using ruby-debug19 (0.11.6) | |
Installing ruby-prof (0.10.8) with native extensions | |
Installing sanitize (2.0.3) | |
Installing sdoc (0.3.11) | |
Using sqlite3 (1.3.4) | |
Installing uglifier (1.0.4) | |
Installing w3c_validators (1.2) | |
Using yajl-ruby (1.0.0) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
[~/dev/rails] be rake rdoc | |
NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01. | |
Gem.available? called from /Users/jason/.rvm/gems/ruby-1.9.2-p290/gems/sdoc-0.3.11/lib/sdoc/generator.rb:6. | |
Parsing sources... | |
100% [637/637] RDOC_MAIN.rdoc | |
Generating SDoc format into /Users/jason/dev/rails/doc/rdoc... | |
rake aborted! | |
undefined method `gsub' for #<RDoc::Comment:0x000001035524f0> | |
Tasks: TOP => rdoc => doc/rdoc/index.html | |
(See full trace by running task with --trace) | |
[~/dev/rails] bundle show rdoc | |
/Users/jason/.rvm/gems/ruby-1.9.2-p290/gems/rdoc-3.11 | |
[~/dev/rails] ruby -v | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] | |
[~/dev/rails] gem -v | |
1.8.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment