puppet-lint-absolute_classname-check 3.0.0 → 3.0.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/README.md +9 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0242bd18a491a4b01bfddbc2c16a09bdd988dfb2629c0e09297504f2e679cbfb
|
4
|
+
data.tar.gz: 15079e58e64171b9147a451c6bd937c70aa493c0a0c4cb28cd653e4c8adddaf4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee1bf3d638248a5d8af48107cc7eb4f00c6ac5dcfa388b909f1a49fd00a08966c43d1963abbc21252a876b3488445609409cb55af377faaa40ba2b2584378b78
|
7
|
+
data.tar.gz: 356f61d658b2b154fae41285f5bcd192b3eaa44fc268443c842052683d64837faf3a9835be8c06b492d094c0dd476a419b02f5ff97c5fd887e0a4d9ab8d5c0db
|
data/README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
puppet-lint-absolute_classname-check
|
2
2
|
====================================
|
3
3
|
|
4
|
-
[](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/blob/master/LICENSE)
|
5
|
+
[](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/test.yml)
|
6
|
+
[](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/release.yml)
|
7
|
+
[](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
|
8
|
+
[](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
|
8
9
|
[](#transfer-notice)
|
9
10
|
|
10
11
|
A puppet-lint plugin to check that classes are included by their absolute name.
|
@@ -103,6 +104,10 @@ Existing pull requests and issues were transferred over, please fork and continu
|
|
103
104
|
|
104
105
|
Previously: https://github.com/camptocamp/puppet-lint-absolute_classname-check
|
105
106
|
|
107
|
+
## License
|
108
|
+
|
109
|
+
This gem is licensed under the Apache-2 license.
|
110
|
+
|
106
111
|
## Release information
|
107
112
|
|
108
113
|
To make a new release, please do:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-absolute_classname-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
@@ -133,12 +133,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
- !ruby/object:Gem::Version
|
134
134
|
version: '0'
|
135
135
|
requirements: []
|
136
|
-
rubygems_version: 3.
|
136
|
+
rubygems_version: 3.2.15
|
137
137
|
signing_key:
|
138
138
|
specification_version: 4
|
139
139
|
summary: A puppet-lint plugin to check that classes are not included or referenced
|
140
140
|
by their absolute name.
|
141
141
|
test_files:
|
142
|
-
- spec/spec_helper.rb
|
143
|
-
- spec/puppet-lint/plugins/check_classname_reference/relative_classname_reference_spec.rb
|
144
142
|
- spec/puppet-lint/plugins/check_absolute_classname/relative_classname_inclusion_spec.rb
|
143
|
+
- spec/puppet-lint/plugins/check_classname_reference/relative_classname_reference_spec.rb
|
144
|
+
- spec/spec_helper.rb
|