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: b6baa0a37138d0cf9c3507b1447bd5f67d7f081b
4
- data.tar.gz: d48cdf33c7943f2108e8a02d10a575a2cec960d3
3
+ metadata.gz: d66314335cab1f7223854cd213af5df4e5b87470
4
+ data.tar.gz: 04b4fca288a0bb82066d2f11b97dd30503b60939
5
5
  SHA512:
6
- metadata.gz: 8fbce457e4181cee9428bbc92ecbae2adb3714f0b4813ec155cbd345c56ab9468e2d39becfba8e638ab671fb22e7a9ceec72608e1027a045cb15284566f53384
7
- data.tar.gz: 8e70ebdd67e493754da42ca37750f39bc650dd2357f89f9875331318b1fe54d0463f22299cad7b9128afe956d0aafb4afc21752cf3608e7a63083f7e6092ad84
6
+ metadata.gz: 6c8900a003356457a5bddb2a96c1c87704b432411fccf2aebdcbb526b01ec69cea47fefdb0ab4dd44d57eaa8ed5504f7ed2ca065074fd0abc02c6dffbf0c4c78
7
+ data.tar.gz: a23ae53d9c4bf40cb7b6c1f3d1f80a2cca2626ce50afe6a305ce10d7ad81b797d9b0436a0e788548af1d93901c1605dca7e60471ea69689c6d4f4dd3650706ae
@@ -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, 'Skip saving answers to answers.yaml?',
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
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Kafo
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
data/lib/kafo/wizard.rb CHANGED
@@ -21,7 +21,6 @@ module Kafo
21
21
 
22
22
  def run
23
23
  message = "Welcome to the #{@name} installer!"
24
- HighLine.color(message, :important)
25
24
  say(HighLine.color(message, :headline))
26
25
  say(HighLine.color('-' * message.size, :horizontal_line))
27
26
  say(<<END)
@@ -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.0
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-03-31 00:00:00.000000000 Z
11
+ date: 2014-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler