Skip to content

pdohertybcov/ruby_build

This branch is 23 commits behind sous-chefs/ruby_build:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

921fae4 · Nov 1, 2023
Nov 1, 2023
Mar 15, 2023
Jul 14, 2022
May 16, 2023
May 16, 2023
May 16, 2023
May 15, 2023
Oct 8, 2020
Apr 21, 2020
Apr 13, 2020
Oct 8, 2020
Apr 1, 2023
Aug 5, 2019
Apr 7, 2023
May 21, 2020
Mar 15, 2023
Feb 12, 2017
Oct 26, 2023
Feb 12, 2017
Apr 13, 2020
May 20, 2020
Jul 18, 2016
May 15, 2023
Aug 2, 2019
May 16, 2022
Apr 7, 2023
Apr 7, 2023
Apr 7, 2023
May 21, 2020
May 21, 2020
Aug 8, 2022
Oct 26, 2023
Nov 1, 2023

Repository files navigation

ruby-build Chef Cookbook

Cookbook Version OpenCollective License

Description

Manages the ruby-build framework and its installed Rubies, through custom resources.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Usage

It is for use in standalone mode. If you wish to use ruby-build with rbenv, please use the rbenv cookbook.

Requirements

Chef

  • Chef 15+

Supported Platforms

  • Ubuntu 16.04+
  • MacOS
  • debian 8+
  • FreeBSD 9+
  • RedHat 6+

Usage

# metadata.rb
depends 'ruby_build'
# default.rb
ruby_build_install ''

ruby_build_definition '2.6.0'

# build 2.6.0 with a patch that lives in your cookbook's files/default dir
ruby_build_definition '2.6.0' do
  patch 'foobar.patch'
end

Resources

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Sponsors

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website

About

Development repository for the ruby_build cookbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%