capistrano-pending 0.0.1 → 0.0.2
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/lib/capistrano/pending/tasks/pending.rake +7 -1
- data/lib/capistrano/pending/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: a24d2f16155b395d9f22495291850dc93cb45c3f
|
|
4
|
+
data.tar.gz: f712c951b36a53efcabb49d5ac4c176c11c280a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9a4e66ec11b6917db585fcee8b3dc8b6b98787c93ef77427d4b4d2358a030a9623b6cca25156a8ecfc63a3c408ac5a9f77c363506e0f79dfe4d273adc93ca98
|
|
7
|
+
data.tar.gz: 343d6af1c52781a7dc6c5e36246118a7db777539ec7691a4b69b866d5bf695baa3327579eda8607f1ec2f058dc18e35d19c6aa4d5939b762bd070a88edfb60a8
|
|
@@ -5,7 +5,13 @@ namespace :deploy do
|
|
|
5
5
|
of the changes that have occurred since the last deploy. Note that this \
|
|
6
6
|
might not be supported on all SCM's
|
|
7
7
|
DESC
|
|
8
|
-
task :pending
|
|
8
|
+
task :pending do
|
|
9
|
+
on roles fetch(:capistrano_pending_role, :db) do |host|
|
|
10
|
+
if test "[ -f #{current_path}/REVISION ]"
|
|
11
|
+
invoke "deploy:pending:log"
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
|
9
15
|
|
|
10
16
|
namespace :pending do
|
|
11
17
|
def _scm
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-pending
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masato Ikeda
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|