Sha256: a816d66b480a76d9e918e10750eb7e0fa4b1fcee4bb56942d3beada050032db9

Contents?: true

Size: 1012 Bytes

Versions: 5

Compression:

Stored size: 1012 Bytes

Contents

name             'chef-sugar'
maintainer       'Seth Vargo'
maintainer_email 'sethvargo@gmail.com'
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/sethvargo/chef-sugar).
EOH

require          File.expand_path('../lib/chef/sugar/version', __FILE__)
version          Chef::Sugar::VERSION

supports     'any'
issues_url   'https://github.com/sethvargo/chef-sugar/issues'
source_url   'https://github.com/sethvargo/chef-sugar'
chef_version '>= 12.10.48' if respond_to?(:chef_version)
gem          'chef-sugar'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chef-sugar-4.2.1 metadata.rb
chef-sugar-4.2.0 metadata.rb
chef-sugar-4.1.0 metadata.rb
chef-sugar-4.0.1 metadata.rb
chef-sugar-4.0.0 metadata.rb