sequra-style 1.3.0 → 1.3.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: f6beb363f96f37dd929ca7e7f9cca1de60682b1e047c1e2c0760fd31a718b173
4
- data.tar.gz: 5846390230864b0e609945371197fd6e71d33b4c35007eff47464f93a660619c
3
+ metadata.gz: 7d2b14c8bd312469a417cad2b5cd88ca99ccbd1e30b56b5786ed98675d85868b
4
+ data.tar.gz: 03653c7aecf6f4598822e6828beb3961b642e04c0dc47b52966a19fc8c38cce3
5
5
  SHA512:
6
- metadata.gz: 0f64d8228f29ac14bec17d3a0899f2b571509cc631c81085b00fac6d5e2d7a70f5b3fa5d60682e6cfc23e27a6cf273c6d3d05b9bbe4f6487c1615718861b610e
7
- data.tar.gz: c88c577bc987aa8f3068d84c4a50eade3dba7f794a05c4ba6d7bf1e32659b5f5ca198000accc85309d3afad7d09878d02078f32b3c78281a104750eb8434996d
6
+ metadata.gz: 66a207a9e3b1ab80731533044789fa8541dfcf8d11ff230d39705b349067b7dcdb1ac6b1bd50d7546b3f832e39f03f358901000e734da07c3b13673f29d720ef
7
+ data.tar.gz: 8a5d7e710df935cecaa5f97c47f618766abef61aa9d7714d5c92d9039fff4c50c316a1dc196420910a4627776b86ec70010bbc1e8347605152c231cf9fe91986
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.1](https://github.com/sequra/sequra-style/compare/v1.3.0...v1.3.1) (2025-03-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use clean code style method ordering ([#34](https://github.com/sequra/sequra-style/issues/34)) ([c9d33f4](https://github.com/sequra/sequra-style/commit/c9d33f4dad18ac168bf86071a6b8e75c423245f0))
9
+
3
10
  ## [1.3.0](https://github.com/sequra/sequra-style/compare/v1.2.0...v1.3.0) (2024-12-02)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sequra-style (1.3.0)
4
+ sequra-style (1.3.1)
5
5
  rubocop (~> 1)
6
6
  rubocop-obsession (~> 0.1.11)
7
7
  rubocop-performance (~> 1)
@@ -11,40 +11,56 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.4)
15
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ activesupport (8.0.1)
15
+ base64
16
+ benchmark (>= 0.3)
17
+ bigdecimal
18
+ concurrent-ruby (~> 1.0, >= 1.3.1)
19
+ connection_pool (>= 2.2.5)
20
+ drb
16
21
  i18n (>= 1.6, < 2)
22
+ logger (>= 1.4.2)
17
23
  minitest (>= 5.1)
18
- tzinfo (~> 2.0)
24
+ securerandom (>= 0.3)
25
+ tzinfo (~> 2.0, >= 2.0.5)
26
+ uri (>= 0.13.1)
19
27
  ast (2.4.2)
20
- concurrent-ruby (1.1.10)
21
- i18n (1.12.0)
28
+ base64 (0.2.0)
29
+ benchmark (0.4.0)
30
+ bigdecimal (3.1.9)
31
+ concurrent-ruby (1.3.5)
32
+ connection_pool (2.5.0)
33
+ drb (2.2.1)
34
+ i18n (1.14.7)
22
35
  concurrent-ruby (~> 1.0)
23
- json (2.8.2)
24
- language_server-protocol (3.17.0.3)
25
- minitest (5.16.3)
36
+ json (2.10.1)
37
+ language_server-protocol (3.17.0.4)
38
+ lint_roller (1.1.0)
39
+ logger (1.6.6)
40
+ minitest (5.25.4)
26
41
  parallel (1.26.3)
27
- parser (3.3.6.0)
42
+ parser (3.3.7.1)
28
43
  ast (~> 2.4.1)
29
44
  racc
30
45
  racc (1.8.1)
31
46
  rack (3.0.0)
32
47
  rainbow (3.1.1)
33
48
  rake (13.0.6)
34
- regexp_parser (2.9.2)
35
- rubocop (1.68.0)
49
+ regexp_parser (2.10.0)
50
+ rubocop (1.73.0)
36
51
  json (~> 2.3)
37
- language_server-protocol (>= 3.17.0)
52
+ language_server-protocol (~> 3.17.0.2)
53
+ lint_roller (~> 1.1.0)
38
54
  parallel (~> 1.10)
39
55
  parser (>= 3.3.0.2)
40
56
  rainbow (>= 2.2.2, < 4.0)
41
- regexp_parser (>= 2.4, < 3.0)
42
- rubocop-ast (>= 1.32.2, < 2.0)
57
+ regexp_parser (>= 2.9.3, < 3.0)
58
+ rubocop-ast (>= 1.38.0, < 2.0)
43
59
  ruby-progressbar (~> 1.7)
44
- unicode-display_width (>= 2.4.0, < 3.0)
45
- rubocop-ast (1.36.1)
60
+ unicode-display_width (>= 2.4.0, < 4.0)
61
+ rubocop-ast (1.38.1)
46
62
  parser (>= 3.3.1.0)
47
- rubocop-obsession (0.1.11)
63
+ rubocop-obsession (0.1.15)
48
64
  activesupport
49
65
  rubocop (~> 1.41)
50
66
  rubocop-performance (1.15.1)
@@ -57,9 +73,13 @@ GEM
57
73
  rubocop-rspec (2.15.0)
58
74
  rubocop (~> 1.33)
59
75
  ruby-progressbar (1.13.0)
60
- tzinfo (2.0.5)
76
+ securerandom (0.4.1)
77
+ tzinfo (2.0.6)
61
78
  concurrent-ruby (~> 1.0)
62
- unicode-display_width (2.6.0)
79
+ unicode-display_width (3.1.4)
80
+ unicode-emoji (~> 4.0, >= 4.0.4)
81
+ unicode-emoji (4.0.4)
82
+ uri (1.0.3)
63
83
 
64
84
  PLATFORMS
65
85
  ruby
data/default.yml CHANGED
@@ -267,6 +267,7 @@ Style/GuardClause:
267
267
 
268
268
  Obsession/MethodOrder:
269
269
  Enabled: true
270
+ EnforcedStyle: step_down
270
271
  Severity: info
271
272
 
272
273
  Performance/FlatMap:
@@ -1,5 +1,5 @@
1
1
  module Sequra
2
2
  module Style
3
- VERSION = "1.3.0"
3
+ VERSION = "1.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequra-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sequra engineering
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-02 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: 13.0.1
111
- description:
111
+ description:
112
112
  email:
113
113
  - rubygems@sequra.es
114
114
  executables: []
@@ -141,7 +141,7 @@ homepage: https://github.com/sequra/sequra-style
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}
144
- post_install_message:
144
+ post_install_message:
145
145
  rdoc_options: []
146
146
  require_paths:
147
147
  - lib
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  requirements: []
159
159
  rubygems_version: 3.4.19
160
- signing_key:
160
+ signing_key:
161
161
  specification_version: 4
162
162
  summary: Sequra code style guides and shared config
163
163
  test_files: []