Sha256: 47a47d94dd1ec5aee1325a62d2e67cdd10241bab4dcc418b87db232a25041404
Contents?: true
Size: 1.92 KB
Versions: 1
Compression:
Stored size: 1.92 KB
Contents
= vvm-rb {<img src="https://badge.fury.io/rb/vvm-rb.png" alt="Gem Version" />}[http://badge.fury.io/rb/vvm-rb] {<img src="https://gemnasium.com/calorie/vvm-rb.png" alt="Dependency Status" />}[https://gemnasium.com/calorie/vvm-rb] {<img src="https://travis-ci.org/calorie/vvm-rb.png" />}[https://travis-ci.org/calorie/vvm-rb] {<img src="https://coveralls.io/repos/calorie/vvm-rb/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/calorie/vvm-rb] {<img src="https://codeclimate.com/github/calorie/vvm-rb.png" />}[https://codeclimate.com/github/calorie/vvm-rb] vim version manager : fork from https://github.com/kana/vim-version-manager == Install $ gem install vvm-rb or $ git clone https://github.com/calorie/vvm-rb.git $ cd vvm-rb $ bundle install --path vendor/bundle $ bundle exec rake build $ bundle exec rake install == Usage please add the following line into your ~/.bash_login etc: test -f ~/.vvm-rb/etc/login && source ~/.vvm-rb/etc/login commands $ vvm-rb help $ vvm-rb install v7-4 $ vvm-rb install v7-4-035 $ vvm-rb reinstall v7-4 $ vvm-rb rebuild v7-4 --enable-rubyinterp --enable-pythoninterp $ vvm-rb use v7-4 $ vvm-rb uninstall v7-4-035 == Contributing to vvm-rb * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2013 Yuu Shigetani. See LICENSE.txt for further details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vvm-rb-0.0.4 | README.rdoc |