ws-style 1.0.0 → 2.0.0

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: 34863280aa54bba02c70201cfa2be8501891e20c58e790a96248a06dfc983317
4
- data.tar.gz: a504675010cf1fc4bf7e762686c0e52f9e3ee009bd97f763a134ba953c231dc9
3
+ metadata.gz: 80bf145ffdf9b3a11d801062a7fef235ce913a2e66d2c3092358d7d9723e9f87
4
+ data.tar.gz: 0da7d02bc4a13136c0370eb7559f54d54d96b2da676526ac4e9a8510582a1453
5
5
  SHA512:
6
- metadata.gz: 52197ba848b4aaf6e4d9df9f93aebd7d18f2436ebb3d0b74488a1d48ad37663019190ce5a71d2dea1b76098f046f8101e751c875d1deba81168813bf440a2704
7
- data.tar.gz: f346639de4f3654730d2d5aeabb42e3e38e67bb93b20b58b53a31b5ccee2b3315eae0d982ee90617d290b7790299cfa22ed53e526dd29e33b380daf41316509a
6
+ metadata.gz: 53143b16d8c5e9434de64927aa8f1023e7a40133269b256de1a80ce8c11bab73154dadf35459330dc39dd8212a5f1ee5447145002294703f3088e7a437d689a3
7
+ data.tar.gz: '0594b0683cf3298a030bdd598fbd3350c8e2e4c668ff3f6cc9f2179dc0b9362ee7f41c8c8c3468242648429e9c4dea1e93e69a7ada153a85d1861b50021f2eb1'
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
+ ## 2.0.0 - 2019-02-12
8
+ ### Changed
9
+ - Use trailing dots for multiline chained method invocations. This prevents bugs when pasting Ruby snippets into REPLs.
10
+
7
11
  ## 0.4.7 - 2019-01-07
8
12
  ### Added
9
13
  - Changelog file: human readable history.
data/default.yml CHANGED
@@ -24,8 +24,8 @@ Lint/AmbiguousBlockAssociation:
24
24
  Exclude:
25
25
  - 'spec/**/*'
26
26
 
27
- Layout/IndentArray:
28
- EnforcedStyle: consistent
27
+ Layout/DotPosition:
28
+ EnforcedStyle: trailing
29
29
 
30
30
  Layout/CaseIndentation:
31
31
  Enabled: false
@@ -36,6 +36,9 @@ Layout/ElseAlignment:
36
36
  Layout/EndAlignment:
37
37
  Enabled: false
38
38
 
39
+ Layout/IndentArray:
40
+ EnforcedStyle: consistent
41
+
39
42
  Layout/IndentationWidth:
40
43
  Enabled: false
41
44
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '2.0.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: 1.0.0
4
+ version: 2.0.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-02-11 00:00:00.000000000 Z
11
+ date: 2019-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop