Skip to content

Commit

Permalink
dmg v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Dec 9, 2011
1 parent 1c1fed2 commit 3785a9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions dmg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ Lightweight resource and provider to install OS X applications (.app) from dmg f
Changes
=======

## v0.7.0:

* [COOK-854] - use `cp -R` instead of `cp -r`
* [COOK-855] - specify a file or directory to check for prior install

## v0.6.0:

- option to install software that is an .mpkg inside a .dmg
- ignore failure on chmod in case mode is already set, or is root owned
* option to install software that is an .mpkg inside a .dmg
* ignore failure on chmod in case mode is already set, or is root owned

Requirements
============
Expand Down
2 changes: 1 addition & 1 deletion dmg/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
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 "0.6.0"
version "0.7.0"
supports "mac_os_x"

0 comments on commit 3785a9b

Please sign in to comment.