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.
- checksums.yaml +4 -4
- data/README.md +10 -9
- data/lib/rubocop/hk/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b930e1cd1016e5e80b629fceba8fa0e0cd6e48159458a9d9775b7391e04e2d47
|
|
4
|
+
data.tar.gz: c82c65c04517a99c6de971793e9e66fec88e44a0c994d679ab318918e722acec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
82
|
+
## New in v1.3.0
|
|
83
83
|
|
|
84
|
-
This
|
|
84
|
+
This maintenance release focuses on cross-platform reliability and security:
|
|
85
85
|
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
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
|
|
data/lib/rubocop/hk/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
137
|
+
rubygems_version: 3.5.22
|
|
138
|
+
signing_key:
|
|
136
139
|
specification_version: 4
|
|
137
140
|
summary: RuboCop HK
|
|
138
141
|
test_files: []
|