fat_table 0.3.4 → 0.5.2

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: b1acf502c906ac50471a86a10889b2897831c26a4a49102aa3ee18e784658122
4
- data.tar.gz: a239367ae5b4a70a888fe1e8427f1989f0cf8369402f2e3e252b9b2d11058841
3
+ metadata.gz: f35f99181e39d7569ce7df958ae92742617826e54b8ed2c6352b73c5723a3d44
4
+ data.tar.gz: d37acb3f0be27191bafa17ae30b51dfd2db2c4a5d97e6c80fa5399f2618ea98b
5
5
  SHA512:
6
- metadata.gz: 1edd15c8c3bf469a2b2278fd96246af6154ec8d7b1190f9f8398f23db1fc6bd816ecc92467296f8d811ac21045f797fbfb62c54fb2f6e95b83b33272a5bac1a4
7
- data.tar.gz: 8c938a602ea1a7a4f58a85265d84d80c9c7eea9dcba250a36861456f8244ab14f0f108f70d57737c43316b528d2ca373ff7ab3d0ee87eb8ae9c77637207163cd
6
+ metadata.gz: eafd2077939c57673358a680490ccbe48218e8b290540790f3526b5945337e53c9366369c255adcc85e01916ad012cbad12132593def15350fd3993304bc5a30
7
+ data.tar.gz: e7a542986752ac4f632e7344c49080786e0e52ecbe224a0644a6da7b4ec65dd8ca2b9abe842ee295ad7cf19a7a0ccd0e93b22632716c95533665a21d14b5cc83
data/.rspec CHANGED
@@ -1,2 +1,3 @@
1
- --format documentation
2
1
  --color
2
+ --require spec_helper
3
+ --format documentation
data/.rubocop.yml CHANGED
@@ -1,10 +1,7 @@
1
- inherit_gem:
2
- rubocop-shopify: rubocop.yml
3
- require: rubocop-rspec
4
- require: rubocop-performance
1
+ inherit_from:
2
+ - ~/.rubocop.yml
5
3
 
6
4
  AllCops:
7
- TargetRubyVersion: 2.7
8
5
  Exclude:
9
6
  - 'test/tmp/**/*'
10
7
  - 'vendor/bundle/**/*'
@@ -12,6 +9,7 @@ AllCops:
12
9
  Style/MethodCallWithArgsParentheses:
13
10
  Exclude:
14
11
  - '**/Gemfile'
12
+ - '*_spec.rb'
15
13
 
16
14
  Style/ClassAndModuleChildren:
17
15
  Exclude: