rubocop-lts-ruby 0.1.3 → 0.1.4
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 +19 -1
- data/lib/rubocop/lts/ruby/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 69c00a23bff3857d65f039598b89a13288e6f7ec2681904242ee72f7b58ca1ca
|
|
4
|
+
data.tar.gz: e6595a74750e7c15bc3b3f9852aa992b27bff961568eaa71eaba541423f5f916
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f0fcf752a68741bb4f4a685737501d570f8506bbe0ff3d33534a8ad9867d90da8bd0852419a4d9b5c824a80435d7957ea8979a9735cac9cabb5ad271d47a1f3
|
|
7
|
+
data.tar.gz: ce7371a3732df6c7afd3c01d79381541628997caafcacfb9d43d1a82531a36358ed7f22a189d244e6b92ba65b5ff491d5aada2a4d7b62f954f7c5f3f898cecc1
|
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.4] - 2026-09-08
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.4][0.1.4t]
|
|
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 4 project files:
|
|
46
|
+
- dependencies (2)
|
|
47
|
+
- other (2)
|
|
48
|
+
|
|
33
49
|
## [0.1.3] - 2026-09-07
|
|
34
50
|
|
|
35
51
|
- TAG: [v0.1.3][0.1.3t]
|
|
@@ -166,7 +182,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
166
182
|
|
|
167
183
|
- Generated dep-heads workflows now include their checked-in appraisal Gemfile, and Ruby 3.1 stdlib appraisal references resolve to an existing modular Gemfile.
|
|
168
184
|
|
|
169
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.
|
|
185
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.4...HEAD
|
|
186
|
+
[0.1.4]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.3...v0.1.4
|
|
187
|
+
[0.1.4t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.4
|
|
170
188
|
[0.1.3]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.2...v0.1.3
|
|
171
189
|
[0.1.3t]: https://github.com/rubocop-lts/rubocop-lts-ruby/releases/tag/v0.1.3
|
|
172
190
|
[0.1.2]: https://github.com/rubocop-lts/rubocop-lts-ruby/compare/v0.1.1...v0.1.2
|
|
@@ -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.
|
|
9
|
+
VERSION = "0.1.4"
|
|
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: rubocop-lts-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -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.
|
|
324
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/blob/v0.1.
|
|
323
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/tree/v0.1.4
|
|
324
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts-ruby/blob/v0.1.4/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.
|
|
326
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-ruby/0.1.4
|
|
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
|