Sha256: 5d584678a263d737985630b74d08ad8e6621fc76fc5c1b789234763d02f8c5fa

Contents?: true

Size: 896 Bytes

Versions: 1

Compression:

Stored size: 896 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

gem "chef-sugar" if Gem::Requirement.new(">= 12.10.48").satisfied_by?(Gem::Version.new(Chef::VERSION))

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-sugar-3.6.0 metadata.rb