easy_style 0.6.1 → 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: 5e021432df812cbc1a09d06d3cb7d9fc22f02ddfc17fd2d462158227317392b0
4
- data.tar.gz: 298251774adcda16125c8daa0da0d280f9121ba3af00da44178cae4e96b365fc
3
+ metadata.gz: ea4d38c66ebcf5f2158bba219b73093429e42552d7c6b61cda97969e7c610b1d
4
+ data.tar.gz: 4a3b0690af8df5cd1d08aa76e6f0cc5b4b1af3130d05b379d2f77bf7629a529a
5
5
  SHA512:
6
- metadata.gz: 4318fd0aad0fc990d4ebc80c008cbedd1ba65cf6482b3a94a56f2fc55c084d85b57646d6965ca9b2047e22f46f5ca2532459901b0f700e46db4672dda3d48ba3
7
- data.tar.gz: 9813dccbab570238a7866f21eece1770bc5ca58bab9272bef9c32f5fdc628d6c488fbb59c27703d49d6eb5d8a2984574e6ce403aae71a9fb677033619544bf97
6
+ metadata.gz: 8514c308190ff85992b15205ca5edd10ab47c70600196ac7c088342f5ef30fd585e1a80bd36a50922f58532977ad7d3b491a600e5abbc57fb2aa8615a8cbd11f
7
+ data.tar.gz: a198a1ec977f9110beab98b850af245868f079c14b964cce2f28fb39b31305d7573fd7088c4e67ba1a9ce244b6dd8da81eea006efdc7ccfd51a5a29ebc50848a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy_style (0.6.1)
4
+ easy_style (0.6.2)
5
5
  rubocop (~> 1.60.0)
6
6
  rubocop-rails (~> 2.23.1)
7
7
 
@@ -31,7 +31,7 @@ GEM
31
31
  minitest (5.22.3)
32
32
  mutex_m (0.2.0)
33
33
  parallel (1.24.0)
34
- parser (3.3.0.5)
34
+ parser (3.3.1.0)
35
35
  ast (~> 2.4.1)
36
36
  racc
37
37
  racc (1.7.3)
@@ -51,8 +51,8 @@ GEM
51
51
  rubocop-ast (>= 1.30.0, < 2.0)
52
52
  ruby-progressbar (~> 1.7)
53
53
  unicode-display_width (>= 2.4.0, < 3.0)
54
- rubocop-ast (1.31.2)
55
- parser (>= 3.3.0.4)
54
+ rubocop-ast (1.31.3)
55
+ parser (>= 3.3.1.0)
56
56
  rubocop-rails (2.23.1)
57
57
  activesupport (>= 4.2.0)
58
58
  rack (>= 1.1)
@@ -74,4 +74,4 @@ DEPENDENCIES
74
74
  rake (~> 12.0)
75
75
 
76
76
  BUNDLED WITH
77
- 2.3.26
77
+ 2.5.9
data/default.yml CHANGED
@@ -65,6 +65,8 @@ Naming/VariableNumber:
65
65
 
66
66
  Rails/ApplicationRecord:
67
67
  Enabled: false
68
+ Rails/RedundantPresenceValidationOnBelongsTo:
69
+ Enabled: false
68
70
 
69
71
  Style/Documentation:
70
72
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  module EasyStyle
2
2
 
3
- VERSION = "0.6.1"
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.1
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-04-11 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