Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capistrano/chruby
https://github.com/capistrano/chruby
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/capistrano/chruby
- Owner: capistrano
- License: mit
- Created: 2013-08-12T17:50:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T13:44:16.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T18:41:53.182Z (3 months ago)
- Language: Ruby
- Homepage: http://capistranorb.com/
- Size: 10.7 KB
- Stars: 23
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Capistrano::chruby
## Installation
Add this line to your application's Gemfile:
gem 'capistrano', '~> 3.2'
gem 'capistrano-chruby'And then execute:
$ bundle install
## Usage
# Capfile
require 'capistrano/chruby'# config/deploy.rb
set :chruby_ruby, 'ruby-2.0.0-p247'If your `chruby-exec` is located in some custom path, you can tweak `chruby_exec` option to set it.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request