github.com/go-chef/chef@v0.30.1/testapi/bin/cookbooks/testsamp/metadata.rb (about)

     1  name 'testsamp'
     2  maintainer 'The Authors'
     3  maintainer_email 'you@example.com'
     4  license 'All Rights Reserved'
     5  description 'Installs/Configures testsamp'
     6  version '0.1.0'
     7  chef_version '>= 14.0'
     8  
     9  depends 'line'
    10  gem     'json', '>1.0.0'