ws-style 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 8129ca5042c7cbc5c66815bca0812a7f5014c90d
4
- data.tar.gz: 8be28eaf41bec9d103c4930d8d400b1cb6f5e714
3
+ metadata.gz: 3b577a46919de908afe65b703a7a97cd8942ff10
4
+ data.tar.gz: 72365d715bbb14ae5ee713681f875e735aaa9857
5
5
  SHA512:
6
- metadata.gz: 41e7fc8f5afabd55b067938405d566cec48f4a9dd3b585902dd0ab44c21f8c5a52208406af5cbd7ef5359a463f007539b1dee3e6ff41493fb30ee803aa266071
7
- data.tar.gz: 0f6a3f5d9c1ccc7f067fa91c6732ce44b0d3e73d11b92ed14eaadf7a90e0ea2a0e671dae07de091a02838f5839eaadf78c69c606cf80a56e57aab842fc397368
6
+ metadata.gz: 1ff00bae1dbd1380fc8deb092eabe54a2fe8317d9ff8cd9f0073426706a5a323f91463ec3a1a5ae0889a8df04e0cca72b8ea26800400d4bd00ca0737b9738079
7
+ data.tar.gz: eca541ec0d9ce9fa843b8d53a34e53ae080a308587b5935e6c320ae6c7f41ac5d9cb2c70a3f51bfefa06054ca437d6f929ae69fe5968aced701eda6aa13bf44b
data/.gitignore CHANGED
@@ -10,3 +10,4 @@
10
10
 
11
11
  # rspec failure tracking
12
12
  .rspec_status
13
+ *.gem
data/default.yml CHANGED
@@ -6,8 +6,8 @@ AllCops:
6
6
  Exclude:
7
7
  - '*.gemspec'
8
8
  - 'bin/**/*'
9
- - 'db/schema.rb'
10
- - 'db/seeds.rb'
9
+ - 'data/**/*'
10
+ - 'db/**/*'
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.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["peterghm@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Shared rubocop config}
13
- spec.description = %q{Shared rubocop config to enforce Ruby style consistently across services.}
13
+ spec.description = %q{Shared rubocop config to enforce Ruby style consistently across Wealthsimple services.}
14
14
  spec.homepage = "https://github.com/wealthsimple/ws-style"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
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.0
4
+ version: 0.1.1
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-28 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Shared rubocop config to enforce Ruby style consistently across services.
83
+ description: Shared rubocop config to enforce Ruby style consistently across Wealthsimple
84
+ services.
84
85
  email:
85
86
  - peterghm@gmail.com
86
87
  executables: []