kafo_module_lint 1.3.0 → 2.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/.github/workflows/ci.yml +0 -2
- data/Gemfile +1 -1
- data/kafo_module_lint.gemspec +1 -1
- data/lib/kafo_module_lint/version.rb +1 -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: 705c3c32c706e6b8fbab129244958f60561bdf74a092f22e8fb381a82b3cf3ac
|
|
4
|
+
data.tar.gz: 34a18e62f438960aa22b34c7c689d1e7576b4667198e140d7a3f8bf43c6c12e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60f326a5d6f2f34f6205681c3859e6197b80a86bd1620bb4fd9a7e200de07d8147074ac3c2e8d23ad307e20cb9b6bfdfe74b5bb992106d2bd69c118aca966289
|
|
7
|
+
data.tar.gz: 84b94d502a1771eff8bf000c3c4580b7b450d85d195dcc84f9e90f7b8ee4f9dff6039783de0744e06511c914640279048b2cbafda01c6f3d2f1b1b74387f7a4b
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile
CHANGED
data/kafo_module_lint.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kafo_module_lint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominic Cleal
|
|
8
8
|
- Ewoud Kohl van Wijngaarden
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: bundler
|
|
@@ -88,25 +87,19 @@ dependencies:
|
|
|
88
87
|
- !ruby/object:Gem::Version
|
|
89
88
|
version: '0'
|
|
90
89
|
- !ruby/object:Gem::Dependency
|
|
91
|
-
name:
|
|
90
|
+
name: openvox-strings
|
|
92
91
|
requirement: !ruby/object:Gem::Requirement
|
|
93
92
|
requirements:
|
|
94
|
-
- - "
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '0.99'
|
|
97
|
-
- - "<"
|
|
93
|
+
- - "~>"
|
|
98
94
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: '
|
|
95
|
+
version: '7.1'
|
|
100
96
|
type: :runtime
|
|
101
97
|
prerelease: false
|
|
102
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
103
99
|
requirements:
|
|
104
|
-
- - "
|
|
105
|
-
- !ruby/object:Gem::Version
|
|
106
|
-
version: '0.99'
|
|
107
|
-
- - "<"
|
|
100
|
+
- - "~>"
|
|
108
101
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: '
|
|
102
|
+
version: '7.1'
|
|
110
103
|
description: Validates Puppet modules and manifests to ensure parameters are all correctly
|
|
111
104
|
documented for use with the Kafo gem
|
|
112
105
|
email:
|
|
@@ -139,7 +132,6 @@ homepage: https://github.com/theforeman/kafo_module_lint
|
|
|
139
132
|
licenses:
|
|
140
133
|
- GPLv3+
|
|
141
134
|
metadata: {}
|
|
142
|
-
post_install_message:
|
|
143
135
|
rdoc_options: []
|
|
144
136
|
require_paths:
|
|
145
137
|
- lib
|
|
@@ -154,8 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
146
|
- !ruby/object:Gem::Version
|
|
155
147
|
version: '0'
|
|
156
148
|
requirements: []
|
|
157
|
-
rubygems_version: 3.
|
|
158
|
-
signing_key:
|
|
149
|
+
rubygems_version: 3.6.9
|
|
159
150
|
specification_version: 4
|
|
160
151
|
summary: Validate Puppet modules are correctly documented for Kafo
|
|
161
152
|
test_files:
|