cedum / ruby_ubuntu

Chef recipe that installs Ruby prepackaged on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Packages for Ubuntu

Chef recipe to install Ruby precompiled and packaged for Ubuntu by Brightbox.

For more info see: https://www.brightbox.com/docs/ruby/ubuntu/.

Available Ruby versions

2.4, 2.3, 2.2, 2.1, 2.0, 1.9.3, and 1.8.7

Usage

Berksfile:

cookbook 'ruby_ubuntu', '~> 0.1.0'

metadata.rb

depends 'ruby_ubuntu', '~> 0.1.0'

run list:

recipe[ruby_ubuntu::default]

Attributes

node['ruby_ubuntu']['version'] ruby version (String, required). See "Available Ruby versions" above for the values accepted by this attribute.

Is it production ready?

Yes. Using it in production (ubuntu 16.04).

Is it any good?

Yes

About

Chef recipe that installs Ruby prepackaged on Ubuntu

License:Other


Languages

Language:Ruby 96.9%Language:HTML 3.1%