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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b6ffa265250c49b12e016bc63f962c8bb79f81c
|
4
|
+
data.tar.gz: 4b32a26582cfd6b257f91b27bbd8a5ef53a80410
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0d000c16759db40e7b7b414a842ad1a3c553bb34e0d49f2733a884012caf3a118c3515b27eafff652050d4f1c4db0587bb241d251d59df3e301e27ed3961f9d
|
7
|
+
data.tar.gz: 4a6f363efca30b67a8db7aa080376dfdcf43d123b944e1b0bb4005561c2161f0120dbe470f0cdca68e5a08425e72579a29af16556557c6106b9f0bc0e40fc1ed
|
data/lib/kafo/version.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. 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.
|
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-
|
11
|
+
date: 2015-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|