puppet_litmus 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d24aee003cb602d756c8bf84569ae0feaea861d2ac0cf024a0c0da34e45d4a46
4
- data.tar.gz: 755959e1de6e6cda4bb3b1f9189deaa09ed8089d432970e3a9f64a8cf4ac9d90
3
+ metadata.gz: 76a5d941b4ab2614d244f5928313654ed49710d524c7d805a656ac50ad4e75c9
4
+ data.tar.gz: 249dc75e45566961bce7679613939501ca7eabc4354965dc41b268b3dbffd0cb
5
5
  SHA512:
6
- metadata.gz: 9bee21e1d7109aeb58c1fc90594f99d64b9a99b8d997a6036d14203d906ea542ee8936b67d5e84949226e22fcf9e64ea4c44f13fc8d5fe8598b2b66999f37130
7
- data.tar.gz: 4badefd4b1c32e171a7653a4e9dc5a5f9c69f3f8cf05769b01d4178cb378c6661832db8944d632b9baf16208bc086926e095b97bc006799113a034c019bab70c
6
+ metadata.gz: a67a692649ecbabd392ccf31a356ec92a331563fc31ec7a36d776ebe202cbea7261f3ec32a412b4319ca4f7de2842589f3857db8e0494cbe79009fdb148cdc6b
7
+ data.tar.gz: 2f934f9151078924fd0f49e0897e9992262daa0b212e053b330186215bfb464510a5929dc41bccfda4de98084564420261b60009f939595b5b1ba95774b264db
data/exe/matrix.json CHANGED
@@ -86,7 +86,7 @@
86
86
  },
87
87
  "github_runner": {
88
88
  "docker": {
89
- "^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|RockyLinux|CentOS)-9|AlmaLinux-8|Fedora-36|Ubuntu-18|Debian-10)": "ubuntu-22.04"
89
+ "^(AmazonLinux-2|(CentOS|OracleLinux|Scientific)-7|(AlmaLinux|OracleLinux|Rocky|CentOS)-9|AlmaLinux-8|Fedora-36|Ubuntu-18|Debian-10)": "ubuntu-22.04"
90
90
  }
91
91
  }
92
92
  }
@@ -2,5 +2,5 @@
2
2
 
3
3
  # version of this gem
4
4
  module PuppetLitmus
5
- VERSION = '2.3.1'
5
+ VERSION = '2.3.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet_litmus
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.