-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.json
54 lines (54 loc) · 1.16 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
45
46
47
48
49
50
51
52
53
54
{
"name": "deversus-rails",
"version": "0.2.0",
"author": "Deversus Software",
"summary": "Highly configurable Rails deploys with common gem dependency management, capistrano and web server setup",
"license": "MIT",
"source": "https://github.com/deversus/puppet-rails.git",
"project_page": "https://github.com/deversus/puppet-rails",
"issues_url": "https://github.com/deversus/puppet-rails/issues",
"tags": [
"rails",
"capistrano",
"puma",
"ruby",
"nginx",
"rvm",
"rmagick",
"sidekiq",
"redis",
"elasticsearch",
"mysql",
"nokogiri"
],
"operatingsystem_support": [
{
"operatingsystem": "Debian"
},
{
"operatingsystem": "Ubuntu"
}
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.1.0"
},
{
"name": "deversus-capistrano",
"version_requirement": ">= 0.1.1"
},
{
"name": "deversus-puma",
"version_requirement": ">= 0.1.7"
},
{
"name": "jfryman-nginx",
"version_requirement": ">= 0.0.9"
},
{
"name": "maestrodev-rvm",
"version_requirement": ">= 1.5.5"
}
]
}