kafo 5.0.1 → 6.1.2

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.
@@ -15,7 +15,7 @@ module Kafo
15
15
  end
16
16
 
17
17
  def logger
18
- Logging::logger['checks']
18
+ ::Logging::logger['checks']
19
19
  end
20
20
 
21
21
  def check
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
  module Kafo
3
3
  PARSER_CACHE_VERSION = 1
4
- VERSION = "5.0.1"
4
+ VERSION = "6.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kafo
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 6.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Hulan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-10 00:00:00.000000000 Z
11
+ date: 2020-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -218,6 +218,8 @@ files:
218
218
  - doc/kafo_run.png
219
219
  - doc/kafo_run.uml
220
220
  - lib/kafo.rb
221
+ - lib/kafo/app_option/declaration.rb
222
+ - lib/kafo/app_option/definition.rb
221
223
  - lib/kafo/base_context.rb
222
224
  - lib/kafo/color_scheme.rb
223
225
  - lib/kafo/condition.rb
@@ -257,6 +259,7 @@ files:
257
259
  - lib/kafo/hooking.rb
258
260
  - lib/kafo/kafo_configure.rb
259
261
  - lib/kafo/logger.rb
262
+ - lib/kafo/logging.rb
260
263
  - lib/kafo/migration_context.rb
261
264
  - lib/kafo/migrations.rb
262
265
  - lib/kafo/param.rb
@@ -301,7 +304,7 @@ homepage: https://github.com/theforeman/kafo
301
304
  licenses:
302
305
  - GPL-3.0+
303
306
  metadata: {}
304
- post_install_message:
307
+ post_install_message:
305
308
  rdoc_options: []
306
309
  require_paths:
307
310
  - lib
@@ -309,15 +312,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
309
312
  requirements:
310
313
  - - ">="
311
314
  - !ruby/object:Gem::Version
312
- version: 2.0.0
315
+ version: 2.4.0
313
316
  required_rubygems_version: !ruby/object:Gem::Requirement
314
317
  requirements:
315
318
  - - ">="
316
319
  - !ruby/object:Gem::Version
317
320
  version: '0'
318
321
  requirements: []
319
- rubygems_version: 3.1.2
320
- signing_key:
322
+ rubygems_version: 3.1.4
323
+ signing_key:
321
324
  specification_version: 4
322
325
  summary: A gem for making installations based on puppet user friendly
323
326
  test_files: []