easy_style 0.6.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea4d38c66ebcf5f2158bba219b73093429e42552d7c6b61cda97969e7c610b1d
4
- data.tar.gz: 4a3b0690af8df5cd1d08aa76e6f0cc5b4b1af3130d05b379d2f77bf7629a529a
3
+ metadata.gz: 525da6c148e78f12ea8598607111ea6d2ee620cbcb7b49c7c9fb07d9f5bca75a
4
+ data.tar.gz: d9f80d595e8f49c1f05c2755194b70bcac760d613e30d60c8fa6f6fcc91292d1
5
5
  SHA512:
6
- metadata.gz: 8514c308190ff85992b15205ca5edd10ab47c70600196ac7c088342f5ef30fd585e1a80bd36a50922f58532977ad7d3b491a600e5abbc57fb2aa8615a8cbd11f
7
- data.tar.gz: a198a1ec977f9110beab98b850af245868f079c14b964cce2f28fb39b31305d7573fd7088c4e67ba1a9ce244b6dd8da81eea006efdc7ccfd51a5a29ebc50848a
6
+ metadata.gz: 427ac7a6441ed81dbe6d521783822c9bff0866ec57e09d144135d544337a0783a5729203be408fab7086c5f7778ad3edd7043533725c2b649b5b174f0afafb14
7
+ data.tar.gz: 973c93eb032724cfc1625b825109cf44347c1732f3cb9c15ddefa7d3c22a5c7b9cda33391bff98133dc92f02637d9a5a5723ddc4a371db4899ef7fadd85207d8
@@ -6,7 +6,7 @@ jobs:
6
6
  strategy:
7
7
  fail-fast: false
8
8
  matrix:
9
- ruby: ["3.1.2", "3.1.4"]
9
+ ruby: ["3.2", "3.3.7"]
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
12
  - uses: actions/checkout@v4
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_style (0.6.2)
5
- rubocop (~> 1.60.0)
6
- rubocop-rails (~> 2.23.1)
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,6 +28,7 @@ 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)
@@ -38,26 +39,26 @@ GEM
38
39
  rack (3.0.10)
39
40
  rainbow (3.1.1)
40
41
  rake (12.3.3)
41
- regexp_parser (2.9.0)
42
- rexml (3.2.6)
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 (>= 3.17.0)
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 (>= 1.8, < 3.0)
50
- rexml (>= 3.2.5, < 4.0)
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, < 3.0)
54
- rubocop-ast (1.31.3)
53
+ unicode-display_width (>= 2.4.0, < 4.0)
54
+ rubocop-ast (1.38.1)
55
55
  parser (>= 3.3.1.0)
56
- rubocop-rails (2.23.1)
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.33.0, < 2.0)
60
- rubocop-ast (>= 1.30.0, < 2.0)
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.5.9
80
+ 2.6.5
data/default.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
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.1.2
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
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.60.0"
31
- spec.add_dependency "rubocop-rails", "~> 2.23.1"
28
+ spec.add_dependency "rubocop", "~> 1.73"
29
+ spec.add_dependency "rubocop-rails", "~> 2.30"
32
30
  end
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = "0.6.2"
3
+ VERSION = "0.7.1"
4
4
 
5
5
  end
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.6.2
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: 2024-04-30 00:00:00.000000000 Z
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.60.0
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.60.0
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.23.1
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.23.1
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.3.26
82
+ rubygems_version: 3.5.11
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Rubocop configs