rubocop-traitify 1.3.0.pre.alpha.1 → 1.3.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: dca3dc6925ddfebf7a0b7b6550968fa9b73c1964e631c0862272231a4fcc012b
4
- data.tar.gz: 4cdb3bd676be7411ece3292941896b31572aa4dea9e96923d39220a95e040ead
3
+ metadata.gz: 2b928a7885920d572ff1d8ed3e160b33cd15e9774c4fd50a4ca207033cbaea49
4
+ data.tar.gz: b0206392eb0c12702188fd4e765b5b83bf6d560e6d9f82d580cbc3dfe36515ee
5
5
  SHA512:
6
- metadata.gz: c220992991f0b8d04d2f1c59b66eafb14f51df8de4336451240d0adf50d161eb5580eca6c8ed81fb83dce2bbac41263f48cf15f27812016626220b573b003423
7
- data.tar.gz: 02cae459ab578b3bc0840b4de05809e41a9e335156ef2b498d83adc8427226caa0bedf654a74029f072fc77895d94fe091d28fc1500ccefca91de8428745be09
6
+ metadata.gz: 1c793190ab97d1bbfdf22cb1760afe5d369ea4a26d1b9d8c0e51b58fb531c0fa18123b131e74e0af0741070e029c3de5d9f1686493fd0945987b526e8fc99e7a
7
+ data.tar.gz: 239d91dcdc81c39d3e7c982d2943bb4339f59d2d053d077820c6bf9d1b18b8c0ca19f489b22d9c9b3b70755e0d299f5f0cc157881397fc1282154ff244ecaeac
data/config/default.yml CHANGED
@@ -2,8 +2,6 @@ AllCops:
2
2
  Exclude:
3
3
  - bin/yarn
4
4
  - db/schema.rb
5
- - lib/protobufs/traitify
6
- - lib/protobufs/traitify/**
7
5
  - lib/protobufs/traitify/**/*
8
6
 
9
7
  inherit_from:
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-airbnb
3
3
 
4
4
  # NOTE: Cop is too restrictive
@@ -8,10 +8,3 @@ 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.3.0.pre.alpha.1"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  "Gemfile"
25
25
  ]
26
26
 
27
- spec.add_dependency("rubocop-airbnb", "~> 8.0.0")
27
+ spec.add_dependency("rubocop-airbnb", "~> 8.0")
28
28
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-traitify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0.pre.alpha.1
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Prats
8
8
  - Jack Burum
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-03-29 00:00:00.000000000 Z
12
+ date: 2026-04-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop-airbnb
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 8.0.0
20
+ version: '8.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 8.0.0
27
+ version: '8.0'
28
28
  description: |2
29
29
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
30
30
  Airbnb's https://github.com/airbnb/ruby
@@ -52,7 +52,7 @@ homepage: https://github.com/traitify/rubocop-traitify
52
52
  licenses:
53
53
  - MIT
54
54
  metadata: {}
55
- post_install_message:
55
+ post_install_message:
56
56
  rdoc_options: []
57
57
  require_paths:
58
58
  - lib
@@ -63,12 +63,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  version: '2.7'
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 1.3.1
68
+ version: '0'
69
69
  requirements: []
70
- rubygems_version: 3.1.4
71
- signing_key:
70
+ rubygems_version: 3.5.11
71
+ signing_key:
72
72
  specification_version: 4
73
73
  summary: Default Rubocop config for Traitify Apps
74
74
  test_files: []