forked from chef-boneyard/chef-sugar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
24 lines (21 loc) · 972 Bytes
/
metadata.rb
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 'chef-sugar'
maintainer 'Chef Software, Inc'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs chef-sugar. Please see the chef-sugar ' \
'Ruby gem for more information.'
long_description <<-EOH
Chef Sugar is a Gem & Chef Recipe that includes series of helpful syntactic
sugars on top of the Chef core and other resources to make a cleaner, more lean
recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome and
fun experience!
For the most up-to-date information and documentation, please visit the [Chef
Sugar project page on GitHub](https://github.com/chef/chef-sugar).
EOH
require File.expand_path('../lib/chef/sugar/version', __FILE__)
version Chef::Sugar::VERSION
supports 'any'
issues_url 'https://github.com/chef/chef-sugar/issues'
source_url 'https://github.com/chef/chef-sugar'
chef_version '>= 13.0'
gem 'chef-sugar-ng'