prun-ops 0.0.8 → 0.0.9
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/README.md +5 -1
- data/lib/prun-ops/cap/pull.rb +2 -2
- data/lib/prun-ops/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edd06a724ff6fd8813ea5d0187434233aee86c78
|
|
4
|
+
data.tar.gz: 5765008962e22307b1c081ea1314c214a751bbdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fd16339a93f4a95f8db915503ee6a7837ea366367b8553e2f94e0cad4c07e0ceabd4e7b5db3d66d0345bf82161bc186d40a366f73f57d2c60be39e59dfed045
|
|
7
|
+
data.tar.gz: f9489f1413af8e92b135b9ef37d80e08c2caa313fb78041119d587c3367c68572c25ca1a0ac5d071e66201c595ab1e90704a66121cadb2b3fefd0d08f0b14ab2
|
data/README.md
CHANGED
|
@@ -272,4 +272,8 @@ Some capistrano commands useful to connect to server and help with the problem s
|
|
|
272
272
|
|
|
273
273
|
### v0.0.8
|
|
274
274
|
|
|
275
|
-
* Adding backup[tag] capistrano task for production
|
|
275
|
+
* Adding backup[tag] capistrano task for production
|
|
276
|
+
|
|
277
|
+
### v0.0.9
|
|
278
|
+
|
|
279
|
+
* Fixing Capistrano pulling tasks "pull:data"
|
data/lib/prun-ops/cap/pull.rb
CHANGED
data/lib/prun-ops/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prun-ops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Lebrijo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|