nxt_cop 2.5.0 → 2.5.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: d36d052009c7de1ca3318d89019cd42f7db459c9ee4b2c0dd88f2e63adc37a83
4
- data.tar.gz: 5c8b68f2cf5db256d431f1e7a37702417401b82eb017af97a71f73c0f515fc2b
3
+ metadata.gz: 37e3e6ce44d270ed989ace3bdbe47d00a77d0d176decb7cdb3c7370a20794b2a
4
+ data.tar.gz: 1f8697b0a0292a3e54a4c68b7fc95bfda02d9927be3595e05e0d2b579c41feb5
5
5
  SHA512:
6
- metadata.gz: 83bf1c4ce35ca15ea3211674015ca930797974855394b65fb3fbdd059399aae5542cf34be808d587df99a981ee2bc28fecfac7c2645bb244662bad3e35428fba
7
- data.tar.gz: cf81b2893d0dfd9d8df6b4d9ff624fe16bfe70a546849fa5a0bb8a84b73f555ced914022ed452dc0e9f9ada71fcf4a9069c717a9dc3169b7d5b4241097472400
6
+ metadata.gz: 27b559ee3b7e857065ea5a71f2c0ccdeab9ba9fc515fc0ee3ec48823d1526c39012d707f4a2410afbe7c603cb7d15ff013e3c3f823c0db07afc8b5d8b60def00
7
+ data.tar.gz: cc093f2b2857318ac0550999b35c0883070a47d2e8667591db59f029d5229c7cf74e74628e208ae47ecdeafdd8a7967fcabc8718858037d58be1846451d58364
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v2.5.1 2024-06-12
2
+ ## What's Changed
3
+ - Adds rubocop-rspec_rails to `.default.yml` to restore previous functionality
4
+
1
5
  # v2.5.0 2024-06-11
2
6
  ## What's Changed
3
7
  - Relaxes the rubocop version to not pin the patch
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_cop (2.5.0)
4
+ nxt_cop (2.5.1)
5
5
  rubocop (~> 1.60)
6
6
  rubocop-capybara (~> 2.21)
7
7
  rubocop-factory_bot (~> 2.26)
data/default.yml CHANGED
@@ -2,6 +2,7 @@ require:
2
2
  - rubocop-factory_bot
3
3
  - rubocop-rails
4
4
  - rubocop-rspec
5
+ - rubocop-rspec_rails
5
6
  - ./custom_cops/nxt_core/rails/use_of_rails_logger.rb
6
7
 
7
8
  inherit_mode:
@@ -1,3 +1,3 @@
1
1
  module NxtCop
2
- VERSION = '2.5.0'.freeze
2
+ VERSION = '2.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Livingstone