Created
September 7, 2011 19:18
-
-
Save chaffeqa/1201448 to your computer and use it in GitHub Desktop.
Shoulda-matchers first step
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
Projects/Gems/shoulda-matchers[master]% ruby -v | |
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin11.0.0] | |
Projects/Gems/shoulda-matchers[master]% gem list | |
*** LOCAL GEMS *** | |
rake (0.8.7) | |
Projects/Gems/shoulda-matchers[master]% gem install bundler | |
Fetching: bundler-1.0.18.gem (100%) | |
Successfully installed bundler-1.0.18 | |
1 gem installed | |
Projects/Gems/shoulda-matchers[master]% bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.8.7) | |
Installing multi_json (1.0.3) | |
Installing activesupport (3.1.0) | |
Installing bcrypt-ruby (3.0.0) with native extensions | |
Installing builder (3.0.0) | |
Installing i18n (0.6.0) | |
Installing activemodel (3.1.0) | |
Installing erubis (2.7.0) | |
Installing rack (1.3.2) | |
Installing rack-cache (1.0.3) | |
Installing rack-mount (0.8.3) | |
Installing rack-test (0.6.1) | |
Installing hike (1.2.1) | |
Installing tilt (1.3.3) | |
Installing sprockets (2.0.0) | |
Installing actionpack (3.1.0) | |
Using bundler (1.0.18) | |
Installing appraisal (0.3.8) | |
Installing bcat (0.6.1) | |
Installing ffi (1.0.9) with native extensions | |
Installing childprocess (0.2.2) | |
Installing diff-lcs (1.1.3) | |
Installing json (1.5.4) with native extensions | |
Installing gherkin (2.4.18) with native extensions | |
Installing term-ansicolor (1.0.6) | |
Installing cucumber (0.10.7) | |
Installing rdiscount (1.6.8) with native extensions | |
Installing rspec-core (2.6.4) | |
Installing rspec-expectations (2.6.0) | |
Installing rspec-mocks (2.6.0) | |
Installing rspec (2.6.0) | |
Installing aruba (0.4.5) | |
Installing columnize (0.3.4) | |
Installing rbx-require-relative (0.0.5) | |
Installing linecache (0.46) with native extensions | |
Installing mocha (0.9.12) | |
Installing rack-ssl (1.3.2) | |
Installing rdoc (3.9.4) | |
Installing thor (0.14.6) | |
Installing railties (3.1.0) | |
Installing rspec-rails (2.6.1) | |
Installing ruby-debug-base (0.10.4) with native extensions | |
Installing ruby-debug (0.10.4) | |
Using shoulda-matchers (1.0.0.beta3) from source at . | |
Installing sqlite3 (1.3.4) with native extensions | |
Installing sqlite3-ruby (1.3.3) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
bundle install 39.73s user 6.82s system 83% cpu 55.586 total | |
Projects/Gems/shoulda-matchers[master]% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment