-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmetadata.rb
More file actions
29 lines (25 loc) · 760 Bytes
/
Copy pathmetadata.rb
File metadata and controls
29 lines (25 loc) · 760 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
25
26
27
28
29
# encoding: utf-8
# frozen_string_literal: true
name 'chef-dk'
maintainer 'Jonathan Hartman'
maintainer_email 'j@p4nt5.com'
license 'Apache v2.0'
description 'Installs/configures the Chef-DK'
long_description 'Installs/configures the Chef-DK'
version '3.1.1'
chef_version '>= 12'
source_url 'https://github.com/roboticcheese/chef-dk-chef'
issues_url 'https://github.com/roboticcheese/chef-dk-chef/issues'
depends 'apt-chef', '~> 2.0'
depends 'yum-chef', '~> 2.0'
depends 'homebrew', '~> 2.1'
depends 'dmg', '~> 3.0'
depends 'chocolatey', '~> 1.0'
supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 6.0'
%w(redhat centos scientific amazon).each do |os|
supports os, '>= 6.0'
end
supports 'fedora'
supports 'mac_os_x', '>= 10.8'
supports 'windows'