rubocop-lts-ruby 0.1.2 → 0.1.4

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: 50966987c63662ef0e15c5b9d7c2824508f605a6811e0e90f1bf16bd3ebf5c24
4
- data.tar.gz: 7db7a8fa808740f505fa77b0cd151f285aa4c3e0e98caa3463f98146a6defcb4
3
+ metadata.gz: 69c00a23bff3857d65f039598b89a13288e6f7ec2681904242ee72f7b58ca1ca
4
+ data.tar.gz: e6595a74750e7c15bc3b3f9852aa992b27bff961568eaa71eaba541423f5f916
5
5
  SHA512:
6
- metadata.gz: 41ed9fe945838de4162d1d9623339dd3cc7ffdc56d0aaebcadeabe0b906de51c5be4de17de06a7c9d8d2d744323790b06677f019f4fc7d1f4be9748d8a6e8736
7
- data.tar.gz: 80c86ab1748486c4e8e4b3e8c8438ab79a433e6d40196b192e2790ff2ba9d406aa7fdf9e458cd15c5a33bada28ecc902f07a8364b0a3bf9f1c32b1248cdc9b5e
6
+ metadata.gz: 5f0fcf752a68741bb4f4a685737501d570f8506bbe0ff3d33534a8ad9867d90da8bd0852419a4d9b5c824a80435d7957ea8979a9735cac9cabb5ad271d47a1f3
7
+ data.tar.gz: ce7371a3732df6c7afd3c01d79381541628997caafcacfb9d43d1a82531a36358ed7f22a189d244e6b92ba65b5ff491d5aada2a4d7b62f954f7c5f3f898cecc1
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,38 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.4] - 2026-09-08
34
+
35
+ - TAG: [v0.1.4][0.1.4t]
36
+ - COVERAGE: 97.47% -- 77/79 lines in 6 files
37
+ - BRANCH COVERAGE: 78.57% -- 11/14 branches in 6 files
38
+ - 44.44% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 6 project files:
43
+ - dependencies (6)
44
+
45
+ - [kc] kettle-jem/template: updated 4 project files:
46
+ - dependencies (2)
47
+ - other (2)
48
+
49
+ ## [0.1.3] - 2026-09-07
50
+
51
+ - TAG: [v0.1.3][0.1.3t]
52
+ - COVERAGE: 97.47% -- 77/79 lines in 6 files
53
+ - BRANCH COVERAGE: 78.57% -- 11/14 branches in 6 files
54
+ - 44.44% documented
55
+
56
+ ### Changed
57
+
58
+ - [kc] kettle-jem/prepare: updated 6 project files:
59
+ - dependencies (6)
60
+
61
+ - [kc] kettle-jem/template: updated 5 project files:
62
+ - dependencies (3)
63
+ - other (2)
64
+
33
65
  ## [0.1.2] - 2026-09-07
34
66
 
35
67
  - TAG: [v0.1.2][0.1.2t]
@@ -150,7 +182,11 @@ Please file a bug if you notice a violation of semantic versioning.
150
182
 
151
183
  - Generated dep-heads workflows now include their checked-in appraisal Gemfile, and Ruby 3.1 stdlib appraisal references resolve to an existing modular Gemfile.
152
184
 
153
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.2...HEAD
185
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.4...HEAD
186
+ [0.1.4]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.3...v0.1.4
187
+ [0.1.4t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.4
188
+ [0.1.3]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.2...v0.1.3
189
+ [0.1.3t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.3
154
190
  [0.1.2]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.1...v0.1.2
155
191
  [0.1.2t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.2
156
192
  [0.1.1]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.0...v0.1.1
@@ -6,7 +6,7 @@ module RuboCop
6
6
  # Version namespace for this gem.
7
7
  module Version
8
8
  # Current gem version.
9
- VERSION = "0.1.2"
9
+ VERSION = "0.1.4"
10
10
  end
11
11
  # Current gem version exposed at the traditional constant location.
12
12
  VERSION = Version::VERSION # Traditional Constant Location
@@ -120,7 +120,7 @@ Gem::Specification.new do |spec|
120
120
  # and preferably a modular one (see gemfiles/modular/*.gemfile).
121
121
 
122
122
  # Dev, Test, & Release Tasks
123
- spec.add_development_dependency("kettle-dev", "~> 3.0", ">= 3.0.32") # ruby >= 3.2.0
123
+ spec.add_development_dependency("kettle-dev", "~> 3.0", ">= 3.0.33") # ruby >= 3.2.0
124
124
 
125
125
  # Security
126
126
  spec.add_development_dependency("bundler-audit", "~> 0.9.3") # ruby >= 2.0.0
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -100,7 +100,7 @@ dependencies:
100
100
  version: '3.0'
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: 3.0.32
103
+ version: 3.0.33
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
@@ -110,7 +110,7 @@ dependencies:
110
110
  version: '3.0'
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: 3.0.32
113
+ version: 3.0.33
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: bundler-audit
116
116
  requirement: !ruby/object:Gem::Requirement
@@ -320,10 +320,10 @@ licenses:
320
320
  - MIT
321
321
  metadata:
322
322
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts-ruby
323
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/tree/v0.1.2
324
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/blob/v0.1.2/CHANGELOG.md
323
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/tree/v0.1.4
324
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/blob/v0.1.4/CHANGELOG.md
325
325
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/issues
326
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-ruby/0.1.2
326
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-ruby/0.1.4
327
327
  funding_uri: https://github.com/sponsors/pboling
328
328
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/wiki
329
329
  news_uri: https://www.railsbling.com/tags/rubocop-lts-ruby
metadata.gz.sig CHANGED
Binary file