summaryrefslogtreecommitdiff
path: root/metadata.rb
blob: 1a5afaa0f44dddecdcd426c4a693a6f815366b99 (plain)
1
2
3
4
5
6
7
8
9
10
name             "windows"
maintainer       "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license          "Apache 2.0"
description      "Provides a set of useful Windows-specific primitives."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version          "1.7.0"
supports         "windows"
depends          "chef_handler"
depends          "powershell"