easy_style 0.6.0 → 0.6.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: e44e511240fb30325dbe0a46670cc272c1adeb6fb9f5091d59695df7871b1882
4
- data.tar.gz: 1ea8925236d6445c9f65b6e59bd80f3f60b0df8d8081c2e4017aab0bac9fcab3
3
+ metadata.gz: 5e021432df812cbc1a09d06d3cb7d9fc22f02ddfc17fd2d462158227317392b0
4
+ data.tar.gz: 298251774adcda16125c8daa0da0d280f9121ba3af00da44178cae4e96b365fc
5
5
  SHA512:
6
- metadata.gz: 5d4ed0a9a57a5bee94297fe185e127257e55eb31b66e34d1dbf707add28ddba473a0314e2c80781278484387aef9d72c2bb7e4ce8cc3e6ad4db37bfe851693ca
7
- data.tar.gz: 900ca1bc48d8398af50c026ee961f0a0bf47cd43b807fc8c9b5e2b4e7a7edab52ed1c14ed77e34914ed31c1cfb908d7e97279dab88f84fb15ed544261077c835
6
+ metadata.gz: 4318fd0aad0fc990d4ebc80c008cbedd1ba65cf6482b3a94a56f2fc55c084d85b57646d6965ca9b2047e22f46f5ca2532459901b0f700e46db4672dda3d48ba3
7
+ data.tar.gz: 9813dccbab570238a7866f21eece1770bc5ca58bab9272bef9c32f5fdc628d6c488fbb59c27703d49d6eb5d8a2984574e6ce403aae71a9fb677033619544bf97
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.1)
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
34
  parser (3.3.0.5)
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.2)
55
+ parser (>= 3.3.0.4)
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.3.26
data/default.yml CHANGED
@@ -58,6 +58,8 @@ 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
 
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.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.0
4
+ version: 0.6.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-02-02 00:00:00.000000000 Z
11
+ date: 2024-04-11 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