Skip to content

Instantly share code, notes, and snippets.

@calebhearth
Created October 16, 2012 21:55
Show Gist options
  • Save calebhearth/3902293 to your computer and use it in GitHub Desktop.
Save calebhearth/3902293 to your computer and use it in GitHub Desktop.
draper[master*]/
↪ bundle install --binstubs
Using rake (0.9.2.2)
Using ZenTest (4.8.2)
Using i18n (0.6.1)
Using multi_json (1.3.6)
Using activesupport (3.2.8)
Using builder (3.0.3)
Using activemodel (3.2.8)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.8)
Using mime-types (1.19)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.8)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.8)
Using activeresource (3.2.8)
Using rack-ssl (1.3.2)
Using json (1.7.5)
Using rdoc (3.12)
Using thor (0.16.0)
Using railties (3.2.8)
Using rspec-core (2.11.1)
Using diff-lcs (1.1.3)
Using rspec-expectations (2.11.3)
Using rspec-mocks (2.11.3)
Using rspec (2.11.0)
Using rspec-rails (2.11.0)
Using ammeter (0.2.8)
Using autotest (4.4.6)
Using bundler (1.2.1)
Using draper (0.17.0) from source at .
Using minitest (3.5.0)
Using rails (3.2.8)
Using minitest-rails (0.2)
Using yard (0.8.2.1)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
draper[master+*]/
↪ ls
CHANGELOG.markdown Guardfile bin lib
Gemfile Rakefile doc performance
Gemfile.lock Readme.markdown draper.gemspec spec
draper[master+*]/
↪ echo $PATH
/Users/caleb/.rvm/gems/ruby-1.9.3-p194/bin:/Users/caleb/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/caleb/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/caleb/.rvm/bin:/usr/local/bin:/Users/caleb/local/bin:/Users/caleb/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
draper[master+*]/
↪ ls bin/
autospec htmldiff multiruby rails rdoc thor unit_diff yri
autotest ldiff multiruby_setup rake ri tilt yard zentest
erubis multigem rackup rake2thor rspec tt yardoc
draper[master+*]/
↪ which autospec
/Users/caleb/.rvm/gems/ruby-1.9.3-p194/bin/autospec
draper[master+*]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment