foreman_maintain 0.7.6 → 0.7.7

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: 743d74ea6833807f28ea4f14096821c03d080ede64f8cc74ee4146b4dd8eea26
4
- data.tar.gz: 4b54030179cb8019c0a5936f5accfb8a91f6a092c9221cd1b03e9d342c5bbaa3
3
+ metadata.gz: 2730a865433069746a18277ed6e484f907ee072cbed797a23cb24b079efeca9c
4
+ data.tar.gz: 8801e1447e2da1fb1aa170747e6cdc709aa5ea3280b2094fcf408e0cdc224488
5
5
  SHA512:
6
- metadata.gz: 89f47a46c1061c416d9042c116dea5ad0acbf973418d4452e44500a8ebbb55cd598d3d3001332ec92970094dd2ebd36af8a92fde9d28835a5544e96d6bd333d0
7
- data.tar.gz: 370b409946044d658e102e0aa64733842163b5834289b7cf059dd16733ee2e6f1263aa6221212caa3b5fcb1f77fd81519c414e542357cac8df579f0d4031c7fd
6
+ metadata.gz: e3029fe3bc2144203923d9486bdbbb5d8be88babb17516af46c29a81f5faad416b5a1a0468ef9b0c3f8a998c93efddc793d0eb65a882f1c866c77d1ed19359de
7
+ data.tar.gz: 8a9f559d07c20a301ebbb3816fa42c49101ee0a4af5cbf7c1123753dc57c9053d86f28ed79862a1f77851c6b9b894c85b03ac72dde63121d53a1228a982f8183
@@ -141,13 +141,13 @@ class Features::Mongo < ForemanMaintain::Feature
141
141
  end
142
142
 
143
143
  def mongo_cmd_available?
144
- exit_status, _output = execute_with_status("which #{core.client_command}")
144
+ exit_status, _output = execute_with_status('which mongo')
145
145
  exit_status == 0
146
146
  end
147
147
 
148
148
  def raise_mongo_client_missing_error
149
- raise ForemanMaintain::Error::Fail, "The #{core.client_command} command not found."\
150
- " Make sure system has #{core.client_command} utility installed."
149
+ raise ForemanMaintain::Error::Fail, 'The mongo command not found.'\
150
+ ' Make sure system has mongo utility installed.'
151
151
  end
152
152
 
153
153
  private
@@ -1,3 +1,3 @@
1
1
  module ForemanMaintain
2
- VERSION = '0.7.6'.freeze
2
+ VERSION = '0.7.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_maintain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-02 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clamp
@@ -418,7 +418,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
418
418
  - !ruby/object:Gem::Version
419
419
  version: '0'
420
420
  requirements: []
421
- rubygems_version: 3.0.3
421
+ rubygems_version: 3.0.8
422
422
  signing_key:
423
423
  specification_version: 4
424
424
  summary: Foreman maintenance tool belt