ws-style 6.10.1 → 6.11.0

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: 5e96e3715fb367393137d10816a87b455510f7f4e16250f0d663030c5dcbcc18
4
- data.tar.gz: 11a2589635b1cbfe8bc3a97f5c2747b0bc27264eb409132a59d747eed65c7b56
3
+ metadata.gz: 62343d4e98841d8bd2f63929ccbbba4ccc0bfb15bd5b7f468ab1b6be8405d9ac
4
+ data.tar.gz: 3efa670e5f9f7188993bfcfbc06c8ba71846b0ddb9ea0e05d03b49e39e658524
5
5
  SHA512:
6
- metadata.gz: 0baf801c463ec9b39521ff845be2f82863fdc8f2f2736851ebe7834ca06dcaa7ea50a4a4543cc9e61e4cfbe713335b4b1be9f9b0b1aafc24fc06f750e82529e9
7
- data.tar.gz: 23097f74e1728177d2feec582136bc701a6e9924769f5b6a206c52a7934816945c10b2afe41bcc019b7f4aa0931acc98ffbbcc87b94e937ec25aa8484080cd56
6
+ metadata.gz: fe7b7744347c350ac74b19e3f82266ce05849932912cae42f9d903a63bf0ab6f7c76de24c85bb95fb366b63e06e9add2210b6906f33753042deb970c5a7523bf
7
+ data.tar.gz: 1140579934f26721b60c1b1d527f8ba262d692e7ae350cc88a1c21cb5025f89871ee13e7932ef0a8acea7ac0cb0f7b26bd67c8a7e0787aac1b75bd271a4fb336
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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.11.0 - 2021-10-21
8
+ ### Changed
9
+ - Upgrade rubocop to 1.22.3
10
+ - Upgrade rubocop-performance to 1.12.0
11
+ - Upgrade rubocop-rails to 2.12.4
12
+
7
13
  ## 6.10.1 - 2021-10-21
8
14
  ### Changed
9
15
  - Removed rules that conflict with auto-correcting line-length
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.10.1)
4
+ ws-style (6.11.0)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -27,7 +27,7 @@ GEM
27
27
  rchardet (~> 1.8)
28
28
  i18n (1.8.10)
29
29
  concurrent-ruby (~> 1.0)
30
- json (2.5.1)
30
+ json (2.6.1)
31
31
  keepachangelog (0.6.1)
32
32
  json (~> 2.1)
33
33
  thor (~> 0.20)
@@ -54,7 +54,7 @@ GEM
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.10.0)
56
56
  rspec-support (3.10.2)
57
- rubocop (1.22.1)
57
+ rubocop (1.22.3)
58
58
  parallel (~> 1.10)
59
59
  parser (>= 3.0.0.0)
60
60
  rainbow (>= 2.2.2, < 4.0)
@@ -65,10 +65,10 @@ GEM
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
66
  rubocop-ast (1.12.0)
67
67
  parser (>= 3.0.1.1)
68
- rubocop-performance (1.11.5)
68
+ rubocop-performance (1.12.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.12.3)
71
+ rubocop-rails (2.12.4)
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
74
  rubocop (>= 1.7.0, < 2.0)
@@ -81,7 +81,7 @@ GEM
81
81
  tzinfo (2.0.4)
82
82
  concurrent-ruby (~> 1.0)
83
83
  unicode-display_width (2.1.0)
84
- zeitwerk (2.4.2)
84
+ zeitwerk (2.5.1)
85
85
 
86
86
  PLATFORMS
87
87
  ruby
data/core.yml CHANGED
@@ -523,3 +523,7 @@ RSpec/ExcessiveDocstringSpacing:
523
523
 
524
524
  RSpec/SubjectDeclaration:
525
525
  Enabled: True
526
+
527
+ # rubocop-performance 1.12
528
+ Performance/ConcurrentMonotonicTime:
529
+ Enabled: True
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.10.1'.freeze
3
+ VERSION = '6.11.0'.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.10.1
4
+ version: 6.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-25 00:00:00.000000000 Z
11
+ date: 2021-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop