ws-style 6.13.0 → 6.13.1

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: ec8f383640efde6278a5668bb65c4ee48602c7cb940f8443af2d6b37e8fd6457
4
+ data.tar.gz: b84fd2c1f7c7619e2ddae9d198bf5296c3ad2f3b37c4c9f9a3996eb9706317fc
5
5
  SHA512:
6
- metadata.gz: 7ebd3e06640f907ea494a197c3d26d1fbbcade84a80e1f362f3fe0df452c0946846e4e8ff96386875e72b76fb8c686b34c627b21faab3b70da5fe7e7a153f092
7
- data.tar.gz: 8d3a2bf65061266a6d64946a85f811218c92c9b588440602c158de1fdaacd3acf6354d4f2eed576df0318ded328f9d0848bd0541f4fb6dd679026802b1d29921
6
+ metadata.gz: d4fcaa5a71f27888c49e338fc7c2ce0d3b8aebc6cad92c1e906175bb9ff1f270d7caab89e0b12e98002a1fd297fd67ffbf5f5ed9363bf091711882d81b07ff9d
7
+ data.tar.gz: d88df75aa68b23e3ddb644c0e61f59a0b3e93d9fcd0d3eac4274c5f891c9ae4d04edb6b5b6a8aad507f7d6fc3d8a666588111dc80e2d86ee9b84f3f5bf73fe62
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.1 - 2021-01-07
8
+ ### Changed
9
+ - Disable ruby 3.1 Hash shorthand syntax
10
+
7
11
  ## 6.13.0 - 2021-01-04
8
12
  ### Changed
9
13
  - 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.1)
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)
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
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.1'.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.0
4
+ version: 6.13.1
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop