rubocop-hk 1.1.0 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42d990adff94c48e96e4f59a47ffb75c3195e3ebd5f4162a89a4b932ce2c08a8
4
- data.tar.gz: bd9e0573fb968aacbbf26da2f743b128e042a5f78cf4f0b1bad87e7d5fecb9be
3
+ metadata.gz: 4a57757c3616476f00576220bcfcfcb7d074bac9d76428decaae65d6c088ef1c
4
+ data.tar.gz: 6f0d46d1e3521cee22488d0218a061734bd9dcd492ff49e0df7fa0740bac5fc4
5
5
  SHA512:
6
- metadata.gz: b34e2a0e9770621d99c3df242b3abf7e83314b7cafdabe4f50da931a136dadea3ac78c597742d4dced17a9ebbdf8f9ca2565c699f4f7de4e3a98b2b968e3051e
7
- data.tar.gz: 10139a71fc59d67ce58a4b5e943f9004a123a0307b2e4c28b4e3561e62517238a170fa1b1751efdb3dc2c22ace3ec429021a54af520eed6a85fd0190c76c57bb
6
+ metadata.gz: d77e3ccd41040583b742a9cc7c930d22295090613e79fa98c47b5587759ecb8bb55d7370ae79de9c6d6aa9fe63c011328d4cc7e370aa3a3bc26819aaf27b4249
7
+ data.tar.gz: e8132cee7ded0a47a6b4c9294f1df2216146643266950ad4c87e6d698fa5df3da3d98d5a481f19e2d7c73fad11bdda4b5836b518eec326413c718d7648629c2a
data/README.md CHANGED
@@ -80,7 +80,7 @@ end
80
80
 
81
81
  ```bash
82
82
  # 1. Add to your Gemfile
83
- echo 'gem "rubocop-hk", "~> 1.1.0", require: false' >> Gemfile
83
+ echo 'gem "rubocop-hk", "~> 1.1.1", require: false' >> Gemfile
84
84
 
85
85
  # 2. Install the gem
86
86
  bundle install
@@ -163,7 +163,7 @@ cat << 'EOF' >> Gemfile
163
163
 
164
164
  # Code quality and style enforcement
165
165
  group :development, :test do
166
- gem "rubocop-hk", "~> 1.1.0", require: false
166
+ gem "rubocop-hk", "~> 1.1.1", require: false
167
167
  end
168
168
  EOF
169
169
 
@@ -248,7 +248,7 @@ Add this line to your application's Gemfile:
248
248
 
249
249
  ```ruby
250
250
  group :development, :test do
251
- gem "rubocop-hk", "~> 1.1.0", require: false
251
+ gem "rubocop-hk", "~> 1.1.1", require: false
252
252
  end
253
253
  ```
254
254
 
@@ -522,7 +522,7 @@ cat >> Gemfile << 'EOF'
522
522
 
523
523
  # Code quality and linting
524
524
  group :development, :test do
525
- gem "rubocop-hk", "~> 1.1.0", require: false
525
+ gem "rubocop-hk", "~> 1.1.1", require: false
526
526
  end
527
527
  EOF
528
528
 
@@ -636,7 +636,7 @@ cd my_api
636
636
  cat >> Gemfile << 'EOF'
637
637
 
638
638
  group :development, :test do
639
- gem "rubocop-hk", "~> 1.1.0", require: false
639
+ gem "rubocop-hk", "~> 1.1.1", require: false
640
640
  end
641
641
  EOF
642
642
 
@@ -1429,7 +1429,7 @@ EOF
1429
1429
  ```ruby
1430
1430
  # Gemfile updates for Rails 7 compatibility
1431
1431
  gem "rails", "~> 7.0.0"
1432
- gem "rubocop-hk", "~> 1.1.0"
1432
+ gem "rubocop-hk", "~> 1.1.1"
1433
1433
 
1434
1434
  # Update other gems
1435
1435
  gem "rspec-rails", "~> 6.0" # Rails 7 compatible
@@ -3155,7 +3155,7 @@ bundle install
3155
3155
  gem install rubocop-hk -v "~> 1.0.0"
3156
3156
 
3157
3157
  # Version-specific fix for Rails 6:
3158
- echo 'gem "rubocop-hk", "~> 1.1.0", require: false' >> Gemfile
3158
+ echo 'gem "rubocop-hk", "~> 1.1.1", require: false' >> Gemfile
3159
3159
  bundle install
3160
3160
  ```
3161
3161
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Hk
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-hk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hammad Khan
@@ -106,6 +106,7 @@ metadata:
106
106
  homepage_uri: https://github.com/hammadxcm/rubocop-hk
107
107
  source_code_uri: https://github.com/hammadxcm/rubocop-hk
108
108
  changelog_uri: https://github.com/hammadxcm/rubocop-hk/blob/main/CHANGELOG.md
109
+ rubygems_mfa_required: 'true'
109
110
  rdoc_options: []
110
111
  require_paths:
111
112
  - lib