rubocop-lts-ruby 0.1.2 → 0.1.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: 50966987c63662ef0e15c5b9d7c2824508f605a6811e0e90f1bf16bd3ebf5c24
4
- data.tar.gz: 7db7a8fa808740f505fa77b0cd151f285aa4c3e0e98caa3463f98146a6defcb4
3
+ metadata.gz: 4ec3eae97ac47cce60799e7bf78212eb547040f5c623603074e280eb5e09ced4
4
+ data.tar.gz: f7b66a223e7405c286ed9d9774f25d46104aaec99411a133bdc371d918d385c8
5
5
  SHA512:
6
- metadata.gz: 41ed9fe945838de4162d1d9623339dd3cc7ffdc56d0aaebcadeabe0b906de51c5be4de17de06a7c9d8d2d744323790b06677f019f4fc7d1f4be9748d8a6e8736
7
- data.tar.gz: 80c86ab1748486c4e8e4b3e8c8438ab79a433e6d40196b192e2790ff2ba9d406aa7fdf9e458cd15c5a33bada28ecc902f07a8364b0a3bf9f1c32b1248cdc9b5e
6
+ metadata.gz: 4d21a3ba66e4d5e1071374c7fe3968dd3548c81c7479a8222f7adde371697ef6a378d593c737d240d76149fa920f44f1d86d12f8754e9ed4e25438db692cb1c3
7
+ data.tar.gz: dc33958d02a565aa553e65907fbccf0534f48a8bfe891da6dfaea55a3fc177f6c3fc25a97e50db5772d239bf8daf55afc7590190bc68e30b666f7fc7634b873b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,22 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.3] - 2026-09-07
34
+
35
+ - TAG: [v0.1.3][0.1.3t]
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 5 project files:
46
+ - dependencies (3)
47
+ - other (2)
48
+
33
49
  ## [0.1.2] - 2026-09-07
34
50
 
35
51
  - TAG: [v0.1.2][0.1.2t]
@@ -150,7 +166,9 @@ Please file a bug if you notice a violation of semantic versioning.
150
166
 
151
167
  - 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
168
 
153
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.2...HEAD
169
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.3...HEAD
170
+ [0.1.3]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.2...v0.1.3
171
+ [0.1.3t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.3
154
172
  [0.1.2]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.1...v0.1.2
155
173
  [0.1.2t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.2
156
174
  [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.3"
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.3
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.3
324
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/blob/v0.1.3/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.3
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