No commit activity in last 3 years
No release in over 3 years
Use mina to upgrade your ruby/rbenv version.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 1.0.0
 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:<RUBY_VERSION>

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