puppet-lint-trailing_comma-check 0.4.3 → 1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +99 -0
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e41a473856855e19fc39972572b59cac85c269c727bd8039f336d99f6a33e26f
4
- data.tar.gz: f52de49ea2fcc778284152f288c30f2496eea22a1b8b795950a6e462d738fbf7
3
+ metadata.gz: '018a77724925ca0bef3850617c749c009d3b83ae767eda4e87baf88de6f4cd80'
4
+ data.tar.gz: ddc25465f0676f38b5d3c16640f811431bbf2864fbb2d2cb8c5027b906fcf17c
5
5
  SHA512:
6
- metadata.gz: 5e8e7368247209d0c36040c0fb95c74cbe6a9779397b75dc3800ef95c7de9532ff7bfa42543f6e3f3b44d573600e4ff2a40ff44ba04f5eee3be30fb69d43adcc
7
- data.tar.gz: 46cffcde63d6f3d46230c0fad39764eb062fe09d125636c94a0ef3be911cf83bc465125459ee0f64d7a2996d6a9e18c5fb581a7864aa3115b188ecc1a56c7365
6
+ metadata.gz: 4fb19ce04aba821d695bf8590d31ae62f94511ec6caf2abe8c9f3937cc15974f40e90f3ab30f27cb8208eff7ea3ba3e149b8e15be7b6c635b2a03f03c385c510
7
+ data.tar.gz: 0a2d39ccf3301764ed941a043ca4656cb083e3675a3b21f33d64f6621764f3c6441c86a87a30f4226606b1c3ba3fa6b9d3e0fd1c3d808e81189cf234d9b0bc88
data/CHANGELOG.md ADDED
@@ -0,0 +1,99 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.0.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/1.0.0) (2022-11-29)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.3...1.0.0)
8
+
9
+ **Implemented enhancements:**
10
+
11
+ - puppet-lint: Allow 3.x [\#29](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/29) ([bastelfreak](https://github.com/bastelfreak))
12
+
13
+ ## [0.4.3](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.3) (2022-10-13)
14
+
15
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.2...0.4.3)
16
+
17
+ **Fixed bugs:**
18
+
19
+ - Ignore data types where trailing commas are illegal [\#25](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/25) ([chelnak](https://github.com/chelnak))
20
+
21
+ **Merged pull requests:**
22
+
23
+ - Set BUNDLE\_WITHOUT at the top level in GitHub Actions [\#26](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/26) ([ekohl](https://github.com/ekohl))
24
+ - Cleanup Gemfile/gemspec [\#22](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/22) ([bastelfreak](https://github.com/bastelfreak))
25
+ - Add badges to README.md / Publish gem to GitHub packages [\#20](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/20) ([bastelfreak](https://github.com/bastelfreak))
26
+ - Convert to Github Actions [\#19](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/19) ([ekohl](https://github.com/ekohl))
27
+
28
+ ## [0.4.2](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.2) (2018-12-06)
29
+
30
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.1...0.4.2)
31
+
32
+ **Fixed bugs:**
33
+
34
+ - Fix for type matching misdetection with !~ [\#17](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/17) ([seanmil](https://github.com/seanmil))
35
+
36
+ ## [0.4.1](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.1) (2018-10-24)
37
+
38
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.4.0...0.4.1)
39
+
40
+ **Fixed bugs:**
41
+
42
+ - Fix heredoc handling. Add support for interpolated heredocs. [\#15](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/15) ([seanmil](https://github.com/seanmil))
43
+
44
+ ## [0.4.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.4.0) (2018-10-20)
45
+
46
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.3.2...0.4.0)
47
+
48
+ **Breaking changes:**
49
+
50
+ - Drop support for ruby \< 2.0.0. Update badges for voxpupuli [\#7](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/7) ([alexjfisher](https://github.com/alexjfisher))
51
+
52
+ **Fixed bugs:**
53
+
54
+ - Fix invalid handling of heredoc strings [\#10](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/10) ([seanmil](https://github.com/seanmil))
55
+ - Fix custom type misdetection [\#9](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/9) ([seanmil](https://github.com/seanmil))
56
+
57
+ ## [0.3.2](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.3.2) (2016-06-22)
58
+
59
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.3.1...0.3.2)
60
+
61
+ **Implemented enhancements:**
62
+
63
+ - With the release of puppet-lint 2.0.0, support ~\>2.0 versions. [\#3](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/pull/3) ([rnelson0](https://github.com/rnelson0))
64
+
65
+ ## [0.3.1](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.3.1) (2015-02-18)
66
+
67
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.3.0...0.3.1)
68
+
69
+ ## [0.3.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.3.0) (2015-02-10)
70
+
71
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.2.1...0.3.0)
72
+
73
+ ## [0.2.1](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.2.1) (2015-02-10)
74
+
75
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.2.0...0.2.1)
76
+
77
+ ## [0.2.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.2.0) (2015-02-10)
78
+
79
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.1.3...0.2.0)
80
+
81
+ ## [0.1.3](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.1.3) (2015-02-10)
82
+
83
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.1.2...0.1.3)
84
+
85
+ ## [0.1.2](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.1.2) (2015-02-10)
86
+
87
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.1.1...0.1.2)
88
+
89
+ ## [0.1.1](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.1.1) (2015-02-10)
90
+
91
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/0.1.0...0.1.1)
92
+
93
+ ## [0.1.0](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/tree/0.1.0) (2015-02-10)
94
+
95
+ [Full Changelog](https://github.com/voxpupuli/puppet-lint-trailing_comma-check/compare/1737f56089f5b3797f797b1a158a3a32aa3631c8...0.1.0)
96
+
97
+
98
+
99
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-trailing_comma-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puppet-lint
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '1.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '3.0'
22
+ version: '4'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '1.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '3.0'
32
+ version: '4'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rspec
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -106,6 +106,7 @@ executables: []
106
106
  extensions: []
107
107
  extra_rdoc_files: []
108
108
  files:
109
+ - CHANGELOG.md
109
110
  - LICENSE
110
111
  - README.md
111
112
  - lib/puppet-lint/plugins/check_trailing_comma.rb