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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/lib/standard/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d197dc38fc092db49123736b47313f805c1871f6b3f0135250b2213252ca9b5
|
|
4
|
+
data.tar.gz: 4cd4d3abccabac792b70bed27f2210f6c524359c3b01c99aab3e03d0460bd7bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
539
|
-
changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.
|
|
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.
|
|
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
|