rubocop-slim 0.3.0 → 0.3.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: e66ccc298ec65e04faa7e04a808599561bf00a5612f894b696e95f5dc0d78133
4
- data.tar.gz: e0cc9efca5b9bb323d40152ddc164d366cbffd991d8687fd7b081681aeb278c0
3
+ metadata.gz: a6b17810c7076a0df19bfba739148ac83e8d3c4dd463794e17cf7bb24848d858
4
+ data.tar.gz: a98d8b2d0d0af271492dbdb025cb9561d85f74a18f43c941eea3a02fdadaf6c7
5
5
  SHA512:
6
- metadata.gz: 89e1f4affe662786a84a62185518ebf90a9dabbeab66f4e19e85fa2f97e6b1f4d813d61b9b07d99b7e7159028f591f616939a61f654f9b2df8e16ff50444ecea
7
- data.tar.gz: 72b4f5485a411e9de2bc3e086e78fdf9c41076a4fc0434ce8397fb2abddd5760ef4732499405e52f45874b1fecf7e06646f17a479f4656577afab927c9423b43
6
+ metadata.gz: 91a09bf8d5c45488cac1f56a03c00566d07dcfb57abb8cd8ba815942cd697a6f80bb44b592094af59ce31a181a83f69150c7795448da5ee854a28630acb5c0ab
7
+ data.tar.gz: a956d13dfe32745b8b0387fe056a16b661419ef456f83524d7d7f870a0fedc5e54c5ba4b7679016550efd0081c0d25159ea060326887f506461b2362602be2f7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-slim (0.3.0)
4
+ rubocop-slim (0.3.1)
5
5
  lint_roller (>= 1.1)
6
6
  rubocop (>= 1.72.1)
7
7
  slimi (~> 0.7)
@@ -90,9 +90,9 @@ GEM
90
90
  temple
91
91
  thor
92
92
  tilt
93
- temple (0.10.3)
94
- thor (1.3.2)
95
- tilt (2.6.0)
93
+ temple (0.10.4)
94
+ thor (1.4.0)
95
+ tilt (2.6.1)
96
96
  tzinfo (2.0.6)
97
97
  concurrent-ruby (~> 1.0)
98
98
  unicode-display_width (3.1.4)
data/config/default.yml CHANGED
@@ -175,6 +175,10 @@ Style/ParallelAssignment:
175
175
  Exclude:
176
176
  - '**/*.slim'
177
177
 
178
+ Style/RedundantParentheses:
179
+ Exclude:
180
+ - '**/*.slim'
181
+
178
182
  Style/RescueModifier:
179
183
  Exclude:
180
184
  - '**/*.slim'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Slim
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-slim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-09 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.7'
55
- description:
55
+ description:
56
56
  email:
57
57
  - r7kamura@gmail.com
58
58
  executables: []
@@ -87,7 +87,7 @@ metadata:
87
87
  source_code_uri: https://github.com/r7kamura/rubocop-slim
88
88
  changelog_uri: https://github.com/r7kamura/rubocop-slim/releases
89
89
  default_lint_roller_plugin: RuboCop::Slim::Plugin
90
- post_install_message:
90
+ post_install_message:
91
91
  rdoc_options: []
92
92
  require_paths:
93
93
  - lib
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubygems_version: 3.3.27
106
- signing_key:
106
+ signing_key:
107
107
  specification_version: 4
108
108
  summary: RuboCop plugin for Slim template.
109
109
  test_files: []