ws-style 4.0.0 → 4.1.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: d4ed3f25bcb392242d78202383d8e97950ea2c8eeae4ac35fd1f560365dae1c8
4
- data.tar.gz: 0ca74d4b76aad2318ce8f4bc3416403a478c71dcde48a0c53508b2dcfcfa6015
3
+ metadata.gz: 7ebab83a8f22b82ce49698f445fb37a443a916754ad398f2e451ee23517d1b66
4
+ data.tar.gz: 11612fb5c5deb4c22e0abaedefd939ca43b8e6e333d80d155a10dc0bd3d80083
5
5
  SHA512:
6
- metadata.gz: 50e2e78a1e69883d8cadd213c785de41f0f77be6ec01d6d5c382a46798b078782bab9d1de7401ff368251c23d7c7fe1b5707e36c7bbd7ece8b2790ee7e12c00d
7
- data.tar.gz: cd8ab3bd1c7fd0f360451f08d654860ca42f961287dd4049df0a16727c18f1b4265a9008a42c9d0702011445ee9c7c8847046cde9fc45f17773b019bd5f919e1
6
+ metadata.gz: e06089afec2ce1b02556b592a061187952ca1aa31961442607357678ba0785ba006bce2a743f868d47fddcf11492b70245af81fcd023479ba5d3af9a258f155a
7
+ data.tar.gz: 19faa6c57052d8888d504fdd8837dc047e8c3b3f8d8e24589cbc3a44957c186a6410e984f2e9600184634a671f86491e3b3f27885ec1c23b465c2a43c2bf3aba
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
+ ## 4.1.0 - 2019-04-29
8
+ ### Fixed
9
+ - Address errors from installing latest rubocop.
10
+
7
11
  ## 4.0.0 - 2019-04-23
8
12
  ### Added
9
13
  - Added rubocop-vendor to enforce conventions on Rollbar usage.
data/default.yml CHANGED
@@ -46,13 +46,13 @@ Layout/ElseAlignment:
46
46
  Layout/EndAlignment:
47
47
  Enabled: false
48
48
 
49
- Layout/IndentArray:
49
+ Layout/IndentFirstArrayElement:
50
50
  EnforcedStyle: consistent
51
51
 
52
52
  Layout/IndentationWidth:
53
53
  Enabled: false
54
54
 
55
- Layout/IndentHash:
55
+ Layout/IndentFirstHashElement:
56
56
  EnforcedStyle: consistent
57
57
 
58
58
  Layout/MultilineMethodCallIndentation:
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '4.0.0'.freeze
3
+ VERSION = '4.1.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: 4.0.0
4
+ version: 4.1.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: 2019-04-23 00:00:00.000000000 Z
11
+ date: 2019-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop