ws-style 6.13.0 → 6.13.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87f1ab2f03c57354024375cef184a3a89abc447256fb2e89d8d8755a5d22c427
4
- data.tar.gz: 1b928aa31a10ec50388907173f02b78852bdd2efbc21b68614cfd79f2b7ca030
3
+ metadata.gz: ee0d1eb2530d32f22ee007dec60a57089cba4cba87dd10e8ff05764827d87da6
4
+ data.tar.gz: 2d8242d260e17d1051aeb3cf77fe0420fd467457520781062ef0e327113a12fb
5
5
  SHA512:
6
- metadata.gz: 7ebd3e06640f907ea494a197c3d26d1fbbcade84a80e1f362f3fe0df452c0946846e4e8ff96386875e72b76fb8c686b34c627b21faab3b70da5fe7e7a153f092
7
- data.tar.gz: 8d3a2bf65061266a6d64946a85f811218c92c9b588440602c158de1fdaacd3acf6354d4f2eed576df0318ded328f9d0848bd0541f4fb6dd679026802b1d29921
6
+ metadata.gz: 7ea972a876b0555ee61b84fb890adb2267d59a6f150b925cf8c3c58877a19ced4c491be6f9fd4c46dd52481e8897cde752fa22724a6b192f85c1b32852545cf3
7
+ data.tar.gz: b19a16ce33d4f4bb60a83823658a313140bffd175d489a075c5b0d847c573402835c1a1ba682e1a3402b262f252e3bd631a7c845335e9d30a548c0a0abb1ee36
data/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ 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.4 - 2021-01-17
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 6.13.3 - 2021-01-10
12
+ ### Changed
13
+ - Disable Rails/RedundantPresenceValidationOnBelongsTo as it can generate unsafe autocorrections
14
+
15
+ ## 6.13.2 - 2021-01-10
16
+ ### Changed
17
+ - Update rubocop-rails to 2.13.1
18
+
19
+ ## 6.13.1 - 2021-01-07
20
+ ### Changed
21
+ - Disable ruby 3.1 Hash shorthand syntax
22
+
7
23
  ## 6.13.0 - 2021-01-04
8
24
  ### Changed
9
25
  - Updated rubocop to 1.24.1 and opted into new cops
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.0)
4
+ ws-style (6.13.4)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.0)
14
+ activesupport (7.0.1)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -22,7 +22,7 @@ GEM
22
22
  thor (>= 0.18, < 2)
23
23
  concurrent-ruby (1.1.9)
24
24
  diff-lcs (1.5.0)
25
- git (1.10.1)
25
+ git (1.10.2)
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.8.11)
28
28
  concurrent-ruby (~> 1.0)
@@ -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)
@@ -46,7 +46,7 @@ GEM
46
46
  rspec-mocks (~> 3.10.0)
47
47
  rspec-core (3.10.1)
48
48
  rspec-support (~> 3.10.0)
49
- rspec-expectations (3.10.1)
49
+ rspec-expectations (3.10.2)
50
50
  diff-lcs (>= 1.2.0, < 2.0)
51
51
  rspec-support (~> 3.10.0)
52
52
  rspec-mocks (3.10.2)
@@ -64,10 +64,10 @@ GEM
64
64
  unicode-display_width (>= 1.4.0, < 3.0)
65
65
  rubocop-ast (1.15.1)
66
66
  parser (>= 3.0.1.1)
67
- rubocop-performance (1.13.1)
67
+ rubocop-performance (1.13.2)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.13.0)
70
+ rubocop-rails (2.13.2)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
data/core.yml CHANGED
@@ -560,6 +560,9 @@ Style/FileWrite:
560
560
  Style/MapToHash:
561
561
  Enabled: True
562
562
 
563
+ Style/HashSyntax:
564
+ EnforcedShorthandSyntax: never
565
+
563
566
  # rubocop-rspec 2.7
564
567
  RSpec/FactoryBot/SyntaxMethods:
565
- Enabled: false
568
+ Enabled: False
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.0'.freeze
3
+ VERSION = '6.13.4'.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.0
4
+ version: 6.13.4
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-05 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop