Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created February 1, 2013 04:34
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 mscottford/4689235 to your computer and use it in GitHub Desktop.
Save mscottford/4689235 to your computer and use it in GitHub Desktop.
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ bundle -v
Bundler version 1.2.3
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ cat Gemfile
source :rubygems
gem 'rake'
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ ruby -v
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-darwin12.2.1]
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ which ruby
/Users/mscottford/.rbenv/shims/ruby
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ BUNDLER_EDITOR=vim bundle open rake
" ============================================================================
" Netrw Directory Listing (netrw v140)
" /Users/mscottford/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/rake-1
" Sorted by name
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec
" ============================================================================
../
bin/
doc/
lib/
test/
.gemtest
CHANGES
MIT-LICENSE
README.rdoc
Rakefile
TODO
install.rb
~
~
~
~
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ rbenv install jruby-1.7.2
Downloading jruby-1.7.2.tar.gz...
-> http://jruby.org.s3.amazonaws.com/downloads/1.7.2/jruby-bin-1.7.2.tar.gz
Installing jruby-1.7.2...
Installed jruby-1.7.2 to /Users/mscottford/.rbenv/versions/jruby-1.7.2
:ruby => '1.9.3-p327'
sunstreaker:i1136 mscottford$ rbenv local jruby-1.7.2
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ which ruby
/Users/mscottford/.rbenv/shims/ruby
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ ruby -v
jruby 1.7.2 (1.9.3p327) 2013-01-04 302c706 on Java HotSpot(TM) 64-Bit Server VM 1.6.0_37-b06-434-11M3909 [darwin-x86_64]
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ gem install bundler
Fetching: bundler-1.2.3.gem (100%)
Successfully installed bundler-1.2.3
1 gem installed
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ bundle -v
Bundler version 1.2.3
sunstreaker:i1136 mscottford$ cat Gemfile
source :rubygems
gem 'rake'
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ bundle
Fetching gem metadata from http://rubygems.org/..
Installing rake (10.0.3)
Using bundler (1.2.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
:ruby => 'jruby-1.7.2'
sunstreaker:i1136 mscottford$ BUNDLER_EDITOR=vim bundle open rake
Vim: Warning: Output is not to a terminal
Vim: Warning: Input is not from a terminal
" ============================================================================
" Netrw Directory Listing (netrw v140)
" /Users/mscottford/.rbenv/versions/jruby-1.7.2/lib/ruby/gems/shared/gems/rake
" Sorted by name
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec
" ============================================================================
^[:^[^[^[^[^[^[:q [
doc/
lib/
test/
.gemtest
CHANGES
MIT-LICENSE
README.rdoc
Rakefile
TODO
install.rb
~
~
~
~
:q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment