lifen-ruby-style 1.2.8 → 1.3.0

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: 30982d9cc33853c338ac7ca59831d03bc0a182094a78722a42d77fcc142b14d0
4
- data.tar.gz: 075e0e4bd7506a09ab0e931eab195475b918f453bcc7415c49d3d237c136c353
3
+ metadata.gz: b3ddc923a2cdc3cd6c1e4b1b46a4440e40d1e845ab35e700c0b84e04fa071798
4
+ data.tar.gz: 0d661883415d56cdd430d57aeea76f4c724a8ca6e37163c3fd8708a7498f83c5
5
5
  SHA512:
6
- metadata.gz: 92b2ff59375a03ddcb9b0e746b497af666a459ec46643fa6afdb727182a782c567179c73127f8ff658e5fa743adc57be40c94dedf436f5737c579fa7989edc17
7
- data.tar.gz: 5e4eecaa2854b6876a8738f926059c6e99ce653f969ff6180fee33b1c21d2f6711c659a31851367cf191243dbc771f9a3ef23de3dc8cc41b63e525a3458fcbe1
6
+ metadata.gz: c94bd5d09bf622cb9d5fcb50c015996a26729c81dc720c5500b21f0eb2a97255e79faf71b9c2fa4b13b108baf4d6e1c129e93d92f24d5e0884e35b0a5096dbe7
7
+ data.tar.gz: f0cf34f34d3d958f95a96b8f5bd09cee791f29df893fce060f181a646e20a2611dc9a7f106b781c1df6b1340db976a25d9f9908fefc8c7d89e7bb88a3e90477b
data/.github/CODEOWNERS CHANGED
@@ -1 +1 @@
1
- * @EtienneDepaulis @rouaneta
1
+ * @EtienneDepaulis @rouaneta @alexplatteeuw
data/default_rubocop.yml CHANGED
@@ -1622,7 +1622,10 @@ Rails/EnvironmentComparison:
1622
1622
  Rails/Exit:
1623
1623
  Enabled: true
1624
1624
 
1625
- Rails/FilePath:
1625
+ RSpec/SpecFilePathFormat:
1626
+ Enabled: true
1627
+
1628
+ RSpec/SpecFilePathSuffix:
1626
1629
  Enabled: true
1627
1630
 
1628
1631
  Rails/FindBy:
@@ -1975,9 +1978,6 @@ RSpec/ExpectInHook:
1975
1978
  RSpec/ExpectOutput:
1976
1979
  Enabled: true
1977
1980
 
1978
- RSpec/FilePath:
1979
- Enabled: true
1980
-
1981
1981
  RSpec/Focus:
1982
1982
  Enabled: true
1983
1983
 
@@ -3,7 +3,7 @@
3
3
  module Lifen
4
4
  module RubyStyle
5
5
 
6
- VERSION = '1.2.8'
6
+ VERSION = '1.3.0'
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lifen-ruby-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Lifen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-16 00:00:00.000000000 Z
11
+ date: 2023-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: overcommit
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  - !ruby/object:Gem::Version
193
193
  version: '0'
194
194
  requirements: []
195
- rubygems_version: 3.1.6
195
+ rubygems_version: 3.4.17
196
196
  signing_key:
197
197
  specification_version: 4
198
198
  summary: Lifen style guides and shared style configs.