-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmetadata.rb
More file actions
24 lines (23 loc) · 648 Bytes
/
metadata.rb
File metadata and controls
24 lines (23 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name 'github'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'A Library Cookbook for interacting with the Github API'
version '1.1.17'
source_url 'https://github.com/sous-chefs/github'
issues_url 'https://github.com/sous-chefs/github/issues'
chef_version '>= 15.3'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'freebsd'
supports 'mac_os_x'
supports 'opensuse'
supports 'opensuseleap'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'smartos'
supports 'suse'
supports 'ubuntu'
supports 'windows'