rubocop-traitify 1.2.0 → 1.3.0.pre.alpha.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: '0173181b888c7d3dc958943cd9d21718cfe4014e10ced214949d3ced30471e32'
4
- data.tar.gz: 6ff78cc19dcffff46a74acac13d5722595324226e26f6ce25ac4c367f55b68d7
3
+ metadata.gz: 0d0a9b6b2cee2cc2bbb71673cc85b1d4600abea2223825ceaa586a39ef15e8f4
4
+ data.tar.gz: e469ef26a60dbe8c342bf30f2ee9c03faabd299c719daf91df22de492bb8699f
5
5
  SHA512:
6
- metadata.gz: 43c6197ffa3326055f83ec781233ed21128b985a7155d0357f7fde6df4f20b20ce89ce506da5ccba33130329e0478dc8c87cd46b4d16bddf70283a681efe7654
7
- data.tar.gz: ea165d2d02090dfe2c6c6b47e363ba52f451e08b0acd4d4c935b74e34add7c0e3e78326cfffdaecd4052b5430ba6b8384c5cbde4c446ccaa9565b1784d040d20
6
+ metadata.gz: 82363b0dfa4c5b8e28286dc19e99e7951f9f71bbebb5ddb9f023d045f9da1539a3ef4df8934ed956ade0799684c197ecb87d38610aa0f35c3bd7a2d2fc66e9b3
7
+ data.tar.gz: ed02d999eb27ba04edeed43aa39a59253140646db70317ea5328038b825a9e6a8a65c256c153834abc1ff4e146c228024002bf6cd68e5230842f0c844c850dcf
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Traitify
3
- VERSION = "1.2.0"
3
+ VERSION = "1.3.0.pre.alpha.0"
4
4
  end
5
5
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
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", "~> 7.0.0")
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Prats
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-31 00:00:00.000000000 Z
11
+ date: 2024-10-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-airbnb
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0
19
+ version: 7.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 6.0.0
26
+ version: 7.0.0
27
27
  description: |2
28
28
  Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on)
29
29
  Airbnb's https://github.com/airbnb/ruby
@@ -50,7 +50,7 @@ homepage: https://github.com/traitify/rubocop-traitify
50
50
  licenses:
51
51
  - MIT
52
52
  metadata: {}
53
- post_install_message:
53
+ post_install_message:
54
54
  rdoc_options: []
55
55
  require_paths:
56
56
  - lib
@@ -58,15 +58,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '2.5'
61
+ version: '2.7'
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ">="
64
+ - - ">"
65
65
  - !ruby/object:Gem::Version
66
- version: '0'
66
+ version: 1.3.1
67
67
  requirements: []
68
68
  rubygems_version: 3.1.4
69
- signing_key:
69
+ signing_key:
70
70
  specification_version: 4
71
71
  summary: Default Rubocop config for Traitify Apps
72
72
  test_files: []