miga-base 0.5.7.2 → 0.5.7.3

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
  SHA256:
3
- metadata.gz: 2898bb1227f7e473f1b11d89de6cec0dea005573374c2dac19d7dcaf21143a4b
4
- data.tar.gz: f6dcbfeeccf9cbcc3d8103f2c27babb47f1594f43252e131dbc67ca9ff2ef294
3
+ metadata.gz: fb263d4c4556c44c22d5a5819f629bfc55a6cd041082a30b6d468ed6b5c8acb2
4
+ data.tar.gz: 145db67bc03d30a4d868a7684d682ac5c43463eeed0ea06bb4c8f0889ad3b752
5
5
  SHA512:
6
- metadata.gz: 42c0349e42347f2bd5bdbab6eb6dd7520335c5b3e1bb107685a80691d5ed0cc385f0a475328183db3c5e40e8e6d434495794696804d4c1c6c9c550fc0891f05a
7
- data.tar.gz: 75b711267b414526af80641a8ef8cd308c0b7e7593091772fbf3ea6916da7360d3ddd3ff980df3d7e19db621731596ab284a32f7f18b05241e23606d673340ab
6
+ metadata.gz: 677b3f0cbf9cc5432cff0468f9707a08e81a84867f244bb7960c971e1472c045ec5372a7f8d572844460d087a4a7941b8601139669d5bcf21093950305abf9c7
7
+ data.tar.gz: d96f0de11e4790793098fb9f5709e5f2c51df5c5789b14951b8764b2d4ceb9be278f045738f21d0ce5e771b1c01e563c6802f0eec6f30e9cdf20f28162d19fba
data/lib/miga/daemon.rb CHANGED
@@ -333,7 +333,7 @@ class MiGA::Daemon < MiGA::MiGA
333
333
  runopts(k).gsub(/%(\d+)\$d/, '%\\1$s'),
334
334
  *v.map{ |i| "{{#{i}}}" }
335
335
  )
336
- )
336
+ ) unless runopts(k).nil?
337
337
  end
338
338
  runopts(:format_version, 1)
339
339
  end
data/lib/miga/version.rb CHANGED
@@ -10,7 +10,7 @@ module MiGA
10
10
  # - Float representing the major.minor version.
11
11
  # - Integer representing gem releases of the current version.
12
12
  # - Integer representing minor changes that require new version number.
13
- VERSION = [0.5, 7, 2]
13
+ VERSION = [0.5, 7, 3]
14
14
 
15
15
  ##
16
16
  # Nickname for the current major.minor version.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miga-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7.2
4
+ version: 0.5.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R