puppet_litmus 1.3.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
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: 1.3.0
4
+ version: 1.5.0
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-12-21 00:00:00.000000000 Z
11
+ date: 2024-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bolt
@@ -125,15 +125,19 @@ description: " Providing a simple command line tool for puppet content creato
125
125
  email:
126
126
  - info@puppet.com
127
127
  executables:
128
+ - matrix.json
128
129
  - matrix_from_metadata
129
130
  - matrix_from_metadata_v2
131
+ - matrix_from_metadata_v3
130
132
  extensions: []
131
133
  extra_rdoc_files: []
132
134
  files:
133
135
  - LICENSE
134
136
  - README.md
137
+ - exe/matrix.json
135
138
  - exe/matrix_from_metadata
136
139
  - exe/matrix_from_metadata_v2
140
+ - exe/matrix_from_metadata_v3
137
141
  - lib/puppet_litmus.rb
138
142
  - lib/puppet_litmus/inventory_manipulation.rb
139
143
  - lib/puppet_litmus/puppet_helpers.rb
@@ -147,6 +151,7 @@ files:
147
151
  - spec/data/jim.yaml
148
152
  - spec/exe/fake_metadata.json
149
153
  - spec/exe/matrix_from_metadata_v2_spec.rb
154
+ - spec/exe/matrix_from_metadata_v3_spec.rb
150
155
  - spec/lib/puppet_litmus/inventory_manipulation_spec.rb
151
156
  - spec/lib/puppet_litmus/puppet_helpers_spec.rb
152
157
  - spec/lib/puppet_litmus/puppet_litmus_version_spec.rb