capistrano-nomad 0.13.3 → 0.14.0
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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/capistrano-nomad.gemspec +1 -1
- data/lib/capistrano/nomad/helpers/nomad.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 077546bb337f4b20a5558aedd518010f9958ce8b59a8caf67b2dc602ea046c0c
|
4
|
+
data.tar.gz: c45ffbfc217ef342abf933f4883ebb06fbb8f4adb6f5fe1b93883048a3fe1e2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bdceb473ffecfa4e8dc10564214eea210016749d470cbb6fd11a59df0fdd5dca72a623c76f99b25f4163ab934d0796cec547d546581486a155ff487856ae001
|
7
|
+
data.tar.gz: 572627c25f188ef9788d2b23c2fa4bfcc66850af933c63ed6210347aa5f94ab3662f2df3d5f789a4c3c490fdc115c8d9c5d180dbb621239f2ddf448cc35142f3
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/capistrano-nomad.gemspec
CHANGED
@@ -261,7 +261,7 @@ def capistrano_nomad_upload(local_path:, remote_path:, erb_vars: {})
|
|
261
261
|
end
|
262
262
|
|
263
263
|
def capistrano_nomad_ensure_options!(options)
|
264
|
-
options[:namespace]
|
264
|
+
options[:namespace] = :default unless options.key?(:namespace)
|
265
265
|
end
|
266
266
|
|
267
267
|
def capistrano_nomad_fetch_namespace_options(**options)
|