house_style 2.0.0 → 2.0.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
  SHA256:
3
- metadata.gz: 6e14babccb0eeebb8d0d558a49472836dccee7364425f81474e49ce7f8b219a7
4
- data.tar.gz: 715dd28aded88cccb79af7144086533a1ba616de99f2c06db3f7e9dbc1905281
3
+ metadata.gz: 0d97fcf3d417e9b2f9404237d22bd93a43109191ef45b76b684fac26464110a0
4
+ data.tar.gz: ff9d0ce2f87ff9cd26f7d9d8b113f2343af8a0897e26fedeb8444c5dfef7b918
5
5
  SHA512:
6
- metadata.gz: 0f6c9b7406989e259d9ee3a6e5d6c1ed1022e2ff3dbf58045aac74ced8d3e62f08e198fc70227beee5c1f9874da03191bdb9963b99cf682d19b1008b077b3ae6
7
- data.tar.gz: 1ff1cea9a8d4db282e7abd27654bd25f45604c7348b52577b82f4d96a01a0d0129ada77cd31cf4c5fe901f49e4f228296e1346971153fccad7c551abc3d04037
6
+ metadata.gz: cdf864d25274dd3f26ec155598354868099a60459ccccbd31af33f6a23819d1ea63c95fa3dd8b376d88aed64227cb4c5f8eb487330039442a3f4e208712600da
7
+ data.tar.gz: f464f7fb8fc406771dc93f5e6e580bdd76f6c52b41e55ca97da478f474177d38fb60e13e0c1171b53010e77f1c272f8bd31f83ceb52e03cf8058db55ff30a862
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 2.0.1
4
+ ### Bug fixes
5
+ - Ignore other database schemas in /db for Rails apps
6
+ - Disable `RSpec/MultipleExpectations` cop.
7
+ - Tweak `RSpec/MultipleMemoizedHelpers` to 10.
8
+
3
9
  ## 2.0.0
4
10
  ### New features
5
11
 
data/house_style.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'house_style'
6
- spec.version = '2.0.0'
6
+ spec.version = '2.0.1'
7
7
  spec.authors = ['Altmetric', 'Scott Matthewman']
8
8
  spec.email = ['engineering@altmetric.com', 'scott.matthewman@gmail.com']
9
9
 
data/rails/rubocop.yml CHANGED
@@ -7,7 +7,7 @@ AllCops:
7
7
  Exclude:
8
8
  - bin/**/*
9
9
  - vendor/**/*
10
- - db/schema.rb
10
+ - db/*schema.rb
11
11
  - lib/tasks/cucumber.rake
12
12
  Rails:
13
13
  Enabled: true
data/rspec/rubocop.yml CHANGED
@@ -18,6 +18,10 @@ RSpec/ContextWording:
18
18
  - spec/support/shared_contexts/rake.rb
19
19
  RSpec/ExampleLength:
20
20
  Enabled: false
21
+ RSpec/MultipleExpectations:
22
+ Enabled: false
23
+ RSpec/MultipleMemoizedHelpers:
24
+ Max: 10
21
25
  RSpec/NotToNot:
22
26
  EnforcedStyle: to_not
23
27
  Style/BlockDelimiters:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: house_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Altmetric
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-06-01 00:00:00.000000000 Z
12
+ date: 2021-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop