appraisal2-rubocop 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d65ad32480bd5851d966a1c8fd1b1f8cf304e4d2554281473fe411a971eac598
4
- data.tar.gz: 7797cd614cf93a552ecfbe84debbbe8635e1c2ea1afb8ad0eb363a8222d29600
3
+ metadata.gz: 2ee2abaf8ec526e89018158eadb7772fa51b66194edcafdc87a330031d797d7e
4
+ data.tar.gz: da6df5ca90e0b69e39649943b78e466c43d033c831b7e8046de3101fe098af9d
5
5
  SHA512:
6
- metadata.gz: bcae8c9f4bdac013e1e462cce35de0314c14775a8a7cfae2fff26f06f1acf59f3d635945a1b90b0f74266e0b3fd9c5672ddcc2afad5f21afdc45c9693fac8f4f
7
- data.tar.gz: 7fae1fc4a999c6abab52c1ca53e119f01541bd939b79e43ffdfe8d894c4438860286aee49d1ef58809eade176a7ba27b0ac597997f0f79c7cda1797c5e999a0d
6
+ metadata.gz: 3a6d19df8e1532d5fbff4dd310ecf0b7ef70e100b32915410533ec86886531bda1125e6bde31ceba60ee39bf4ae0dd4691b451fbb0de98da94e395da70a70bd2
7
+ data.tar.gz: d97eb373a19ec61c59a77c6ac6a696b4ce11290ac1577a957951d7a720e48bd2dd21617b217a93c6fa8a8bcfd6deca8efe2845e3125b69ba70f41c7eea746e77
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,24 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.3] - 2026-09-11
34
+
35
+ - TAG: [v1.0.3][1.0.3t]
36
+ - COVERAGE: 100.00% -- 86/86 lines in 4 files
37
+ - BRANCH COVERAGE: 95.83% -- 23/24 branches in 4 files
38
+ - 26.32% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 10 project files:
43
+ - code and tests (1)
44
+ - dependencies (9)
45
+
46
+ - [kc] kettle-jem/template: updated 4 project files:
47
+ - code and tests (1)
48
+ - dependencies (2)
49
+ - other (1)
50
+
33
51
  ## [1.0.2] - 2026-08-29
34
52
 
35
53
  - TAG: [v1.0.2][1.0.2t]
@@ -227,7 +245,9 @@ Please file a bug if you notice a violation of semantic versioning.
227
245
  - Replaced the hardcoded local `appraisal2` Gemfile path with ENV-driven
228
246
  `nomono` sibling workspace wiring.
229
247
 
230
- [Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.2...HEAD
248
+ [Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.3...HEAD
249
+ [1.0.3]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.2...v1.0.3
250
+ [1.0.3t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.3
231
251
  [1.0.2]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.1...v1.0.2
232
252
  [1.0.2t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.2
233
253
  [1.0.1]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.0...v1.0.1
@@ -5,7 +5,7 @@ module Appraisal2
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "1.0.2"
8
+ VERSION = "1.0.3"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appraisal2-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.2.3
46
+ version: 3.2.4
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 3.2.3
53
+ version: 3.2.4
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: rubocop
56
56
  requirement: !ruby/object:Gem::Requirement
@@ -91,20 +91,20 @@ dependencies:
91
91
  requirements:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
- version: '3.0'
94
+ version: '3.1'
95
95
  - - ">="
96
96
  - !ruby/object:Gem::Version
97
- version: 3.0.17
97
+ version: 3.1.0
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: '3.0'
104
+ version: '3.1'
105
105
  - - ">="
106
106
  - !ruby/object:Gem::Version
107
- version: 3.0.17
107
+ version: 3.1.0
108
108
  - !ruby/object:Gem::Dependency
109
109
  name: bundler-audit
110
110
  requirement: !ruby/object:Gem::Requirement
@@ -302,10 +302,10 @@ licenses:
302
302
  - MIT
303
303
  metadata:
304
304
  homepage_uri: https://appraisal2-rubocop.galtzo.com
305
- source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.2
306
- changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.2/CHANGELOG.md
305
+ source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.3
306
+ changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.3/CHANGELOG.md
307
307
  bug_tracker_uri: https://github.com/appraisal-rb/appraisal2-rubocop/issues
308
- documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.2
308
+ documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.3
309
309
  funding_uri: https://github.com/sponsors/pboling
310
310
  wiki_uri: https://github.com/appraisal-rb/appraisal2-rubocop/wiki
311
311
  news_uri: https://www.railsbling.com/tags/appraisal2-rubocop
metadata.gz.sig CHANGED
Binary file