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 +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +40 -20
- data/default.yml +1 -0
- data/lib/sequra/style/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d2b14c8bd312469a417cad2b5cd88ca99ccbd1e30b56b5786ed98675d85868b
|
4
|
+
data.tar.gz: 03653c7aecf6f4598822e6828beb3961b642e04c0dc47b52966a19fc8c38cce3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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 (
|
15
|
-
|
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
|
-
|
24
|
+
securerandom (>= 0.3)
|
25
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
26
|
+
uri (>= 0.13.1)
|
19
27
|
ast (2.4.2)
|
20
|
-
|
21
|
-
|
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.
|
24
|
-
language_server-protocol (3.17.0.
|
25
|
-
|
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.
|
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.
|
35
|
-
rubocop (1.
|
49
|
+
regexp_parser (2.10.0)
|
50
|
+
rubocop (1.73.0)
|
36
51
|
json (~> 2.3)
|
37
|
-
language_server-protocol (
|
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.
|
42
|
-
rubocop-ast (>= 1.
|
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, <
|
45
|
-
rubocop-ast (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.
|
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
|
-
|
76
|
+
securerandom (0.4.1)
|
77
|
+
tzinfo (2.0.6)
|
61
78
|
concurrent-ruby (~> 1.0)
|
62
|
-
unicode-display_width (
|
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
data/lib/sequra/style/version.rb
CHANGED
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.
|
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:
|
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: []
|