appraisal2-rubocop 0.2.0 → 0.2.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
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +16 -3
- data/README.md +1 -1
- data/lib/appraisal2/rubocop/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +16 -16
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5936cb9fb022584bf1347a0e085b3f9fec0353202065315cb759964b966e5361
|
|
4
|
+
data.tar.gz: 478ea007e6bf58766219e12ff8cb70f1c29619a6a29befaa82634a8e038df2c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44c24993e2b31529ee0a358819fe1bbf55e1531e7dc6614bde6c1214a029cc6e9ea02993f9aaadc8ae17d679c0c9d652b9211eb37f8c9b2b2ca1325ed7ee5b38
|
|
7
|
+
data.tar.gz: 379ea04a2a9e92ad23a8e8d5ead311fc41cb35b43d482e0bf85be919af7301f2c40b5db937e3ad30897c892fbebb23f307feab4bda2eb0751ce4919ba83c369d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,10 +28,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [0.2.1] - 2026-06-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.2.1][0.2.1t]
|
|
36
|
+
- COVERAGE: 98.04% -- 50/51 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 80.00% -- 8/10 branches in 3 files
|
|
38
|
+
- 20.00% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
31
43
|
- Avoid loading the Ruby-3.2+-only style toolchain from `Appraisal.root.gemfile`
|
|
32
44
|
on Ruby 3.1, fixing Ruby 3.1 CI dependency resolution.
|
|
33
|
-
|
|
34
|
-
### Security
|
|
45
|
+
- Corrected the gemspec public author email to use `floss@galtzo.com`.
|
|
35
46
|
|
|
36
47
|
## [0.2.0] - 2026-06-06
|
|
37
48
|
|
|
@@ -69,7 +80,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
69
80
|
- Replaced the hardcoded local `appraisal2` Gemfile path with ENV-driven
|
|
70
81
|
`nomono` sibling workspace wiring.
|
|
71
82
|
|
|
72
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.
|
|
83
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.1...HEAD
|
|
84
|
+
[0.2.1]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.0...v0.2.1
|
|
85
|
+
[0.2.1t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v0.2.1
|
|
73
86
|
[0.2.0]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.1.0...v0.2.0
|
|
74
87
|
[0.2.0t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v0.2.0
|
|
75
88
|
[0.1.0]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/93b1188d679a0d56f960a9cd85b48b2c1e2d1a9f...v0.1.0
|
data/README.md
CHANGED
|
@@ -522,7 +522,7 @@ Thanks for RTFM. ☺️
|
|
|
522
522
|
[📄license-ref]: MIT.md
|
|
523
523
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
524
524
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
525
|
-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A
|
|
525
|
+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
526
526
|
|
|
527
527
|
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
|
|
528
528
|
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appraisal2-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Peter Boling
|
|
7
|
+
- Peter H. Boling
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain:
|
|
10
10
|
- |
|
|
@@ -74,7 +74,7 @@ dependencies:
|
|
|
74
74
|
version: '1.1'
|
|
75
75
|
- - ">="
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.1.
|
|
77
|
+
version: 1.1.11
|
|
78
78
|
type: :runtime
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -84,27 +84,27 @@ dependencies:
|
|
|
84
84
|
version: '1.1'
|
|
85
85
|
- - ">="
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: 1.1.
|
|
87
|
+
version: 1.1.11
|
|
88
88
|
- !ruby/object:Gem::Dependency
|
|
89
89
|
name: kettle-dev
|
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
92
|
- - "~>"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '2.
|
|
94
|
+
version: '2.2'
|
|
95
95
|
- - ">="
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 2.
|
|
97
|
+
version: 2.2.8
|
|
98
98
|
type: :development
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
102
|
- - "~>"
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: '2.
|
|
104
|
+
version: '2.2'
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: 2.
|
|
107
|
+
version: 2.2.8
|
|
108
108
|
- !ruby/object:Gem::Dependency
|
|
109
109
|
name: bundler-audit
|
|
110
110
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -162,7 +162,7 @@ dependencies:
|
|
|
162
162
|
version: '2.0'
|
|
163
163
|
- - ">="
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
|
-
version: 2.0.
|
|
165
|
+
version: 2.0.5
|
|
166
166
|
type: :development
|
|
167
167
|
prerelease: false
|
|
168
168
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -172,7 +172,7 @@ dependencies:
|
|
|
172
172
|
version: '2.0'
|
|
173
173
|
- - ">="
|
|
174
174
|
- !ruby/object:Gem::Version
|
|
175
|
-
version: 2.0.
|
|
175
|
+
version: 2.0.5
|
|
176
176
|
- !ruby/object:Gem::Dependency
|
|
177
177
|
name: turbo_tests2
|
|
178
178
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -182,7 +182,7 @@ dependencies:
|
|
|
182
182
|
version: '3.1'
|
|
183
183
|
- - ">="
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 3.1.
|
|
185
|
+
version: 3.1.2
|
|
186
186
|
type: :development
|
|
187
187
|
prerelease: false
|
|
188
188
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -192,7 +192,7 @@ dependencies:
|
|
|
192
192
|
version: '3.1'
|
|
193
193
|
- - ">="
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version: 3.1.
|
|
195
|
+
version: 3.1.2
|
|
196
196
|
- !ruby/object:Gem::Dependency
|
|
197
197
|
name: ruby-progressbar
|
|
198
198
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -264,7 +264,7 @@ dependencies:
|
|
|
264
264
|
description: "\U0001F48E Appraisal2::Rubocop registers Appraisal2 generation hooks
|
|
265
265
|
that run RuboCop against generated appraisal gemfiles."
|
|
266
266
|
email:
|
|
267
|
-
- galtzo
|
|
267
|
+
- floss@galtzo.com
|
|
268
268
|
executables: []
|
|
269
269
|
extensions: []
|
|
270
270
|
extra_rdoc_files:
|
|
@@ -298,10 +298,10 @@ licenses:
|
|
|
298
298
|
- MIT
|
|
299
299
|
metadata:
|
|
300
300
|
homepage_uri: https://appraisal2-rubocop.galtzo.com
|
|
301
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v0.2.
|
|
302
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v0.2.
|
|
301
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v0.2.1
|
|
302
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v0.2.1/CHANGELOG.md
|
|
303
303
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2-rubocop/issues
|
|
304
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/0.2.
|
|
304
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/0.2.1
|
|
305
305
|
funding_uri: https://github.com/sponsors/pboling
|
|
306
306
|
wiki_uri: https://github.com/appraisal-rb/appraisal2-rubocop/wiki
|
|
307
307
|
news_uri: https://www.railsbling.com/tags/appraisal2-rubocop
|
metadata.gz.sig
CHANGED
|
Binary file
|