puppet_litmus 0.34.5 → 0.34.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/puppet_litmus/version.rb +1 -1
- metadata +24 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e6995f6c4a1cd2d14abbbf0d617ef28b18b029c3b3b3a342d7e1a98b0673394
|
4
|
+
data.tar.gz: 86fd172c61f5775906e666732cdcb949a28c62c6cb7e9e67c8c4638195dba488
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ffef8459fcd7b032a6fc43a376ebc833be88f344f59364b4b622e7d0bddf8cf7a4d8681e6fa3012b6914ab6922a5b59d4d7e41b286e740dd543ff5e59b80887
|
7
|
+
data.tar.gz: 8789b4289c68186345dd097bda8539d8f5006184eb3b58f8cf544ca0fe80bb35d54ca6f43d7ddaa3fd53785b5d6e6dcf01e3fce4185e6a1fb27e3f4588f86773
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet_litmus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.34.
|
4
|
+
version: 0.34.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bolt
|
@@ -154,6 +154,20 @@ dependencies:
|
|
154
154
|
- - ">="
|
155
155
|
- !ruby/object:Gem::Version
|
156
156
|
version: '0'
|
157
|
+
- !ruby/object:Gem::Dependency
|
158
|
+
name: r10k
|
159
|
+
requirement: !ruby/object:Gem::Requirement
|
160
|
+
requirements:
|
161
|
+
- - '='
|
162
|
+
- !ruby/object:Gem::Version
|
163
|
+
version: 3.15.1
|
164
|
+
type: :runtime
|
165
|
+
prerelease: false
|
166
|
+
version_requirements: !ruby/object:Gem::Requirement
|
167
|
+
requirements:
|
168
|
+
- - '='
|
169
|
+
- !ruby/object:Gem::Version
|
170
|
+
version: 3.15.1
|
157
171
|
description: " Providing a simple command line tool for puppet content creators,
|
158
172
|
to enable simple and complex test deployments.\n"
|
159
173
|
email:
|
@@ -215,17 +229,17 @@ specification_version: 4
|
|
215
229
|
summary: Providing a simple command line tool for puppet content creators, to enable
|
216
230
|
simple and complex test deployments.
|
217
231
|
test_files:
|
218
|
-
- spec/
|
232
|
+
- spec/spec_helper.rb
|
233
|
+
- spec/support/inventory.rb
|
234
|
+
- spec/support/inventorytesting.yaml
|
219
235
|
- spec/exe/matrix_from_metadata_v2_spec.rb
|
220
|
-
- spec/
|
236
|
+
- spec/exe/fake_metadata.json
|
221
237
|
- spec/data/jim.yaml
|
238
|
+
- spec/data/doot.tar.gz
|
222
239
|
- spec/data/inventory.yaml
|
240
|
+
- spec/lib/puppet_litmus/rake_tasks_spec.rb
|
223
241
|
- spec/lib/puppet_litmus/puppet_litmus_version_spec.rb
|
224
|
-
- spec/lib/puppet_litmus/rake_helper_spec.rb
|
225
242
|
- spec/lib/puppet_litmus/inventory_manipulation_spec.rb
|
226
|
-
- spec/lib/puppet_litmus/util_spec.rb
|
227
243
|
- spec/lib/puppet_litmus/puppet_helpers_spec.rb
|
228
|
-
- spec/lib/puppet_litmus/
|
229
|
-
- spec/
|
230
|
-
- spec/support/inventory.rb
|
231
|
-
- spec/support/inventorytesting.yaml
|
244
|
+
- spec/lib/puppet_litmus/rake_helper_spec.rb
|
245
|
+
- spec/lib/puppet_litmus/util_spec.rb
|