-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
55 lines (55 loc) · 2.82 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
55
{
"name": "poise-languages",
"version": "2.1.1",
"description": "A Chef cookbook to help writing language cookbooks.",
"long_description": "# Poise-Languages Cookbook\n\n[![Build Status](https://img.shields.io/travis/poise/poise-languages.svg)](https://travis-ci.org/poise/poise-languages)\n[![Gem Version](https://img.shields.io/gem/v/poise-languages.svg)](https://rubygems.org/gems/poise-languages)\n[![Cookbook Version](https://img.shields.io/cookbook/v/poise-languages.svg)](https://supermarket.chef.io/cookbooks/poise-languages)\n[![Coverage](https://img.shields.io/codecov/c/github/poise/poise-languages.svg)](https://codecov.io/github/poise/poise-languages)\n[![Gemnasium](https://img.shields.io/gemnasium/poise/poise-languages.svg)](https://gemnasium.com/poise/poise-languages)\n[![License](https://img.shields.io/badge/license-Apache_2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n\nShared support code for Poise's language cookbooks like poise-ruby and\npoise-python.\n\n## License\n\nCopyright 2015-2017, Noah Kantrowitz\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"maintainer": "Noah Kantrowitz",
"maintainer_email": "[email protected]",
"license": "Apache-2.0",
"platforms": {
"aix": ">= 0.0.0",
"amazon": ">= 0.0.0",
"arch": ">= 0.0.0",
"centos": ">= 0.0.0",
"chefspec": ">= 0.0.0",
"debian": ">= 0.0.0",
"dragonfly4": ">= 0.0.0",
"fedora": ">= 0.0.0",
"freebsd": ">= 0.0.0",
"gentoo": ">= 0.0.0",
"ios_xr": ">= 0.0.0",
"mac_os_x": ">= 0.0.0",
"nexus": ">= 0.0.0",
"omnios": ">= 0.0.0",
"openbsd": ">= 0.0.0",
"opensuse": ">= 0.0.0",
"oracle": ">= 0.0.0",
"raspbian": ">= 0.0.0",
"redhat": ">= 0.0.0",
"slackware": ">= 0.0.0",
"smartos": ">= 0.0.0",
"solaris2": ">= 0.0.0",
"suse": ">= 0.0.0",
"ubuntu": ">= 0.0.0",
"windows": ">= 0.0.0"
},
"dependencies": {
"poise": "~> 2.5",
"poise-archive": "~> 1.0"
},
"recommendations": {},
"suggestions": {},
"conflicting": {},
"providing": {},
"replacing": {},
"attributes": {},
"groupings": {},
"recipes": {},
"chef_version": [
[
"< 14",
">= 12.1"
]
],
"ohai_version": []
}