Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/namusyaka/itamae-plugin-recipe-nm_chruby

Installs chruby and ruby-install by using itamae
https://github.com/namusyaka/itamae-plugin-recipe-nm_chruby

Last synced: about 1 month ago
JSON representation

Installs chruby and ruby-install by using itamae

Awesome Lists containing this project

README

        

# Itamae::Plugin::Recipe::NmChruby

This installs chruby and ruby-install.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'itamae-plugin-recipe-nm_chruby'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install itamae-plugin-recipe-nm_chruby

## Super simple usage

```ruby
include_recipe 'nm_chruby::system'
```

## Contributing

1. Fork it ( https://github.com/namusyaka/itamae-plugin-recipe-nm_chruby/fork )
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 a new Pull Request