features/collection/ruby/feature.json
Josh Spicer 9efe4b3c4a
init (#1)
* init

* some copy pastin

* install.sh ref

* fixes
2022-05-09 18:16:15 -04:00

25 lines
774 B
JSON

{
"id": "ruby",
"name": "Ruby (via rvm)",
"options": {
"version": {
"type": "string",
"proposals": ["latest", "3.1", "3.0", "2.7"],
"default": "latest",
"description": "Select or enter a Ruby version to install"
}
},
"extensions": [
"rebornix.Ruby"
],
"containerEnv": {
"GEM_PATH": "/usr/local/rvm/gems/default:/usr/local/rvm/gems/default@global",
"GEM_HOME": "/usr/local/rvm/gems/default",
"MY_RUBY_HOME": "/usr/local/rvm/rubies/default",
"PATH": "/usr/local/rvm/gems/default/bin:/usr/local/rvm/gems/default@global/bin:/usr/local/rvm/rubies/default/bin:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
}
}