easy_style 0.6.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e44e511240fb30325dbe0a46670cc272c1adeb6fb9f5091d59695df7871b1882
4
- data.tar.gz: 1ea8925236d6445c9f65b6e59bd80f3f60b0df8d8081c2e4017aab0bac9fcab3
3
+ metadata.gz: ea4d38c66ebcf5f2158bba219b73093429e42552d7c6b61cda97969e7c610b1d
4
+ data.tar.gz: 4a3b0690af8df5cd1d08aa76e6f0cc5b4b1af3130d05b379d2f77bf7629a529a
5
5
  SHA512:
6
- metadata.gz: 5d4ed0a9a57a5bee94297fe185e127257e55eb31b66e34d1dbf707add28ddba473a0314e2c80781278484387aef9d72c2bb7e4ce8cc3e6ad4db37bfe851693ca
7
- data.tar.gz: 900ca1bc48d8398af50c026ee961f0a0bf47cd43b807fc8c9b5e2b4e7a7edab52ed1c14ed77e34914ed31c1cfb908d7e97279dab88f84fb15ed544261077c835
6
+ metadata.gz: 8514c308190ff85992b15205ca5edd10ab47c70600196ac7c088342f5ef30fd585e1a80bd36a50922f58532977ad7d3b491a600e5abbc57fb2aa8615a8cbd11f
7
+ data.tar.gz: a198a1ec977f9110beab98b850af245868f079c14b964cce2f28fb39b31305d7573fd7088c4e67ba1a9ce244b6dd8da81eea006efdc7ccfd51a5a29ebc50848a
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_style (0.6.0)
4
+ easy_style (0.6.2)
5
5
  rubocop (~> 1.60.0)
6
6
  rubocop-rails (~> 2.23.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.3)
11
+ activesupport (7.1.3.2)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,23 +20,22 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.6)
23
+ bigdecimal (3.1.7)
24
24
  concurrent-ruby (1.2.3)
25
25
  connection_pool (2.4.1)
26
- drb (2.2.0)
27
- ruby2_keywords
28
- i18n (1.14.1)
26
+ drb (2.2.1)
27
+ i18n (1.14.4)
29
28
  concurrent-ruby (~> 1.0)
30
- json (2.7.1)
29
+ json (2.7.2)
31
30
  language_server-protocol (3.17.0.3)
32
- minitest (5.21.2)
31
+ minitest (5.22.3)
33
32
  mutex_m (0.2.0)
34
33
  parallel (1.24.0)
35
- parser (3.3.0.5)
34
+ parser (3.3.1.0)
36
35
  ast (~> 2.4.1)
37
36
  racc
38
37
  racc (1.7.3)
39
- rack (3.0.9)
38
+ rack (3.0.10)
40
39
  rainbow (3.1.1)
41
40
  rake (12.3.3)
42
41
  regexp_parser (2.9.0)
@@ -52,21 +51,21 @@ GEM
52
51
  rubocop-ast (>= 1.30.0, < 2.0)
53
52
  ruby-progressbar (~> 1.7)
54
53
  unicode-display_width (>= 2.4.0, < 3.0)
55
- rubocop-ast (1.30.0)
56
- parser (>= 3.2.1.0)
54
+ rubocop-ast (1.31.3)
55
+ parser (>= 3.3.1.0)
57
56
  rubocop-rails (2.23.1)
58
57
  activesupport (>= 4.2.0)
59
58
  rack (>= 1.1)
60
59
  rubocop (>= 1.33.0, < 2.0)
61
60
  rubocop-ast (>= 1.30.0, < 2.0)
62
61
  ruby-progressbar (1.13.0)
63
- ruby2_keywords (0.0.5)
64
62
  tzinfo (2.0.6)
65
63
  concurrent-ruby (~> 1.0)
66
64
  unicode-display_width (2.5.0)
67
65
 
68
66
  PLATFORMS
69
67
  arm64-darwin-22
68
+ arm64-darwin-23
70
69
  x86_64-darwin-21
71
70
  x86_64-linux
72
71
 
@@ -75,4 +74,4 @@ DEPENDENCIES
75
74
  rake (~> 12.0)
76
75
 
77
76
  BUNDLED WITH
78
- 2.4.14
77
+ 2.5.9
data/default.yml CHANGED
@@ -58,11 +58,15 @@ Metrics/PerceivedComplexity:
58
58
  AllowedMethods:
59
59
  - included
60
60
 
61
+ Naming/BlockForwarding:
62
+ Enabled: false
61
63
  Naming/VariableNumber:
62
64
  EnforcedStyle: snake_case
63
65
 
64
66
  Rails/ApplicationRecord:
65
67
  Enabled: false
68
+ Rails/RedundantPresenceValidationOnBelongsTo:
69
+ Enabled: false
66
70
 
67
71
  Style/Documentation:
68
72
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.2"
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.0
4
+ version: 0.6.2
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-02-02 00:00:00.000000000 Z
11
+ date: 2024-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -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.4.22
82
+ rubygems_version: 3.3.26
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Rubocop configs