foreman_maintain 1.10.2 → 1.10.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: f53a8f417b27b8bfbab8b7e74719c2d5ca8cd69ae6c9d13cce9e3be906b452b1
4
- data.tar.gz: 2f0220e6c83e382d2b2904c443847b5ffadfb4b079fbef504403607a5a4793ff
3
+ metadata.gz: bd92aa45510fd828c1ff73193cffba5fba7f161842992465023d0028c0a2e80b
4
+ data.tar.gz: '011833c73f3200e6858dd572fbc1b2eaebaea64c803ebf60720dd516770cdae8'
5
5
  SHA512:
6
- metadata.gz: 46e0a8f80a4de7d6023fdba2454fa0d4581f909f7d0a120350dc47b233935cb8005ff7492fb70dad5ab04ec233080f570ab7a908f58c65ed6114cef9387ff6b5
7
- data.tar.gz: 1c2f5f4049436a1d9c94f8579590d558548ef9f1ece36751156c5543e67d0026c84829db169ef720da094d9f386fd2c0cf841f2f46ac3fcf36c2d94d3411e4d2
6
+ metadata.gz: 011a42195a870265ce392f72c05f6e65a085491879850f59ccf137acdbb39c9963b0929d842b3e8fcb116ea8dd03c70cc296bdc252f7da2101281235923d99ca
7
+ data.tar.gz: 62f0782ce86392e56f9a49eb7ba6b076d817b812c0b19d1587e3a14cd359dd871367e486d68145771dcc9aec38fc7d6c38cc8c504700fb7ab6101b406e514112
@@ -46,8 +46,7 @@ module ForemanMaintain
46
46
  end
47
47
 
48
48
  def execute?(command, options = {})
49
- execute(command, options)
50
- $CHILD_STATUS.success?
49
+ execute_runner(command, options).success?
51
50
  end
52
51
 
53
52
  def command_present?(command_name)
@@ -1,3 +1,3 @@
1
1
  module ForemanMaintain
2
- VERSION = '1.10.2'.freeze
2
+ VERSION = '1.10.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_maintain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-25 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: clamp