10 lines
333 B
Ruby
10 lines
333 B
Ruby
# Encoding: utf-8
|
|
name 'dmg'
|
|
maintainer 'Opscode, Inc'
|
|
maintainer_email 'cookbooks@opscode.com'
|
|
license 'Apache 2.0'
|
|
description 'LWRP to install OS X applications from dmgs'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '2.2.0'
|
|
supports 'mac_os_x'
|