ws-style 3.0.4 → 3.0.5

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: 9e7df4cf700597e9e85490f3540e39ef4bac934ee85cabf19c2d7b1ea4df821f
4
- data.tar.gz: bc80407166e4a91ce285bc71547a0acb7b204d37bede8a610108ae7ee4162f8a
3
+ metadata.gz: 87d5e5b4018896392658448d9cadf9c3f2dd28a8d89a3ecf45d50ba0e2f7bede
4
+ data.tar.gz: 783c2b3dec1cc2c924f304f17505e2dc1bcad5e485021a8f1cbd6207c62754f2
5
5
  SHA512:
6
- metadata.gz: 90644179ef2734ccdf35c66a2660206da4c63b318aeeacf87a2f852069c00192761df7cf97ffaa1435b48540b1d6424bf55eaf5f3f6ba00d3921d5710afcb35d
7
- data.tar.gz: 2d00c9bf55c385eb2a15d9d8b0188b94988045db8c98472267dbb5ea237a2944f9a5b8a6771019079c5bddb06a137b6225c37c6fec65b001028a6d2f1fe01546
6
+ metadata.gz: 4d9f90c931267fe30ebadcb2b0fe68c285f3561a2eaf1101eb5d5c4a9bbdef601f035b657ccd2cf4a0960636f83a8a9709a8da7503221318d99dc018fbf790de
7
+ data.tar.gz: db3aa98f8e20de0aaabf3933b1974aed653eaabfd5aa3d1542669b3fef8fa53762d1c90c5ec26c25c3beb37c47e45f03fa60066564c092cd2fc43b36d685f0d7
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
+ ## 3.0.5 - 2019-04-03
8
+ ### Changed
9
+ - updated README
10
+
7
11
  ## 3.0.4 - 2019-03-06
8
12
  ### Changed
9
13
  - Allow empty example group.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Shared [rubocop](https://github.com/bbatsov/rubocop) config to enforce Ruby style consistently across Wealthsimple libraries and services.
4
4
 
5
- # Upgrading to 1.x
5
+ # Upgrading to 3.x
6
6
 
7
7
  1.x adds a number of Cops to our default.yml. See the relevant Quip for more information on how to upgrade.
8
8
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '3.0.4'.freeze
3
+ VERSION = '3.0.5'.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: 3.0.4
4
+ version: 3.0.5
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-03-06 00:00:00.000000000 Z
11
+ date: 2019-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  requirements: []
154
- rubygems_version: 3.0.1
154
+ rubygems_version: 3.0.3
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: Shared rubocop config