boxt_rubocop 2.0.0 → 2.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/rspec.yml +3 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa5ee764a7390ea7611bda8d08930309d173ad145aa1e05ee19894c53849aa66
4
- data.tar.gz: 0405f6ed08bf42afa9c9e6fe8be40d366b0d0b85452cc14ece72084c6649090f
3
+ metadata.gz: 8e7d1d6d1a02f5d0a923ca8d7002c82b7deae8df493fcea2c7857800a7acf525
4
+ data.tar.gz: 3044d24ade8023c044a35ff4c3506010c3c727b237db17a10c6004a33037f713
5
5
  SHA512:
6
- metadata.gz: 772e7d1405c2bc28dc9245bd637fb5bfe11efc39d882943ad322e23272f96f6d3bcc5e3440b0e3d56b860e72d90e7d810d9f7a87820b730cbf7c22d22e944a57
7
- data.tar.gz: ccd564d702b5be208608dd551ca08a57a7c2f249f397019960e38a98719c2e8aa9b01ce858a00e36fba2ca82b9d748e4ff1ff5d140adcfe192d2b45a8afd37e0
6
+ metadata.gz: 9b73ddad46ccd1ae194739a0778b7b00ca99dae67680379e50da2d87e6ac689789c352c159442c7aeab76d008cd9d5413178190b81f72934bd879ccaac0db667
7
+ data.tar.gz: 3707df713180b7059cbb2f4f79030a48a3e4d6fe52b5b63596ef5c0794ea0519ae260a6e5ecfe437cc672d7f8cbaf0432c64a32d911ac6792fe7dc01f10110e2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.1.0
data/rspec.yml CHANGED
@@ -25,4 +25,6 @@ RSpec/MultipleMemoizedHelpers:
25
25
  RSpec/NestedGroups:
26
26
  Max: 4
27
27
 
28
-
28
+ # Multi-line examples must have a description
29
+ RSpec/ExampleWithoutDescription:
30
+ EnforcedStyle: single_line_only
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxt_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boxt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-04 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop