forked from RiotGamesCookbooks/rbenv-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
44 lines (44 loc) · 1.1 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "rbenv",
"description": "Installs and configures rbenv",
"long_description": "",
"maintainer": "Riot Games",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"centos": ">= 0.0.0",
"redhat": ">= 0.0.0",
"fedora": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"debian": ">= 0.0.0",
"amazon": ">= 0.0.0",
"oracle": ">= 0.0.0"
},
"dependencies": {
"git": ">= 0.0.0",
"build-essential": ">= 0.0.0",
"apt": ">= 0.0.0",
"ohai": ">= 1.1"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
"rbenv": "Installs and configures rbenv",
"rbenv::ruby_build": "Installs and configures ruby_build",
"rbenv::ohai_plugin": "Installs an rbenv Ohai plugin to populate automatic_attrs about rbenv and ruby_build",
"rbenv::rbenv_vars": "Installs an rbenv plugin rbenv-vars that lets you set global and project-specific environment variables before spawning Ruby processes"
},
"version": "1.6.5"
}