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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ec3eb4b69431ebbb5941d687911452248a3c1a5d
4
- data.tar.gz: ca3abca57bcda29aadda2f107fba838ac99a8e89
3
+ metadata.gz: edd06a724ff6fd8813ea5d0187434233aee86c78
4
+ data.tar.gz: 5765008962e22307b1c081ea1314c214a751bbdf
5
5
  SHA512:
6
- metadata.gz: c4ebc2f20397e9c5a30aade2f8bbaefc6b3156412ed5f4df6b8476e7c5281f6ddef0dc1b22b34159ed71c24dceaeb3cc1984ea2a49c0c9e54db672bb90c71799
7
- data.tar.gz: 9dcd70aee6cb36d016ce9c304893ea2358fb6704046cb351f39fefa344ede6bc322e006a87410f0971b6254beeae31ff25a528695a0d4b2844c6627d9e2ce3c5
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"
@@ -1,8 +1,8 @@
1
1
  namespace :pull do
2
2
  desc 'Pull data (db/files) from remote (i.e: production) application.'
3
3
  task :data do
4
- invoke "files:pull"
5
- invoke "db:pull"
4
+ invoke "pull:files"
5
+ invoke "pull:db"
6
6
  end
7
7
 
8
8
  desc 'Pull db'
@@ -1,3 +1,3 @@
1
1
  module PrunOps
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
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.8
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-13 00:00:00.000000000 Z
11
+ date: 2014-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler