rubocop-hk 1.3.0 → 1.3.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 +10 -9
  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: b9f1dc1498a194ae06980b6872988457b32e5c8ddca4e7e65026c93cf3203513
4
- data.tar.gz: 707276b37ca1e772b66d512f133da403fcfd2be25fcc12e11689610ff32af9d8
3
+ metadata.gz: b930e1cd1016e5e80b629fceba8fa0e0cd6e48159458a9d9775b7391e04e2d47
4
+ data.tar.gz: c82c65c04517a99c6de971793e9e66fec88e44a0c994d679ab318918e722acec
5
5
  SHA512:
6
- metadata.gz: 55ce666f8e31b3bb13e40f05e3a9867830ecf46cd6bc531fef101e5824ed714ffb8ce4673e426498ca502914d1c51e08281ccd024bec7a4799b492da15c46c35
7
- data.tar.gz: c0f8cd0782949676b558c10d1603933ad218873b31ec76ce66b891b3410124d198b4969a21629a648ad37829d45b0bd3c082d61c6b9d24b4d0ce7f9c8d67c21c
6
+ metadata.gz: 90a4ffda35a35454e7536530328808565a05019aca743e36b7c3b68102da65db3a9d00e63062ca07e5500647f38c89d3419d33be5b271ccf1e204f6cebd1b5cd
7
+ data.tar.gz: 90a9ec9dc1b96aae17c79a9bb26a1c5993a9e2120d682cb8f80bcb9b0476655ab71ab08f3a1839a714f835d368ca8e4a7385e68a281fd4205a3d0abfc4667a69
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.2.2', require: false
24
+ gem 'rubocop-hk', '~> 1.3.0', require: false
25
25
  ```
26
26
 
27
27
  And then execute:
@@ -79,17 +79,18 @@ See [CUSTOMIZATION.md](CUSTOMIZATION.md) for detailed configuration options.
79
79
  - RuboCop >= 1.78.0
80
80
  - Rails >= 7.1.0 (if using Rails cops)
81
81
 
82
- ## New in v1.2.2
82
+ ## New in v1.3.0
83
83
 
84
- This patch release improves CI/CD compatibility and dependency management:
84
+ This maintenance release focuses on cross-platform reliability and security:
85
85
 
86
- - **Enhanced RuboCop compatibility** - Support for RuboCop 1.78-1.81+ with flexible version constraints
87
- - **Fixed CI/CD pipeline issues** - Resolved Docker Ruby version compatibility and test failures
88
- - **Improved dependency management** - Better version ranges for more reliable installations
89
- - **Maintained Ruby 3.3+ support** - Continues to target modern Ruby versions
90
- - **45+ warning-only modern rules** - Gradual adoption without breaking builds
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
91
+ - **📦 45+ warning-only modern rules** - Gradual adoption without breaking builds
91
92
 
92
- See [CHANGELOG.md](CHANGELOG.md) for complete release notes.
93
+ See [CHANGELOG.md](CHANGELOG.md) for complete release notes and security details.
93
94
 
94
95
  ## Contributing
95
96
 
@@ -3,6 +3,6 @@
3
3
  module Rubocop
4
4
  # RuboCop HK - Modern RuboCop configuration
5
5
  module Hk
6
- VERSION = "1.3.0" unless defined?(VERSION)
6
+ VERSION = "1.3.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.3.0
4
+ version: 1.3.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-03-08 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: []