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 +4 -4
- data/lib/rubocop/traitify/version.rb +1 -1
- data/rubocop-traitify.gemspec +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d0a9b6b2cee2cc2bbb71673cc85b1d4600abea2223825ceaa586a39ef15e8f4
|
|
4
|
+
data.tar.gz: e469ef26a60dbe8c342bf30f2ee9c03faabd299c719daf91df22de492bb8699f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82363b0dfa4c5b8e28286dc19e99e7951f9f71bbebb5ddb9f023d045f9da1539a3ef4df8934ed956ade0799684c197ecb87d38610aa0f35c3bd7a2d2fc66e9b3
|
|
7
|
+
data.tar.gz: ed02d999eb27ba04edeed43aa39a59253140646db70317ea5328038b825a9e6a8a65c256c153834abc1ff4e146c228024002bf6cd68e5230842f0c844c850dcf
|
data/rubocop-traitify.gemspec
CHANGED
|
@@ -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.
|
|
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", "~>
|
|
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.
|
|
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-
|
|
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:
|
|
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:
|
|
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.
|
|
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:
|
|
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: []
|