nucop 0.13.0 → 0.13.2

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: fbb2f7d4e05c9b158611bbb6ccc78ed0897c242ef61245fecd639b539db54fdc
4
- data.tar.gz: 3a22e9e16ca7fe1bb5e6483f5b60a58eb2092a218b82fae05212f84a71ab74a4
3
+ metadata.gz: 8fdaea0438691517f328186612ea951d183c9612f14164b8355879579507ec85
4
+ data.tar.gz: 9c2f09f7ca3fe40cc8b5fc5343bef11b99929c6a2adc8e2718cdcf3411523f62
5
5
  SHA512:
6
- metadata.gz: cec36e77bb6a7ca0e94834d87d23d1824474274f888bc057812da6dab11f9f346b7e83ecd21ef3733ce48550557a6f1a49a5064af71daf65363a1c66acd73abe
7
- data.tar.gz: a870f6b4466e6b4836f1ab4a7d06ca1c15fd537a42421162efe424551fe6f885adfc64e66b47be74be288a9165282dd2fc21079cd97be29cef959abd3009f71d
6
+ metadata.gz: 28791178bfc6236a1e89c4af22531a3e4ff65886940b092fd34cc62faff4884f06c8a73c0dba8c5642061c7a1808b190843e9ad301d78709b33b980c847f085a
7
+ data.tar.gz: 39089fd3682b2354d7fc92f9f14792f64ad899f096efe0d866a849216aab960a20820c07c5841954d9315fc741ebf6f3362cb1c5d7aafdc450279e834b7c2350
@@ -6,11 +6,14 @@ module Nucop
6
6
 
7
7
  def rubocop_plugins
8
8
  %w[
9
+ rubocop-capybara
10
+ rubocop-factory_bot
11
+ rubocop-graphql
9
12
  rubocop-performance
10
- rubocop-rspec
11
- rubocop-rubycw
12
13
  rubocop-rails
13
14
  rubocop-rake
15
+ rubocop-rspec
16
+ rubocop-rspec_rails
14
17
  rubocop-thread_safety
15
18
  ]
16
19
  end
@@ -18,10 +21,6 @@ module Nucop
18
21
  def rubocop_gems
19
22
  %w[
20
23
  rubocop
21
- rubocop-capybara
22
- rubocop-factory_bot
23
- rubocop-graphql
24
- rubocop-rspec_rails
25
24
  ]
26
25
  end
27
26
  end
data/lib/nucop/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Nucop
2
- VERSION = "0.13.0"
2
+ VERSION = "0.13.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nucop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Schweier
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-03-04 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: rubocop
@@ -135,20 +136,6 @@ dependencies:
135
136
  - - "~>"
136
137
  - !ruby/object:Gem::Version
137
138
  version: '2.30'
138
- - !ruby/object:Gem::Dependency
139
- name: rubocop-rubycw
140
- requirement: !ruby/object:Gem::Requirement
141
- requirements:
142
- - - "~>"
143
- - !ruby/object:Gem::Version
144
- version: '0.1'
145
- type: :runtime
146
- prerelease: false
147
- version_requirements: !ruby/object:Gem::Requirement
148
- requirements:
149
- - - "~>"
150
- - !ruby/object:Gem::Version
151
- version: '0.1'
152
139
  - !ruby/object:Gem::Dependency
153
140
  name: rubocop-thread_safety
154
141
  requirement: !ruby/object:Gem::Requirement
@@ -233,6 +220,7 @@ dependencies:
233
220
  - - "~>"
234
221
  - !ruby/object:Gem::Version
235
222
  version: '3.13'
223
+ description:
236
224
  email:
237
225
  - jasons@nulogy.com
238
226
  executables:
@@ -266,6 +254,7 @@ metadata:
266
254
  changelog_uri: https://github.com/nulogy/nucop/blob/master/CHANGELOG.md
267
255
  bug_tracker_uri: https://github.com/nulogy/nucop/issues
268
256
  rubygems_mfa_required: 'true'
257
+ post_install_message:
269
258
  rdoc_options: []
270
259
  require_paths:
271
260
  - lib
@@ -280,7 +269,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
269
  - !ruby/object:Gem::Version
281
270
  version: '0'
282
271
  requirements: []
283
- rubygems_version: 3.6.5
272
+ rubygems_version: 3.5.22
273
+ signing_key:
284
274
  specification_version: 4
285
275
  summary: Nulogy's implementation of RuboCop, including custom cops and additional
286
276
  tooling.