https://github.com/rubyonworld/chef-ruby1.9
Installs Ruby 1.9.x from source.
https://github.com/rubyonworld/chef-ruby1.9
initial ruby version
Last synced: 4 months ago
JSON representation
Installs Ruby 1.9.x from source.
- Host: GitHub
- URL: https://github.com/rubyonworld/chef-ruby1.9
- Owner: RubyOnWorld
- Created: 2022-09-27T15:24:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T16:47:56.000Z (over 3 years ago)
- Last Synced: 2025-05-19T20:32:52.196Z (9 months ago)
- Topics: initial, ruby, version
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
# chef-ruby1.9
Installs Ruby 1.9.x from source.
## Acknowledgements
RVM in conjunction with Chef is shit.
## Cookbook Requirements
* apt
* build-essential
## Attributes
* `ruby/version`: string containing the ruby version you want to install.
Default: "1.9.2-p180"
## Recipes
* `ruby1.9`: installs Ruby from source.
## Legal
* Written by [Carlo Zottmann](http://github.com/carlo/)
* Liability in case of anything: definitely not me.
* License: [WTFPL](http://en.wikipedia.org/wiki/WTFPL).