capistrano-distribution 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/NEWS.md +4 -0
- data/lib/capistrano/distribution/version.rb +1 -1
- data/lib/capistrano/tasks/distribution.cap +1 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b5fd269820e7ffdf412ec37e1be04ed6607310d
|
|
4
|
+
data.tar.gz: 25658a29606b080f8146d791f14b5cc4cd856382
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14d47c18b3b63f71fea95da8b8f61e32a43c4052428271c42eb787446d3ad447dee3db23b82e6806d2194b7fbf394d120f2f427b0b3b31d4434fda2f1839c13f
|
|
7
|
+
data.tar.gz: 59d534180cd3b12ec21429329028c0ca55d5e2529f471ad531d376e895758df0884c49cef4be1855b07df2ca52e26bcc47612d5cc5372a280199cd8701738241
|
data/NEWS.md
CHANGED
|
@@ -6,6 +6,10 @@ detailed information is available in the rest of the documentation.
|
|
|
6
6
|
**NOTE:** Date stamps in the following entries are in YYYY/MM/DD format.
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## v0.4.1 (2016/03/15)
|
|
10
|
+
|
|
11
|
+
* Do not try to work within the repo directory since it may not exist.
|
|
12
|
+
|
|
9
13
|
## v0.4.0 (2016/03/15)
|
|
10
14
|
|
|
11
15
|
* Create workspace for downloaded ZIP files before downloading them.
|