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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/ws/style/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87d5e5b4018896392658448d9cadf9c3f2dd28a8d89a3ecf45d50ba0e2f7bede
|
4
|
+
data.tar.gz: 783c2b3dec1cc2c924f304f17505e2dc1bcad5e485021a8f1cbd6207c62754f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
|
data/lib/ws/style/version.rb
CHANGED
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
|
+
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
|
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.
|
154
|
+
rubygems_version: 3.0.3
|
155
155
|
signing_key:
|
156
156
|
specification_version: 4
|
157
157
|
summary: Shared rubocop config
|