sequra-style 1.3.0 → 1.3.2
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 +14 -0
- data/Gemfile.lock +40 -20
- data/default.yml +1 -0
- data/lib/sequra/style/version.rb +1 -1
- data/sequra-style.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae3c25d547a2522e853df9e8376eddec8b1ef750e025c6c6cfaca6ee04d45a76
|
4
|
+
data.tar.gz: 1a05c693e3eaf450588e86312a48386029d4c55af17234565b0524d47b5007ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f38bce8d79f3b9c5631fe3d0ccc5d7b7e9ac3fb14c47799fc1370d9065b1ae25c9a3cf38cfd0cd4b4760e6974bbfe975110e94419cdaf1b8fd7fec869396484
|
7
|
+
data.tar.gz: cd410598339eab240894b1b7a7ead1fceb86ce158c2a19320b86833d6f207b355ca249954ee5ba67a06422e21eccf9b2bef2c094a29af45d3417412a927590fc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.3.2](https://github.com/sequra/sequra-style/compare/v1.3.1...v1.3.2) (2025-03-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* bump rubocop obsession ([#36](https://github.com/sequra/sequra-style/issues/36)) ([9ff982b](https://github.com/sequra/sequra-style/commit/9ff982bdc1a6ae72e06c093f31b54da4981c7bc8))
|
9
|
+
|
10
|
+
## [1.3.1](https://github.com/sequra/sequra-style/compare/v1.3.0...v1.3.1) (2025-03-06)
|
11
|
+
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
* use clean code style method ordering ([#34](https://github.com/sequra/sequra-style/issues/34)) ([c9d33f4](https://github.com/sequra/sequra-style/commit/c9d33f4dad18ac168bf86071a6b8e75c423245f0))
|
16
|
+
|
3
17
|
## [1.3.0](https://github.com/sequra/sequra-style/compare/v1.2.0...v1.3.0) (2024-12-02)
|
4
18
|
|
5
19
|
|
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.2)
|
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
data/sequra-style.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.add_dependency "rubocop-performance", "~> 1"
|
26
26
|
spec.add_dependency "rubocop-rails", "~> 2"
|
27
27
|
spec.add_dependency "rubocop-rspec", "~> 2"
|
28
|
-
spec.add_dependency "rubocop-obsession", "~> 0.
|
28
|
+
spec.add_dependency "rubocop-obsession", "~> 0.2"
|
29
29
|
|
30
30
|
spec.add_development_dependency "bundler", "~> 2.1.4"
|
31
31
|
spec.add_development_dependency "rake", "~> 13.0.1"
|
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.2
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: '0.2'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: '0.2'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: bundler
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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: []
|