{"id":19249226,"url":"https://github.com/sous-chefs/ruby_build","last_synced_at":"2025-10-03T23:58:29.228Z","repository":{"id":2019056,"uuid":"2954827","full_name":"sous-chefs/ruby_build","owner":"sous-chefs","description":"Development repository for the ruby_build cookbook","archived":false,"fork":false,"pushed_at":"2024-03-01T22:46:07.000Z","size":394,"stargazers_count":123,"open_issues_count":4,"forks_count":90,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-04-14T11:03:42.040Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","ruby-build"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/ruby_build","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"open_collective":"sous-chefs"}},"created_at":"2011-12-10T19:22:31.000Z","updated_at":"2024-04-17T05:00:55.426Z","dependencies_parsed_at":"2024-04-17T05:00:52.741Z","dependency_job_id":"61c024ad-c34d-40c1-9b97-c65ecb5bb83c","html_url":"https://github.com/sous-chefs/ruby_build","commit_stats":{"total_commits":409,"total_committers":31,"mean_commits":"13.193548387096774","dds":0.7237163814180929,"last_synced_commit":"41e2f55421ce593264ff97817a7dbd6583976e0d"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fruby_build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fruby_build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fruby_build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fruby_build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/ruby_build/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247358280,"owners_count":20926192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","ruby-build"],"created_at":"2024-11-09T18:13:19.449Z","updated_at":"2025-10-03T23:58:24.178Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","funding_links":["https://opencollective.com/sous-chefs"],"categories":[],"sub_categories":[],"readme":"# ruby-build Chef Cookbook\n\n[![Cookbook Version](https://img.shields.io/cookbook/v/ruby_build.svg)](https://supermarket.chef.io/cookbooks/ruby_build)\n[![OpenCollective](https://opencollective.com/sous-chefs/sponsors/badge.svg)](#sponsors)\n[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)\n\n## Description\n\nManages the [ruby-build][rb_site] framework and its installed Rubies, through custom resources.\n\n## Maintainers\n\nThis 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](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF).\n\n## Usage\n\nIt is for use in standalone mode. If you wish to use ruby-build with rbenv, please use the [rbenv cookbook][rbenv-cookbook].\n\n## Requirements\n\n### Chef\n\n- Chef 15+\n\n### Supported Platforms\n\n- Ubuntu 16.04+\n- MacOS\n- debian 8+\n- FreeBSD 9+\n- RedHat 6+\n\n## Usage\n\n```ruby\n# metadata.rb\ndepends 'ruby_build'\n```\n\n```ruby\n# default.rb\nruby_build_install ''\n\nruby_build_definition '2.6.0'\n\n# build 2.6.0 with a patch that lives in your cookbook's files/default dir\nruby_build_definition '2.6.0' do\n  patch 'foobar.patch'\nend\n```\n\n## Resources\n\n- [ruby_build_install](https://github.com/sous-chefs/ruby_build/blob/master/documentation/resources/install.md)\n- [ruby_build_definition](https://github.com/sous-chefs/ruby_build/blob/master/documentation/resources/definition.md)\n\n## License and Author\n\nLicensed 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\n\n```text\nhttp://www.apache.org/licenses/LICENSE-2.0\n```\n\n### Sponsors\n\n[rb_site]: https://github.com/rbenv/ruby-build\n[rbenv-cookbook]: https://github.com/sous-chefs/ruby_rbenv\n\n![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100)\n![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fruby_build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Fruby_build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fruby_build/lists"}