ws-style 3.0.3 → 3.0.4

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: 5887382dc629b4b67d837115ed84e8b81dc8a40f099731bc0dc77b01c2586e24
4
- data.tar.gz: b01ed97ae65e87748f3827b31d8a56f5d0178514202487d57d12af9aa3a5a0c7
3
+ metadata.gz: 9e7df4cf700597e9e85490f3540e39ef4bac934ee85cabf19c2d7b1ea4df821f
4
+ data.tar.gz: bc80407166e4a91ce285bc71547a0acb7b204d37bede8a610108ae7ee4162f8a
5
5
  SHA512:
6
- metadata.gz: 1cfcf5f5bd77e93d1a26a6356b6765a2725942da15dea6e88ff1af49c5f7e128309582c3cc14a319b78235dab205fadb8f372ce34efc79ad70a81216a2a2ae54
7
- data.tar.gz: 2d1ed9014e41acd7b78ac9a70464f15a7140772214c84ec623da9e85cea478d2a57f8b64b1660d3551f156dfd3d9de0e3c51c0361d412395233db3a830ad6065
6
+ metadata.gz: 90644179ef2734ccdf35c66a2660206da4c63b318aeeacf87a2f852069c00192761df7cf97ffaa1435b48540b1d6424bf55eaf5f3f6ba00d3921d5710afcb35d
7
+ data.tar.gz: 2d00c9bf55c385eb2a15d9d8b0188b94988045db8c98472267dbb5ea237a2944f9a5b8a6771019079c5bddb06a137b6225c37c6fec65b001028a6d2f1fe01546
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.4 - 2019-03-06
8
+ ### Changed
9
+ - Allow empty example group.
10
+
7
11
  ## 3.0.0 - 2019-02-26
8
12
  ### Changed
9
13
  - Added rubocop-rspec to enforce good rspec hygiene. https://wealthsimple.quip.com/ywj9AznUePvo/HOWTO-ws-style-10-Rubocop-Upgrade-guide
data/default.yml CHANGED
@@ -141,6 +141,9 @@ Rails/TimeZone:
141
141
  RSpec/AnyInstance:
142
142
  Enabled: false
143
143
 
144
+ RSpec/EmptyExampleGroup:
145
+ Enabled: false
146
+
144
147
  RSpec/ExampleLength:
145
148
  Max: 15
146
149
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '3.0.3'.freeze
3
+ VERSION = '3.0.4'.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.3
4
+ version: 3.0.4
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-04 00:00:00.000000000 Z
11
+ date: 2019-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop