standard-rubocop-lts 2.0.11 → 2.0.12

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: 4fa9e6b8de7d49b00c42cec88958c45023ea3c8381493eca6d29a7ea415bb887
4
- data.tar.gz: 11a103b88dd6f359b429d344615ec3d6de7e96ab0c5406fecedf4bbd46833a1c
3
+ metadata.gz: 5d197dc38fc092db49123736b47313f805c1871f6b3f0135250b2213252ca9b5
4
+ data.tar.gz: 4cd4d3abccabac792b70bed27f2210f6c524359c3b01c99aab3e03d0460bd7bd
5
5
  SHA512:
6
- metadata.gz: 84d0a30ea204e33b350309b57c278bdc3015d45157510c1e3f75421374d250da350aaafb7610eb3ae86e2d525c649882bb84cad965e9ded44635bae60c5d5830
7
- data.tar.gz: 15ce43a0ff03d45f8d7336704cdc654b121b22019b9b6204650c8b07f3bf73aa1eb16ebc124a91b6b2a32030dfd26c19c4ac2303130c0015f3d388374e5aecf0
6
+ metadata.gz: 51f3815133e7bf160ab410aa95b1c6ec2cd3f4b0b236c4599c96ed5c013f7afdfb2d494fb44e7aded80f8fa9ce0f6c5b2df841be997cf5fce52afe4b88bcdbca
7
+ data.tar.gz: 9fc21031a46e5ce2b01c02671761c2fe67dbec5ad57c8701fe4b5016d7412ca975b606bd5e1a16e2eed0f07aa7c9202284292a72d85fb4718243bb86e7c06396
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.12] - 2026-09-07
34
+
35
+ - TAG: [v2.0.12][2.0.12t]
36
+ - COVERAGE: 100.00% -- 19/19 lines in 4 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
38
+ - 100.00% documented
39
+
40
+ ### Changed
41
+
42
+ - [kc] kettle-jem/prepare: updated 10 project files:
43
+ - dependencies (10)
44
+
45
+ - [kc] kettle-jem/template: updated 14 project files:
46
+ - code and tests (1)
47
+ - dependencies (11)
48
+ - other (2)
49
+
33
50
  ## [2.0.11] - 2026-09-07
34
51
 
35
52
  - TAG: [v2.0.11][2.0.11t]
@@ -412,7 +429,9 @@ Please file a bug if you notice a violation of semantic versioning.
412
429
 
413
430
  - Initial release
414
431
 
415
- [Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.11...HEAD
432
+ [Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.12...HEAD
433
+ [2.0.12]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.11...v2.0.12
434
+ [2.0.12t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.12
416
435
  [2.0.11]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.10...v2.0.11
417
436
  [2.0.11t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.11
418
437
  [2.0.10]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.9...v2.0.10
@@ -6,7 +6,7 @@ module Standard
6
6
  # Version namespace for this gem.
7
7
  module Version
8
8
  # Current gem version.
9
- VERSION = "2.0.11"
9
+ VERSION = "2.0.12"
10
10
  end
11
11
  # Current gem version exposed at the traditional constant location.
12
12
  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: standard-rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.11
4
+ version: 2.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -146,7 +146,7 @@ dependencies:
146
146
  version: '3.0'
147
147
  - - ">="
148
148
  - !ruby/object:Gem::Version
149
- version: 3.0.32
149
+ version: 3.0.33
150
150
  type: :development
151
151
  prerelease: false
152
152
  version_requirements: !ruby/object:Gem::Requirement
@@ -156,7 +156,7 @@ dependencies:
156
156
  version: '3.0'
157
157
  - - ">="
158
158
  - !ruby/object:Gem::Version
159
- version: 3.0.32
159
+ version: 3.0.33
160
160
  - !ruby/object:Gem::Dependency
161
161
  name: bundler-audit
162
162
  requirement: !ruby/object:Gem::Requirement
@@ -535,10 +535,10 @@ licenses:
535
535
  - MIT
536
536
  metadata:
537
537
  homepage_uri: https://standard-rubocop-lts.galtzo.com
538
- source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.11
539
- changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.11/CHANGELOG.md
538
+ source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.12
539
+ changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.12/CHANGELOG.md
540
540
  bug_tracker_uri: https://github.com/rubocop-lts/standard-rubocop-lts/issues
541
- documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.11
541
+ documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.12
542
542
  funding_uri: https://github.com/sponsors/pboling
543
543
  wiki_uri: https://github.com/rubocop-lts/standard-rubocop-lts/wiki
544
544
  news_uri: https://www.railsbling.com/tags/standard-rubocop-lts
metadata.gz.sig CHANGED
Binary file