puppet-lint-strict_indent-check 4.0.0 → 5.0.0
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 +9 -1
- metadata +8 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27b0e7f4ab815a0441917ea68ad1789fc9d594a36898bf78d48fc4f6469d0391
|
4
|
+
data.tar.gz: 7cac45b4f9ee6138735c2c07f327b207c381ec72a9bd55dbb7e1de8b2d3e6a64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df880428e3cce7ec2ace51752b3ff3267db9c77a4f86490cb05be7ea03b4ed1bc71af6a7b581dfbbca5065147ec85845eb9d0893ec57851a76070c4354605a56
|
7
|
+
data.tar.gz: c1a67b30fe9ee1de11a8200c8de7ba2f05e67dd6b4c72949509175b38522787df879574014feac4265fcdac544a2d3943dac5207f9aa3815aaa1d51fcb3a6fcf
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,15 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
## [
|
5
|
+
## [5.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/5.0.0) (2025-09-25)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/4.0.0...5.0.0)
|
8
|
+
|
9
|
+
**Breaking changes:**
|
10
|
+
|
11
|
+
- Require Ruby 3.2+ & puppet-lint 5.1+ [\#52](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/52) ([bastelfreak](https://github.com/bastelfreak))
|
12
|
+
|
13
|
+
## [4.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/4.0.0) (2025-08-07)
|
6
14
|
|
7
15
|
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/3.0.0...4.0.0)
|
8
16
|
|
metadata
CHANGED
@@ -1,35 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-strict_indent-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: puppet-lint
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
16
15
|
requirements:
|
17
|
-
- - "
|
16
|
+
- - "~>"
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '5'
|
18
|
+
version: '5.1'
|
23
19
|
type: :runtime
|
24
20
|
prerelease: false
|
25
21
|
version_requirements: !ruby/object:Gem::Requirement
|
26
22
|
requirements:
|
27
|
-
- - "
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '3'
|
30
|
-
- - "<"
|
23
|
+
- - "~>"
|
31
24
|
- !ruby/object:Gem::Version
|
32
|
-
version: '5'
|
25
|
+
version: '5.1'
|
33
26
|
description: " Extends puppet-lint to ensure that your manifests follow a strict
|
34
27
|
indentation pattern.\n"
|
35
28
|
email: voxpupuli@groups.io
|
@@ -57,7 +50,6 @@ homepage: https://github.com/voxpupuli/puppet-lint-strict_indent-check
|
|
57
50
|
licenses:
|
58
51
|
- MPL-2.0
|
59
52
|
metadata: {}
|
60
|
-
post_install_message:
|
61
53
|
rdoc_options: []
|
62
54
|
require_paths:
|
63
55
|
- lib
|
@@ -65,15 +57,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
65
57
|
requirements:
|
66
58
|
- - ">="
|
67
59
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2
|
60
|
+
version: '3.2'
|
69
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
62
|
requirements:
|
71
63
|
- - ">="
|
72
64
|
- !ruby/object:Gem::Version
|
73
65
|
version: '0'
|
74
66
|
requirements: []
|
75
|
-
rubygems_version: 3.
|
76
|
-
signing_key:
|
67
|
+
rubygems_version: 3.6.9
|
77
68
|
specification_version: 4
|
78
69
|
summary: puppet-lint strict indent check
|
79
70
|
test_files: []
|