rubocop-hk 1.4.0 → 1.4.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -10
  3. data/lib/rubocop/hk/version.rb +1 -1
  4. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cd0b9c44fdf9ebd5e1f71c553e6835819f5b99f5fe17b16ac83a426a4dae3ea
4
- data.tar.gz: e28f0339e9cb3de520b8285f6f0cc6669753e142641a1e230d47cf6605ee04e1
3
+ metadata.gz: b41ae589169646cf5cfda6c5cb5111e2399f3430e438ad0fec29d1f44c2fe7da
4
+ data.tar.gz: 55a2dcc5f3aa9edb85caa672227f8134db3412ab615e5a1eb0e5d34b85d8fe62
5
5
  SHA512:
6
- metadata.gz: 88e715de80f55ff6b0a907d26cbd4ba4b1dc005c105635d9e7b94083d04a95bca3d23c8e3d24417c9085131cd59e5a11e7525e52eb19fc733d7fd0e04031050f
7
- data.tar.gz: 24269c6ab0c7daaf4c737833e4529d56fe3fb25416f6172c742b0ebb42226bfe73bc48479adf41b32fddaef147d17e3ed6d59748d92352d0e8abed820f0db021
6
+ metadata.gz: 3e58697fa55d8844041fdc09e7ece06512733002bd5d91619dc7b2d659e4b17418a65ffdefc85ef4ddc994e21fa53b4d587423ecd5f5d3fcae362cc6c96cbf0d
7
+ data.tar.gz: a8fd74b56ec1f0e023a94a6a0c55b1a1a73fd9b78825f5a101836cf6de36736a2f843ad386ee9addaa85d9b6768618adc16793456c00663cb860feaf374411ea
data/README.md CHANGED
@@ -21,7 +21,7 @@ A comprehensive RuboCop configuration for modern Ruby 3.3+ and Rails 7.1+ applic
21
21
  Add this line to your application's Gemfile:
22
22
 
23
23
  ```ruby
24
- gem 'rubocop-hk', '~> 1.3.0', require: false
24
+ gem 'rubocop-hk', '~> 1.4.0', require: false
25
25
  ```
26
26
 
27
27
  And then execute:
@@ -76,21 +76,20 @@ See [CUSTOMIZATION.md](CUSTOMIZATION.md) for detailed configuration options.
76
76
  ## Requirements
77
77
 
78
78
  - Ruby >= 3.3.0
79
- - RuboCop >= 1.78.0
79
+ - RuboCop >= 1.86.0
80
80
  - Rails >= 7.1.0 (if using Rails cops)
81
81
 
82
- ## New in v1.3.0
82
+ ## New in v1.4.0
83
83
 
84
- This maintenance release focuses on cross-platform reliability and security:
84
+ This release tracks the latest stable RuboCop toolchain:
85
85
 
86
- - **✅ All CI/CD checks passing** - Ruby 3.3 & 3.4 on Ubuntu, macOS, and Windows
87
- - **🔒 Security updates** - Updated rack, rexml, and uri to fix 7 CVEs
88
- - **🔧 Fixed Windows compatibility** - Enhanced test suite for Windows platforms
89
- - **⚡ Improved plugin loading** - Updated to modern `plugins:` directive
90
- - **🎯 RuboCop 1.78-1.81 compatible** - Verified compatibility across versions
86
+ - **⬆️ RuboCop 1.86 line** - Widened the constraint to `>= 1.86.0, < 2.0` so you always get the current 1.x release
87
+ - **🔌 Updated plugins** - rubocop-performance `~> 1.26`, rubocop-rails `~> 2.35`, rubocop-rspec `~> 3.9`
88
+ - **🛠️ Config compatibility** - Renamed the obsolete `Layout/LineLength` parameter `IgnoreCopDirectives` to `AllowCopDirectives`
89
+ - **🎯 Ruby 3.3 / 3.4 & Rails 7.1–8.1** - Verified across the supported matrix
91
90
  - **📦 45+ warning-only modern rules** - Gradual adoption without breaking builds
92
91
 
93
- See [CHANGELOG.md](CHANGELOG.md) for complete release notes and security details.
92
+ See [CHANGELOG.md](CHANGELOG.md) for complete release notes.
94
93
 
95
94
  ## Contributing
96
95
 
@@ -3,6 +3,6 @@
3
3
  module Rubocop
4
4
  # RuboCop HK - Modern RuboCop configuration
5
5
  module Hk
6
- VERSION = "1.4.0" unless defined?(VERSION)
6
+ VERSION = "1.4.1" unless defined?(VERSION)
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-hk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hammad Khan
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-05-23 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: rubocop
@@ -118,6 +119,7 @@ metadata:
118
119
  source_code_uri: https://github.com/hammadxcm/rubocop-hk
119
120
  changelog_uri: https://github.com/hammadxcm/rubocop-hk/blob/main/CHANGELOG.md
120
121
  rubygems_mfa_required: 'true'
122
+ post_install_message:
121
123
  rdoc_options: []
122
124
  require_paths:
123
125
  - lib
@@ -132,7 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
134
  - !ruby/object:Gem::Version
133
135
  version: '0'
134
136
  requirements: []
135
- rubygems_version: 3.7.1
137
+ rubygems_version: 3.5.22
138
+ signing_key:
136
139
  specification_version: 4
137
140
  summary: RuboCop HK
138
141
  test_files: []