nucop 0.13.1 → 0.13.3
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/lib/nucop/cli.rb +1 -0
- data/lib/nucop/helpers/rubocop_gem_dependencies.rb +4 -4
- data/lib/nucop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4752865b765d3873a9add4d5e88d9e41f0d1dd3df76806e6f3e0c4b41a161fa0
|
4
|
+
data.tar.gz: '076051098218b7584ef87da0ddcbfa318280bcb60ade7957dec0dfd7e6e71166'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 236708bf2169162b4cd4f5f56026e2928bde7a2e58146c0b9b5fa7d505d565fb6aae34fc4a724ac44fc33ff94b699406094dc473e60090ae3623969c80b3ae55
|
7
|
+
data.tar.gz: 6359926411218b12f6e895d70bd334d837e876557a62d48ba1f2f811f698ace933bfefd7c76e02303b1482eb9a91dab3eeb9ce5572d218342b97c0604bf738c6
|
data/lib/nucop/cli.rb
CHANGED
@@ -6,11 +6,14 @@ module Nucop
|
|
6
6
|
|
7
7
|
def rubocop_plugins
|
8
8
|
%w[
|
9
|
+
rubocop-capybara
|
9
10
|
rubocop-factory_bot
|
11
|
+
rubocop-graphql
|
10
12
|
rubocop-performance
|
11
|
-
rubocop-rspec
|
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,9 +21,6 @@ module Nucop
|
|
18
21
|
def rubocop_gems
|
19
22
|
%w[
|
20
23
|
rubocop
|
21
|
-
rubocop-capybara
|
22
|
-
rubocop-graphql
|
23
|
-
rubocop-rspec_rails
|
24
24
|
]
|
25
25
|
end
|
26
26
|
end
|
data/lib/nucop/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nucop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Schweier
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
269
|
- !ruby/object:Gem::Version
|
270
270
|
version: '0'
|
271
271
|
requirements: []
|
272
|
-
rubygems_version: 3.
|
272
|
+
rubygems_version: 3.3.27
|
273
273
|
signing_key:
|
274
274
|
specification_version: 4
|
275
275
|
summary: Nulogy's implementation of RuboCop, including custom cops and additional
|