capistrano_multiconfig_parallel 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a30b233e5f7beece5619288c0e1a1ef76d07732
4
- data.tar.gz: d55a513c318de79c2a6b48d5f3ad7ad5aa5dd6fe
3
+ metadata.gz: a746f33a265f4fc48ab56e721237bf0ee4a8b630
4
+ data.tar.gz: 7b4e88796307b7e716e295c30ad92c95ea4bb956
5
5
  SHA512:
6
- metadata.gz: 969514ddfa7cf94e6e6f53cfa14e8d52ccd6cf08685030503b44a17371ea08056df48c34ecd562c7db5c8ef1264ba4570d4f31bf9379b824b373e764d7acbe0c
7
- data.tar.gz: 30f200926251cb95ab733aa181bc55601093e2e72dbec8d7e382b47eabcaa91763b1dc8ee44aadc83e8ed414fd3cbf09569b6530f7972466fe0a821c32f40bb3
6
+ metadata.gz: 7637c413863f49dfd94f1ab15d9ba226905c0f14a9f88de829d5c856bf6645174c19821c67b260ca0bf264c9797857f7fcc13286385157a06b9561b4826c189f
7
+ data.tar.gz: 5c89b080cef04295fb4e65b5b964e6bdf055b7b8adc0fa72f7a4d47a8efeb0546223155a74374a11bc60a12eb68916129e30fde9516f11fb22bcfeb0187ce161
@@ -83,7 +83,7 @@ module CapistranoMulticonfigParallel
83
83
  def print_frameworks_used(app_names, applications_to_deploy, action)
84
84
  app_names.each { |app| puts "#{app}" }
85
85
  set :apps_deploy_confirmation, CapistranoMulticonfigParallel.ask_confirm("Are you sure you want to #{action} these apps?", 'Y/N')
86
- if fetch(:apps_deploy_confirmation).blank? || (fetch(:apps_deploy_confirmation).present? && fetch(:apps_deploy_confirmation).downcase == 'n')
86
+ if fetch(:apps_deploy_confirmation).blank? || (fetch(:apps_deploy_confirmation).present? && fetch(:apps_deploy_confirmation).downcase != 'y')
87
87
  return []
88
88
  elsif fetch(:apps_deploy_confirmation).present? && fetch(:apps_deploy_confirmation).downcase == 'y'
89
89
  return applications_to_deploy
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 1
11
- TINY = 1
11
+ TINY = 2
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada