ws-style 6.13.2 → 6.13.3

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: 2f34bc426b0e2d7ba1b16533152b140ede3cab8ca44a9aff1f9fd48bdc390dba
4
- data.tar.gz: ee001e9d75af0ba012ca95cf6ed6d03a0ee223af4e83d6ef4aefe2b4463885de
3
+ metadata.gz: 9314ff46b1de8664e1dc5a36c3e368fdb9ec68e4a5ed18cd5678e1cd9677e09c
4
+ data.tar.gz: b6dc03a58a031c11307c179d36e47dddae4c0895f978594e5428ff71b72ceeec
5
5
  SHA512:
6
- metadata.gz: 6e9b90f32fc8fabce0b70657661658a699c376530c12417f9d26dcc8310a98ea3bb80a3ab48b745812fae23e17da6d11c469a44a8378c35be69be89389ac0509
7
- data.tar.gz: e132a22eb782389d7139627a7d90ac89d838eb5ee9078da7e94d0fa10331104fb1a7d4c5215edab1fb3dbe71f48f69859c46d5a15c0f6ade6332136e361a91d6
6
+ metadata.gz: 38dbc3af17d59e3e49fe235b92879b10c00728ab3a5a21524460153dee1744fdcd2f6cfab02e6bc8046841858c9ff71ae3cb6b1ca33e9b4e4b7b4caff5f8c474
7
+ data.tar.gz: 0775275df27fcbe61bcd906e1f3f0fe773bbcb141324fdd5d2f8257d398fc65dd9dfd09dc1374965743d84437cba84dd61b26e97ae8c5bb8b97dabbf78c578df
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.13.3 - 2021-01-10
8
+ ### Changed
9
+ - Disable Rails/RedundantPresenceValidationOnBelongsTo as it can generate unsafe autocorrections
10
+
7
11
  ## 6.13.2 - 2021-01-10
8
12
  ### Changed
9
13
  - Update rubocop-rails to 2.13.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.2)
4
+ ws-style (6.13.3)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -35,7 +35,7 @@ GEM
35
35
  parser (3.1.0.0)
36
36
  ast (~> 2.4.1)
37
37
  rack (2.2.3)
38
- rainbow (3.0.0)
38
+ rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
41
  regexp_parser (2.2.0)
data/core.yml CHANGED
@@ -565,4 +565,4 @@ Style/HashSyntax:
565
565
 
566
566
  # rubocop-rspec 2.7
567
567
  RSpec/FactoryBot/SyntaxMethods:
568
- Enabled: false
568
+ Enabled: False
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.2'.freeze
3
+ VERSION = '6.13.3'.freeze
4
4
  end
5
5
  end
data/rails.yml CHANGED
@@ -103,7 +103,7 @@ Rails/DurationArithmetic:
103
103
  Enabled: True
104
104
 
105
105
  Rails/RedundantPresenceValidationOnBelongsTo:
106
- Enabled: True
106
+ Enabled: False
107
107
 
108
108
  Rails/RootJoinChain:
109
109
  Enabled: True
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.13.2
4
+ version: 6.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop