ws-style 6.13.3 → 6.13.4

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: 9314ff46b1de8664e1dc5a36c3e368fdb9ec68e4a5ed18cd5678e1cd9677e09c
4
- data.tar.gz: b6dc03a58a031c11307c179d36e47dddae4c0895f978594e5428ff71b72ceeec
3
+ metadata.gz: ee0d1eb2530d32f22ee007dec60a57089cba4cba87dd10e8ff05764827d87da6
4
+ data.tar.gz: 2d8242d260e17d1051aeb3cf77fe0420fd467457520781062ef0e327113a12fb
5
5
  SHA512:
6
- metadata.gz: 38dbc3af17d59e3e49fe235b92879b10c00728ab3a5a21524460153dee1744fdcd2f6cfab02e6bc8046841858c9ff71ae3cb6b1ca33e9b4e4b7b4caff5f8c474
7
- data.tar.gz: 0775275df27fcbe61bcd906e1f3f0fe773bbcb141324fdd5d2f8257d398fc65dd9dfd09dc1374965743d84437cba84dd61b26e97ae8c5bb8b97dabbf78c578df
6
+ metadata.gz: 7ea972a876b0555ee61b84fb890adb2267d59a6f150b925cf8c3c58877a19ced4c491be6f9fd4c46dd52481e8897cde752fa22724a6b192f85c1b32852545cf3
7
+ data.tar.gz: b19a16ce33d4f4bb60a83823658a313140bffd175d489a075c5b0d847c573402835c1a1ba682e1a3402b262f252e3bd631a7c845335e9d30a548c0a0abb1ee36
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.4 - 2021-01-17
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 6.13.3 - 2021-01-10
8
12
  ### Changed
9
13
  - Disable Rails/RedundantPresenceValidationOnBelongsTo as it can generate unsafe autocorrections
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.3)
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)
@@ -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.1)
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)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.3'.freeze
3
+ VERSION = '6.13.4'.freeze
4
4
  end
5
5
  end
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.3
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-12 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