standard-rubocop-lts 2.0.11 → 2.0.13

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: 0b2201c43e0c8bd3db932074b451fe9b3a317a286d2c86c6fffbea7b86fe274a
4
+ data.tar.gz: 7ef591783cf492678d0fd34d341bf6cdcd36463a60e261b281c48e143e93708b
5
5
  SHA512:
6
- metadata.gz: 84d0a30ea204e33b350309b57c278bdc3015d45157510c1e3f75421374d250da350aaafb7610eb3ae86e2d525c649882bb84cad965e9ded44635bae60c5d5830
7
- data.tar.gz: 15ce43a0ff03d45f8d7336704cdc654b121b22019b9b6204650c8b07f3bf73aa1eb16ebc124a91b6b2a32030dfd26c19c4ac2303130c0015f3d388374e5aecf0
6
+ metadata.gz: 6f4ad7012cd85321face8c0dc3bd9118c35628cf790e58ea3ac14f18bb3d62999872a35c361d2e25944964eff83488d070214f5faf0071667acb30c9cdd44957
7
+ data.tar.gz: dadb0112d066d0e8a2bd755e8ace1d6f1d8e9e472d757bf2ac6c3e10e451641b942314036dc05e99b8cc5dd00cde08010c2c2019e919961008355f5c209d91b7
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,40 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.0.13] - 2026-09-09
34
+
35
+ - TAG: [v2.0.13][2.0.13t]
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 9 project files:
43
+ - dependencies (9)
44
+
45
+ - [kc] kettle-jem/template: updated 14 project files:
46
+ - code and tests (1)
47
+ - dependencies (11)
48
+ - other (2)
49
+
50
+ ## [2.0.12] - 2026-09-07
51
+
52
+ - TAG: [v2.0.12][2.0.12t]
53
+ - COVERAGE: 100.00% -- 19/19 lines in 4 files
54
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
55
+ - 100.00% documented
56
+
57
+ ### Changed
58
+
59
+ - [kc] kettle-jem/prepare: updated 10 project files:
60
+ - dependencies (10)
61
+
62
+ - [kc] kettle-jem/template: updated 14 project files:
63
+ - code and tests (1)
64
+ - dependencies (11)
65
+ - other (2)
66
+
33
67
  ## [2.0.11] - 2026-09-07
34
68
 
35
69
  - TAG: [v2.0.11][2.0.11t]
@@ -412,7 +446,11 @@ Please file a bug if you notice a violation of semantic versioning.
412
446
 
413
447
  - Initial release
414
448
 
415
- [Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.11...HEAD
449
+ [Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.13...HEAD
450
+ [2.0.13]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.12...v2.0.13
451
+ [2.0.13t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.13
452
+ [2.0.12]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.11...v2.0.12
453
+ [2.0.12t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.12
416
454
  [2.0.11]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.10...v2.0.11
417
455
  [2.0.11t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.11
418
456
  [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.13"
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.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '0.1'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 0.1.0
49
+ version: 0.1.4
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
@@ -56,7 +56,7 @@ dependencies:
56
56
  version: '0.1'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 0.1.0
59
+ version: 0.1.4
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: standard
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -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.13
539
+ changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.13/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.13
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