puppet-unit-tests 0.3.0 → 0.3.1
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 +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/puppet_unit_tests/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0ca22009b336cefc1e137c0219b13d274ae4242f5e512d767cb38e8b3d253c3
|
|
4
|
+
data.tar.gz: 1e34d80712c7a3ec3ffb5cedd0cae0e757f26cb39662a61d8bdf7b99d51967b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b39cae2a018cb0d44b45ed0e05b0b780c52c3ba71062d2ce3471d63e28bda74a162bf2c4b096887cde964bb459b7cb4e076fbf017c6f6c0bf7ff6b66b497e2c0
|
|
7
|
+
data.tar.gz: 01a1d6513c351f1a16e611b65d8401764802a72f44d8d0ae6cd14cfa983456dba94de6757228c88b3133cfba7e21944028670bf4957ea81036cbfd88a1667741
|
data/CHANGELOG.md
CHANGED
|
@@ -3,3 +3,17 @@
|
|
|
3
3
|
## [0.1.0] - 2025-09-11
|
|
4
4
|
|
|
5
5
|
- Initial release
|
|
6
|
+
|
|
7
|
+
## [0.2.0] - 2025-09-11
|
|
8
|
+
|
|
9
|
+
- Document rake task in README
|
|
10
|
+
- Fix loading of custom Ruby functions from Puppet environment
|
|
11
|
+
- Run tests in temporary directory
|
|
12
|
+
|
|
13
|
+
## [0.3.0] - 2025-09-11
|
|
14
|
+
|
|
15
|
+
- Display errors in red
|
|
16
|
+
|
|
17
|
+
## [0.3.1] - 2025-09-11
|
|
18
|
+
|
|
19
|
+
- Use changelog
|