puppet-lint-absolute_classname-check 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -4
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d80c6cabf675148fec4eba47d1fe97898c981c5e80694d910357203a19e6ca14
4
- data.tar.gz: 64ece9ae2635f02514bd25e6f9d5ed2f80c4f2880d7c0de9bbb6885c0b562b7f
3
+ metadata.gz: 0242bd18a491a4b01bfddbc2c16a09bdd988dfb2629c0e09297504f2e679cbfb
4
+ data.tar.gz: 15079e58e64171b9147a451c6bd937c70aa493c0a0c4cb28cd653e4c8adddaf4
5
5
  SHA512:
6
- metadata.gz: 5a2f19eacda49f7211cd74e60914c0e9f07d76108268cfa918bf80c1eb4a4376838c6c2ef66c84d3c0ba5b4768ff208f5c751078724ca01a3017388cf2c0bf45
7
- data.tar.gz: d08fff8a098711dcdda56193c83413196c90c8b228b5e16d91e9c34befe3bc0054c75d979e5827b6e42c3c3a99c83a46f7f3fc849b939525d053f5731252dd78
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
- [![Build Status](https://img.shields.io/travis/voxpupuli/puppet-lint-absolute_classname-check.svg)](https://travis-ci.org/voxpupuli/puppet-lint-absolute_classname-check)
5
- [![Gem Version](https://img.shields.io/gem/v/puppet-lint-absolute_classname-check.svg)](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
6
- [![Gem Downloads](https://img.shields.io/gem/dt/puppet-lint-absolute_classname-check.svg)](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
7
- [![Coverage Status](https://img.shields.io/coveralls/voxpupuli/puppet-lint-absolute_classname-check.svg)](https://coveralls.io/r/voxpupuli/puppet-lint-absolute_classname-check?branch=master)
4
+ [![License](https://img.shields.io/github/license/voxpupuli/puppet-lint-absolute_classname-check.svg)](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/blob/master/LICENSE)
5
+ [![Test](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/test.yml/badge.svg)](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/test.yml)
6
+ [![Release](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/actions/workflows/release.yml)
7
+ [![RubyGem Version](https://img.shields.io/gem/v/puppet-lint-absolute_classname-check.svg)](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
8
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/puppet-lint-absolute_classname-check.svg)](https://rubygems.org/gems/puppet-lint-absolute_classname-check)
8
9
  [![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#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.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: 2020-10-24 00:00:00.000000000 Z
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.0.8
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