capistrano_multiconfig_parallel 1.3.0 → 1.3.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a2624e7780cba952e2cab12a77757f73a2d902f
|
|
4
|
+
data.tar.gz: c37dfc724d1298716cc62cebcf95bd758082a321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9549c24533b7558dc8f37e74fb183938d518b86503492ca07298849e844a9b800c1ed0d56e7ea60da2d260d01c622174ce601f527de1b76f54a2ba91e7c4028d
|
|
7
|
+
data.tar.gz: a8aadcd64a80ba1392d171310c6802a2c3eacce6abe8086ce38a0e1b616732f2d5eb5443b2f2feedb17b5df756f2dd0ecce72d72f1c876ebf3d099da5cdc04a5
|
|
@@ -228,11 +228,11 @@ module CapistranoMulticonfigParallel
|
|
|
228
228
|
end
|
|
229
229
|
|
|
230
230
|
def job_path(options)
|
|
231
|
-
|
|
231
|
+
options.fetch("path", nil).present? ? options["path"] : detect_root
|
|
232
232
|
end
|
|
233
233
|
|
|
234
234
|
def job_stage_valid?(options)
|
|
235
|
-
|
|
235
|
+
stages(job_path(options)).include?(job_stage(options))
|
|
236
236
|
end
|
|
237
237
|
|
|
238
238
|
def job_stage(options)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano_multiconfig_parallel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bogdanRada
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: celluloid
|
|
@@ -573,7 +573,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
573
573
|
version: '0'
|
|
574
574
|
requirements: []
|
|
575
575
|
rubyforge_project:
|
|
576
|
-
rubygems_version: 2.
|
|
576
|
+
rubygems_version: 2.6.4
|
|
577
577
|
signing_key:
|
|
578
578
|
specification_version: 4
|
|
579
579
|
summary: CapistranoMulticonfigParallel is a simple ruby implementation that allows
|