kafo 0.5.0 → 0.5.1
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d66314335cab1f7223854cd213af5df4e5b87470
|
|
4
|
+
data.tar.gz: 04b4fca288a0bb82066d2f11b97dd30503b60939
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c8900a003356457a5bddb2a96c1c87704b432411fccf2aebdcbb526b01ec69cea47fefdb0ab4dd44d57eaa8ed5504f7ed2ca065074fd0abc02c6dffbf0c4c78
|
|
7
|
+
data.tar.gz: a23ae53d9c4bf40cb7b6c1f3d1f80a2cca2626ce50afe6a305ce10d7ad81b797d9b0436a0e788548af1d93901c1605dca7e60471ea69689c6d4f4dd3650706ae
|
data/lib/kafo/kafo_configure.rb
CHANGED
|
@@ -204,7 +204,7 @@ module Kafo
|
|
|
204
204
|
:default => !!config.app[:colors]
|
|
205
205
|
self.class.app_option ['--color-of-background'], 'COLOR', 'Your terminal background is :bright or :dark',
|
|
206
206
|
:default => config.app[:color_of_background]
|
|
207
|
-
self.class.app_option ['-d', '--dont-save-answers'], :flag,
|
|
207
|
+
self.class.app_option ['-d', '--dont-save-answers'], :flag, "Skip saving answers to '#{self.class.config.answer_file}'?",
|
|
208
208
|
:default => !!config.app[:dont_save_answers]
|
|
209
209
|
self.class.app_option '--ignore-undocumented', :flag, 'Ignore inconsistent parameter documentation',
|
|
210
210
|
:default => false
|
data/lib/kafo/version.rb
CHANGED
data/lib/kafo/wizard.rb
CHANGED
|
@@ -2,7 +2,7 @@ require 'kafo_configure/lib/kafo/puppet/report_wrapper'
|
|
|
2
2
|
|
|
3
3
|
module Puppet::Parser::Functions
|
|
4
4
|
newfunction(:add_progress) do |args|
|
|
5
|
-
supported = %w(2.6. 2.7. 3.0. 3.1. 3.2. 3.3. 3.4.)
|
|
5
|
+
supported = %w(2.6. 2.7. 3.0. 3.1. 3.2. 3.3. 3.4. 3.5.)
|
|
6
6
|
if supported.any? { |version| Puppet::PUPPETVERSION.start_with?(version) }
|
|
7
7
|
# Monkey patch the transaction to put our wrapper around the report object
|
|
8
8
|
require 'puppet/transaction'
|
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: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marek Hulan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|