rubocop-traitify 1.3.0.pre.alpha.0 → 1.3.0

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: 0d0a9b6b2cee2cc2bbb71673cc85b1d4600abea2223825ceaa586a39ef15e8f4
4
- data.tar.gz: e469ef26a60dbe8c342bf30f2ee9c03faabd299c719daf91df22de492bb8699f
3
+ metadata.gz: f6b433bc0b94ea44d291c4b1f738534a9ac1902555770c3e30051f111050efae
4
+ data.tar.gz: d290e736b4f844d0c057bcff0fd0e0f2f985fbcf2fe73ff122924fe994994807
5
5
  SHA512:
6
- metadata.gz: 82363b0dfa4c5b8e28286dc19e99e7951f9f71bbebb5ddb9f023d045f9da1539a3ef4df8934ed956ade0799684c197ecb87d38610aa0f35c3bd7a2d2fc66e9b3
7
- data.tar.gz: ed02d999eb27ba04edeed43aa39a59253140646db70317ea5328038b825a9e6a8a65c256c153834abc1ff4e146c228024002bf6cd68e5230842f0c844c850dcf
6
+ metadata.gz: 5e03b4934fe1ac2e20bfe074652a015a556260b7eacc59d06f88f8954d6521770b90a69bd79976147e7e686ab4da91095f15afce90ece8c44a6e619d1948fdad
7
+ data.tar.gz: 7d21e56e348ae830f6847bf7933cc407feb1e42f854b0f4d1bf38d0f1580e598ed4ad83634e1010091a1917e11a3260f301c0324ef66e03118c3d7fd0793ecac
data/config/default.yml CHANGED
@@ -2,6 +2,7 @@ AllCops:
2
2
  Exclude:
3
3
  - bin/yarn
4
4
  - db/schema.rb
5
+ - lib/protobufs/traitify/**/*
5
6
 
6
7
  inherit_from:
7
8
  - ./rubocop-airbnb.yml
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-airbnb
3
3
 
4
4
  # NOTE: Cop is too restrictive
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Traitify
3
- VERSION = "1.3.0.pre.alpha.0"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -8,8 +8,8 @@ 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
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  "Gemfile"
25
25
  ]
26
26
 
27
- spec.add_dependency("rubocop-airbnb", "~> 7.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.3.0.pre.alpha.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Prats
8
- autorequire:
8
+ - Jack Burum
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2024-10-02 00:00:00.000000000 Z
12
+ date: 2025-04-17 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: 7.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: 7.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: []
@@ -50,7 +52,7 @@ homepage: https://github.com/traitify/rubocop-traitify
50
52
  licenses:
51
53
  - MIT
52
54
  metadata: {}
53
- post_install_message:
55
+ post_install_message:
54
56
  rdoc_options: []
55
57
  require_paths:
56
58
  - lib
@@ -61,12 +63,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
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: 1.3.1
68
+ version: '0'
67
69
  requirements: []
68
70
  rubygems_version: 3.1.4
69
- signing_key:
71
+ signing_key:
70
72
  specification_version: 4
71
73
  summary: Default Rubocop config for Traitify Apps
72
74
  test_files: []