rubocop-traitify 1.2.0 → 1.3.0.pre.alpha.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: '0173181b888c7d3dc958943cd9d21718cfe4014e10ced214949d3ced30471e32'
4
- data.tar.gz: 6ff78cc19dcffff46a74acac13d5722595324226e26f6ce25ac4c367f55b68d7
3
+ metadata.gz: dca3dc6925ddfebf7a0b7b6550968fa9b73c1964e631c0862272231a4fcc012b
4
+ data.tar.gz: 4cdb3bd676be7411ece3292941896b31572aa4dea9e96923d39220a95e040ead
5
5
  SHA512:
6
- metadata.gz: 43c6197ffa3326055f83ec781233ed21128b985a7155d0357f7fde6df4f20b20ce89ce506da5ccba33130329e0478dc8c87cd46b4d16bddf70283a681efe7654
7
- data.tar.gz: ea165d2d02090dfe2c6c6b47e363ba52f451e08b0acd4d4c935b74e34add7c0e3e78326cfffdaecd4052b5430ba6b8384c5cbde4c446ccaa9565b1784d040d20
6
+ metadata.gz: c220992991f0b8d04d2f1c59b66eafb14f51df8de4336451240d0adf50d161eb5580eca6c8ed81fb83dce2bbac41263f48cf15f27812016626220b573b003423
7
+ data.tar.gz: 02cae459ab578b3bc0840b4de05809e41a9e335156ef2b498d83adc8427226caa0bedf654a74029f072fc77895d94fe091d28fc1500ccefca91de8428745be09
data/config/default.yml CHANGED
@@ -2,6 +2,9 @@ AllCops:
2
2
  Exclude:
3
3
  - bin/yarn
4
4
  - db/schema.rb
5
+ - lib/protobufs/traitify
6
+ - lib/protobufs/traitify/**
7
+ - lib/protobufs/traitify/**/*
5
8
 
6
9
  inherit_from:
7
10
  - ./rubocop-airbnb.yml
@@ -8,3 +8,10 @@ Airbnb/SimpleModifierConditional:
8
8
  # NOTE: Cop is too restrictive
9
9
  Airbnb/SimpleUnless:
10
10
  Enabled: false
11
+
12
+ # TODO REMOVE IF SATISFIED IN 8.0.0
13
+ # Capybara/CurrentPathExpectation:
14
+
15
+ # FactoryBot/AttributeDefinedStatically:
16
+
17
+ # FactoryBot/CreateList:
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Traitify
3
- VERSION = "1.2.0"
3
+ VERSION = "1.3.0.pre.alpha.1"
4
4
  end
5
5
  end
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec|
8
8
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
9
9
  Airbnb's https://github.com/airbnb/ruby
10
10
  EOF
11
- spec.authors = ["Tom Prats"]
12
- spec.email = ["tom.prats@paradox.ai"]
11
+ spec.authors = ["Tom Prats", "Jack Burum"]
12
+ spec.email = ["tom.prats@paradox.ai", "jack.burum@paradox.ai"]
13
13
  spec.homepage = "https://github.com/traitify/rubocop-traitify"
14
14
  spec.license = "MIT"
15
15
  spec.version = RuboCop::Traitify::VERSION
16
16
  spec.platform = Gem::Platform::RUBY
17
- spec.required_ruby_version = ">= 2.5"
17
+ spec.required_ruby_version = ">= 2.7"
18
18
  spec.require_paths = ["lib"]
19
19
  spec.files = Dir[
20
20
  "{config,lib}/**/*",
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  "Gemfile"
25
25
  ]
26
26
 
27
- spec.add_dependency("rubocop-airbnb", "~> 6.0.0")
27
+ spec.add_dependency("rubocop-airbnb", "~> 8.0.0")
28
28
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-traitify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0.pre.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Prats
8
+ - Jack Burum
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2024-01-31 00:00:00.000000000 Z
12
+ date: 2025-03-29 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rubocop-airbnb
@@ -16,19 +17,20 @@ dependencies:
16
17
  requirements:
17
18
  - - "~>"
18
19
  - !ruby/object:Gem::Version
19
- version: 6.0.0
20
+ version: 8.0.0
20
21
  type: :runtime
21
22
  prerelease: false
22
23
  version_requirements: !ruby/object:Gem::Requirement
23
24
  requirements:
24
25
  - - "~>"
25
26
  - !ruby/object:Gem::Version
26
- version: 6.0.0
27
+ version: 8.0.0
27
28
  description: |2
28
29
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
29
30
  Airbnb's https://github.com/airbnb/ruby
30
31
  email:
31
32
  - tom.prats@paradox.ai
33
+ - jack.burum@paradox.ai
32
34
  executables: []
33
35
  extensions: []
34
36
  extra_rdoc_files: []
@@ -58,12 +60,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
60
  requirements:
59
61
  - - ">="
60
62
  - !ruby/object:Gem::Version
61
- version: '2.5'
63
+ version: '2.7'
62
64
  required_rubygems_version: !ruby/object:Gem::Requirement
63
65
  requirements:
64
- - - ">="
66
+ - - ">"
65
67
  - !ruby/object:Gem::Version
66
- version: '0'
68
+ version: 1.3.1
67
69
  requirements: []
68
70
  rubygems_version: 3.1.4
69
71
  signing_key: