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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/puppet_litmus/version.rb +1 -1
  3. metadata +24 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff985b189104c3cbf55d310c602ea525c4ea40a7ad066ed2b0fe078488012416
4
- data.tar.gz: 1bbb7872b1850112936d8222bdeaa71f966da7fa29865950b7a334231e49285b
3
+ metadata.gz: 2e6995f6c4a1cd2d14abbbf0d617ef28b18b029c3b3b3a342d7e1a98b0673394
4
+ data.tar.gz: 86fd172c61f5775906e666732cdcb949a28c62c6cb7e9e67c8c4638195dba488
5
5
  SHA512:
6
- metadata.gz: 984af2490dbd1e17592b2856bd530ddb68e4ee133653157646d110161f4400963d8bb12da097f597981ee191834416544a6b27d5b4bff6586264b31d9b4a6326
7
- data.tar.gz: a7d440fd1b7678efecaec60147fa1672850c93d376fc808f7a25ca58a1f074c3106433acaa68a2015af201beee81f860b3e7dc96c7d02f50119f51f81cb0c9e6
6
+ metadata.gz: 4ffef8459fcd7b032a6fc43a376ebc833be88f344f59364b4b622e7d0bddf8cf7a4d8681e6fa3012b6914ab6922a5b59d4d7e41b286e740dd543ff5e59b80887
7
+ data.tar.gz: 8789b4289c68186345dd097bda8539d8f5006184eb3b58f8cf544ca0fe80bb35d54ca6f43d7ddaa3fd53785b5d6e6dcf01e3fce4185e6a1fb27e3f4588f86773
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION ||= '0.34.5'
5
+ VERSION ||= '0.34.6'
6
6
  end
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.5
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-02-27 00:00:00.000000000 Z
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/exe/fake_metadata.json
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/data/doot.tar.gz
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/rake_tasks_spec.rb
229
- - spec/spec_helper.rb
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