Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/mina-rbenv-addons
Install and upgrade Ruby and Rbenv with Mina
https://github.com/stas/mina-rbenv-addons
Last synced: about 1 month ago
JSON representation
Install and upgrade Ruby and Rbenv with Mina
- Host: GitHub
- URL: https://github.com/stas/mina-rbenv-addons
- Owner: stas
- License: mit
- Created: 2013-11-15T14:13:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T18:59:19.000Z (about 8 years ago)
- Last Synced: 2024-11-29T14:02:50.490Z (about 1 month ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mina Rbenv Addons
This gem adds support for installing and upgrading ruby and rbenv for mina.
## Installation
Add this line to your application's Gemfile:
gem 'mina-rbenv-addons'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mina-rbenv-addons
## Usage
Add this to your `Minafile` or `config/deploy.rb`
require 'mina/rbenv/addons'
Use one of the following commands:
$ mina rbenv:setup
$ mina rbenv:upgrade
$ mina rbenv:install:I also added a couple of new options you can set in order to specify the
* Ruby version you want: `rbenv_ruby_version`
* Rbenv git URL to use: `rbenv_git_url`
* Ruby build git URL to use: `ruby_build_git_url`## 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