Skip to content

Commit 3785a9b

Browse files
author
jtimberman
committed
dmg v0.7.0
1 parent 1c1fed2 commit 3785a9b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

dmg/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ Lightweight resource and provider to install OS X applications (.app) from dmg f
66
Changes
77
=======
88

9+
## v0.7.0:
10+
11+
* [COOK-854] - use `cp -R` instead of `cp -r`
12+
* [COOK-855] - specify a file or directory to check for prior install
13+
914
## v0.6.0:
1015

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

1419
Requirements
1520
============

dmg/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
license "Apache 2.0"
44
description "LWRP to install OS X applications from dmgs"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "0.6.0"
6+
version "0.7.0"
77
supports "mac_os_x"

0 commit comments

Comments
 (0)