capistrano-nomad 0.10.4 → 0.10.5
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/Gemfile.lock +1 -1
- data/capistrano-nomad.gemspec +1 -1
- data/lib/capistrano/nomad/helpers/nomad.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 044045d89fd983a7ecbc98532843a5fbaf28e18b48661338a41bc91279454341
|
|
4
|
+
data.tar.gz: 4895faeb0b7e75aeb6d2e9cddd17e4509c6d60d76af97c604fd39327c06b00f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1813cdeab5785b355c78b316ec8f36ad69b8ab0485c3ff190f318bb4058a54bb4d224b1a030cb0af6322cf600bfe54cd13fa6d4138383fb8dd76084e5ead6ec8
|
|
7
|
+
data.tar.gz: e8d606d27e30fe7e095214d1a7eb22fef82a98aac64dc7aefb63c62a0fcfa14e0c9e7cef3809952d9cd1033960cb377b2e249ffd954220b58793ec468c017701
|
data/Gemfile.lock
CHANGED
data/capistrano-nomad.gemspec
CHANGED
|
@@ -495,7 +495,9 @@ end
|
|
|
495
495
|
|
|
496
496
|
def capistrano_nomad_restart_jobs(names, **options)
|
|
497
497
|
names.each do |name|
|
|
498
|
-
|
|
498
|
+
# Automatic yes to prompts. If set, the command automatically restarts multi-region jobs only in the region targeted
|
|
499
|
+
# by the command, ignores batch errors, and automatically proceeds with the remaining batches without waiting
|
|
500
|
+
capistrano_nomad_execute_nomad_command(:job, :restart, options.reverse_merge(yes: true), name)
|
|
499
501
|
end
|
|
500
502
|
end
|
|
501
503
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-nomad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Hu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|