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: ad818dec1e400fbf987547ee9f73b418e2717039
4
- data.tar.gz: d89e2681e842160eef7ff03df18edbcc73593dcb
3
+ metadata.gz: 8a2624e7780cba952e2cab12a77757f73a2d902f
4
+ data.tar.gz: c37dfc724d1298716cc62cebcf95bd758082a321
5
5
  SHA512:
6
- metadata.gz: fefdfa881e03d9278bb8789dc663edb312159760a709cd7bb07111fe7c99734ec3b0a7453df7c14ed9f4f06fd5e4a243a7ffa606fede326ef99423e7d4f5cb6a
7
- data.tar.gz: 8d4e10d4d7295e9a91231201e59f94783a7ad0c4918b7da817cedfedb5ec7677a98e488f9f3f9dbae6f5d17d4a487ec5e88a0796e0c7fdc4ecea448dadb22b7b
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
- options.fetch("path", detect_root)
231
+ options.fetch("path", nil).present? ? options["path"] : detect_root
232
232
  end
233
233
 
234
234
  def job_stage_valid?(options)
235
- stages(job_path(options)).include?(job_stage(options))
235
+ stages(job_path(options)).include?(job_stage(options))
236
236
  end
237
237
 
238
238
  def job_stage(options)
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 1
10
10
  MINOR = 3
11
- TINY = 0
11
+ TINY = 1
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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.0
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-03-11 00:00:00.000000000 Z
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.5.1
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