standard-rubocop-lts 2.0.12 → 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: 5d197dc38fc092db49123736b47313f805c1871f6b3f0135250b2213252ca9b5
4
- data.tar.gz: 4cd4d3abccabac792b70bed27f2210f6c524359c3b01c99aab3e03d0460bd7bd
3
+ metadata.gz: 0b2201c43e0c8bd3db932074b451fe9b3a317a286d2c86c6fffbea7b86fe274a
4
+ data.tar.gz: 7ef591783cf492678d0fd34d341bf6cdcd36463a60e261b281c48e143e93708b
5
5
  SHA512:
6
- metadata.gz: 51f3815133e7bf160ab410aa95b1c6ec2cd3f4b0b236c4599c96ed5c013f7afdfb2d494fb44e7aded80f8fa9ce0f6c5b2df841be997cf5fce52afe4b88bcdbca
7
- data.tar.gz: 9fc21031a46e5ce2b01c02671761c2fe67dbec5ad57c8701fe4b5016d7412ca975b606bd5e1a16e2eed0f07aa7c9202284292a72d85fb4718243bb86e7c06396
6
+ metadata.gz: 6f4ad7012cd85321face8c0dc3bd9118c35628cf790e58ea3ac14f18bb3d62999872a35c361d2e25944964eff83488d070214f5faf0071667acb30c9cdd44957
7
+ data.tar.gz: dadb0112d066d0e8a2bd755e8ace1d6f1d8e9e472d757bf2ac6c3e10e451641b942314036dc05e99b8cc5dd00cde08010c2c2019e919961008355f5c209d91b7
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.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
+
33
50
  ## [2.0.12] - 2026-09-07
34
51
 
35
52
  - TAG: [v2.0.12][2.0.12t]
@@ -429,7 +446,9 @@ Please file a bug if you notice a violation of semantic versioning.
429
446
 
430
447
  - Initial release
431
448
 
432
- [Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.12...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
433
452
  [2.0.12]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.11...v2.0.12
434
453
  [2.0.12t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.12
435
454
  [2.0.11]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.10...v2.0.11
@@ -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.12"
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.12
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
@@ -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.12
539
- changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.12/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.12
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