foobara-rubocop-rules 0.0.9 → 0.0.10

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/rules/layout.yml +3 -0
  4. data/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01e5a5151ff71cb98acfae5d71587880d10027f04db25a36620ca1b4eb0548ac
4
- data.tar.gz: ab2ec7306d688b7b1ae8553caa3321a0d593ec930ea8b871d8bfb1ff4f00e938
3
+ metadata.gz: a15ad69ec52bebb8b75e21d06f532711beee23efd988fed58270ca81046d06e3
4
+ data.tar.gz: ae055937e9833c050a256c1e043ad468db88096039ecb1d997cddcbeb028c40b
5
5
  SHA512:
6
- metadata.gz: b3d71c2cf9ccce8c74abf995c74b3c70118a6039bdbbad7b7171055c732737b0e47c6b7fac16d6a7e4eef7e678617ca926eb269d40a47748ce7ca08437886ba0
7
- data.tar.gz: 8bbe099f840c57c9ca56f29381bbca555b19806dbe9b1321248967f747e73463b0a3de370b432a64c25c334707f1de42220f0384bc9a7246ae247bd4dbbfd70b
6
+ metadata.gz: '062779bd373265f05327efbce6b8c8e3a1b83fbc642a61ec85207ffc2e4b0073343c6aa9caa58ba2106f7f18e3eb4ccc299983aaf3f872a3a52a7c71bd964050'
7
+ data.tar.gz: 3e3b5f9f657458d75ef2f7bec4e8603e9bdfbb04313c1b339a14992425b04bc2fe5b3d63a91483a3dae291a496004063dba16f987b9bb9457853dd248b6dfc49
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.10] - 2025-05-07
2
+
3
+ - Disable exception for spacing around ** operator
4
+
1
5
  ## [0.0.9] - 2025-05-03
2
6
 
3
7
  - Let's just use normal arrays instead of %i and %w to reduce the amount of syntax in-use
data/rules/layout.yml CHANGED
@@ -1,2 +1,5 @@
1
1
  Layout/LineLength:
2
2
  Max: 120
3
+
4
+ Layout/SpaceAroundOperators:
5
+ EnforcedStyleForExponentOperator: space
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Foobara
2
2
  module RubocopRules
3
- VERSION = "0.0.9".freeze
3
+ VERSION = "0.0.10".freeze
4
4
 
5
5
  local_ruby_version = File.read("#{__dir__}/.ruby-version").chomp
6
6
  local_ruby_version_minor = local_ruby_version[/\A(\d+\.\d+)\.\d+\z/, 1]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-rubocop-rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-05-04 00:00:00.000000000 Z
10
+ date: 2025-05-08 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rubocop