easy_style 0.6.1 → 0.7.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 +4 -4
- data/.github/workflows/lint.yml +1 -1
- data/Gemfile.lock +21 -18
- data/default.yml +4 -4
- data/easy_style.gemspec +2 -4
- data/lib/easy_style/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 525da6c148e78f12ea8598607111ea6d2ee620cbcb7b49c7c9fb07d9f5bca75a
|
4
|
+
data.tar.gz: d9f80d595e8f49c1f05c2755194b70bcac760d613e30d60c8fa6f6fcc91292d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 427ac7a6441ed81dbe6d521783822c9bff0866ec57e09d144135d544337a0783a5729203be408fab7086c5f7778ad3edd7043533725c2b649b5b174f0afafb14
|
7
|
+
data.tar.gz: 973c93eb032724cfc1625b825109cf44347c1732f3cb9c15ddefa7d3c22a5c7b9cda33391bff98133dc92f02637d9a5a5723ddc4a371db4899ef7fadd85207d8
|
data/.github/workflows/lint.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
easy_style (0.
|
5
|
-
rubocop (~> 1.
|
6
|
-
rubocop-rails (~> 2.
|
4
|
+
easy_style (0.7.1)
|
5
|
+
rubocop (~> 1.73)
|
6
|
+
rubocop-rails (~> 2.30)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -28,36 +28,37 @@ GEM
|
|
28
28
|
concurrent-ruby (~> 1.0)
|
29
29
|
json (2.7.2)
|
30
30
|
language_server-protocol (3.17.0.3)
|
31
|
+
lint_roller (1.1.0)
|
31
32
|
minitest (5.22.3)
|
32
33
|
mutex_m (0.2.0)
|
33
34
|
parallel (1.24.0)
|
34
|
-
parser (3.3.0
|
35
|
+
parser (3.3.1.0)
|
35
36
|
ast (~> 2.4.1)
|
36
37
|
racc
|
37
38
|
racc (1.7.3)
|
38
39
|
rack (3.0.10)
|
39
40
|
rainbow (3.1.1)
|
40
41
|
rake (12.3.3)
|
41
|
-
regexp_parser (2.
|
42
|
-
|
43
|
-
rubocop (1.60.2)
|
42
|
+
regexp_parser (2.10.0)
|
43
|
+
rubocop (1.73.2)
|
44
44
|
json (~> 2.3)
|
45
|
-
language_server-protocol (
|
45
|
+
language_server-protocol (~> 3.17.0.2)
|
46
|
+
lint_roller (~> 1.1.0)
|
46
47
|
parallel (~> 1.10)
|
47
48
|
parser (>= 3.3.0.2)
|
48
49
|
rainbow (>= 2.2.2, < 4.0)
|
49
|
-
regexp_parser (>=
|
50
|
-
|
51
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
50
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
51
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
52
52
|
ruby-progressbar (~> 1.7)
|
53
|
-
unicode-display_width (>= 2.4.0, <
|
54
|
-
rubocop-ast (1.
|
55
|
-
parser (>= 3.3.0
|
56
|
-
rubocop-rails (2.
|
53
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
54
|
+
rubocop-ast (1.38.1)
|
55
|
+
parser (>= 3.3.1.0)
|
56
|
+
rubocop-rails (2.30.3)
|
57
57
|
activesupport (>= 4.2.0)
|
58
|
+
lint_roller (~> 1.1)
|
58
59
|
rack (>= 1.1)
|
59
|
-
rubocop (>= 1.
|
60
|
-
rubocop-ast (>= 1.
|
60
|
+
rubocop (>= 1.72.1, < 2.0)
|
61
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
61
62
|
ruby-progressbar (1.13.0)
|
62
63
|
tzinfo (2.0.6)
|
63
64
|
concurrent-ruby (~> 1.0)
|
@@ -66,7 +67,9 @@ GEM
|
|
66
67
|
PLATFORMS
|
67
68
|
arm64-darwin-22
|
68
69
|
arm64-darwin-23
|
70
|
+
arm64-darwin-24
|
69
71
|
x86_64-darwin-21
|
72
|
+
x86_64-darwin-22
|
70
73
|
x86_64-linux
|
71
74
|
|
72
75
|
DEPENDENCIES
|
@@ -74,4 +77,4 @@ DEPENDENCIES
|
|
74
77
|
rake (~> 12.0)
|
75
78
|
|
76
79
|
BUNDLED WITH
|
77
|
-
2.
|
80
|
+
2.6.5
|
data/default.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
plugins:
|
2
2
|
- rubocop-rails
|
3
3
|
|
4
4
|
inherit_mode:
|
@@ -7,7 +7,7 @@ inherit_mode:
|
|
7
7
|
Rails:
|
8
8
|
Enabled: true
|
9
9
|
AllCops:
|
10
|
-
TargetRubyVersion: 3.
|
10
|
+
TargetRubyVersion: 3.2
|
11
11
|
NewCops: enable
|
12
12
|
SuggestExtensions: false
|
13
13
|
|
@@ -27,8 +27,6 @@ Layout/EmptyLinesAroundModuleBody:
|
|
27
27
|
EnforcedStyle: empty_lines_except_namespace
|
28
28
|
Layout/LineLength:
|
29
29
|
Enabled: false
|
30
|
-
Layout/MultilineMethodCallIndentation:
|
31
|
-
EnforcedStyle: indented_relative_to_receiver
|
32
30
|
|
33
31
|
Lint/SuppressedException:
|
34
32
|
AllowComments: true
|
@@ -65,6 +63,8 @@ Naming/VariableNumber:
|
|
65
63
|
|
66
64
|
Rails/ApplicationRecord:
|
67
65
|
Enabled: false
|
66
|
+
Rails/RedundantPresenceValidationOnBelongsTo:
|
67
|
+
Enabled: false
|
68
68
|
|
69
69
|
Style/Documentation:
|
70
70
|
Enabled: false
|
data/easy_style.gemspec
CHANGED
@@ -12,8 +12,6 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = ">= 3.1.2"
|
14
14
|
|
15
|
-
# spec.metadata['allowed_push_host'] = 'TODO: Set to \'http://mygemserver.com\''
|
16
|
-
|
17
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
18
16
|
spec.metadata["source_code_uri"] = spec.homepage
|
19
17
|
spec.metadata["changelog_uri"] = spec.homepage
|
@@ -27,6 +25,6 @@ Gem::Specification.new do |spec|
|
|
27
25
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
26
|
spec.require_paths = ["lib"]
|
29
27
|
|
30
|
-
spec.add_dependency "rubocop", "~> 1.
|
31
|
-
spec.add_dependency "rubocop-rails", "~> 2.
|
28
|
+
spec.add_dependency "rubocop", "~> 1.73"
|
29
|
+
spec.add_dependency "rubocop-rails", "~> 2.30"
|
32
30
|
end
|
data/lib/easy_style/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Easy Software Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: '1.73'
|
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: 1.
|
26
|
+
version: '1.73'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
33
|
+
version: '2.30'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.
|
40
|
+
version: '2.30'
|
41
41
|
description: Rubocop configs
|
42
42
|
email:
|
43
43
|
- info@easyredmine.com
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
rubygems_version: 3.
|
82
|
+
rubygems_version: 3.5.11
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: Rubocop configs
|