kafo 0.6.9 → 0.6.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8612b3e61170592c8cf4e8a81a32a742a82a6744
4
- data.tar.gz: 024d25bc95ec6be8aadeeb0c36fbfeac76767988
3
+ metadata.gz: 0b6ffa265250c49b12e016bc63f962c8bb79f81c
4
+ data.tar.gz: 4b32a26582cfd6b257f91b27bbd8a5ef53a80410
5
5
  SHA512:
6
- metadata.gz: 08216983d82c17758cf3806e3f1fec40a5fdf138a545f7ecf71acbcedebe5f259ea667c92129aaf28eeb13169443dfa371a772eef17cab39a3c7f15d5e325335
7
- data.tar.gz: cfe43ee3f3296ebfcc2c72b32ea28a11b8b625d7e79ffb7567204ae565633127aaa94d7810fb49429acf9fb75adb514702166675a328d3dc260dcc6e461baa62
6
+ metadata.gz: f0d000c16759db40e7b7b414a842ad1a3c553bb34e0d49f2733a884012caf3a118c3515b27eafff652050d4f1c4db0587bb241d251d59df3e301e27ed3961f9d
7
+ data.tar.gz: 4a6f363efca30b67a8db7aa080376dfdcf43d123b944e1b0bb4005561c2161f0120dbe470f0cdca68e5a08425e72579a29af16556557c6106b9f0bc0e40fc1ed
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Kafo
3
- VERSION = "0.6.9"
3
+ VERSION = "0.6.10"
4
4
  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. 3.5. 3.6. 3.7.)
5
+ supported = %w(2.6. 2.7. 3.0. 3.1. 3.2. 3.3. 3.4. 3.5. 3.6. 3.7. 3.8.)
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.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marek Hulan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler