ws-style 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 3b577a46919de908afe65b703a7a97cd8942ff10
4
- data.tar.gz: 72365d715bbb14ae5ee713681f875e735aaa9857
3
+ metadata.gz: a9d42fa692a6487ecb34e2fd1bcabb07bba04575
4
+ data.tar.gz: 0c6350dff4efd30a10b1c64b30374fb353471184
5
5
  SHA512:
6
- metadata.gz: 1ff00bae1dbd1380fc8deb092eabe54a2fe8317d9ff8cd9f0073426706a5a323f91463ec3a1a5ae0889a8df04e0cca72b8ea26800400d4bd00ca0737b9738079
7
- data.tar.gz: eca541ec0d9ce9fa843b8d53a34e53ae080a308587b5935e6c320ae6c7f41ac5d9cb2c70a3f51bfefa06054ca437d6f929ae69fe5968aced701eda6aa13bf44b
6
+ metadata.gz: 6d669e80cd25917e118b79cecb572af178171af09836546c4dd7182021f692b4cf88af3331d81361cceb1d1da3095843f7b44a91963625b165d09c9148e9814b
7
+ data.tar.gz: 4a612e7c6d24ed14a9116f83787823a5335e092088f173a7c9a9064a9aeebeda325d1ae9b7cd43da5ed958346721e43b80ea9971a0605a5b87d507090c1a1186
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ws-style [![CircleCI](https://circleci.com/gh/wealthsimple/ws-style.svg?style=svg)](https://circleci.com/gh/wealthsimple/ws-style)
1
+ # ws-style [![CircleCI](https://circleci.com/gh/wealthsimple/ws-style.svg?style=svg)](https://circleci.com/gh/wealthsimple/ws-style) [![Gem Version](https://badge.fury.io/rb/ws-style.svg)](https://rubygems.org/gems/ws-style)
2
2
 
3
3
  Shared [rubocop](https://github.com/bbatsov/rubocop) config to enforce Ruby style consistently across Wealthsimple libraries and services.
4
4
 
@@ -45,7 +45,7 @@ inherit_gem:
45
45
 
46
46
  AllCops:
47
47
  TargetRubyVersion: 2.4
48
- Exclude:
48
+ Include:
49
49
  - 'db/**/*'
50
50
 
51
51
  Lint/RescueException:
data/default.yml CHANGED
@@ -7,7 +7,7 @@ AllCops:
7
7
  - '*.gemspec'
8
8
  - 'bin/**/*'
9
9
  - 'data/**/*'
10
- - 'db/**/*'
10
+ - 'db/schema.rb'
11
11
  - 'lib/tasks/circle_0.rake' # Ignore circleci code
12
12
  - 'log/**/*'
13
13
  - 'public/**/*'
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = "0.1.1".freeze
3
+ VERSION = "0.1.2".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: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-29 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop