rubocop-slim 0.2.7 → 0.2.8

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: 9947f37c94fc6e24e579dc86a7803631a5634f84de00542747d7704705567233
4
- data.tar.gz: e807279fde8021198b37d5964903892aa3106d47b594a03bb1ed8a3ad7ce1c2a
3
+ metadata.gz: 6cc13d20db409e4be47e6572f26316aa1f769a2075e3e467aea4da80264376c0
4
+ data.tar.gz: e8c6412e4601f6959723ffb5aaecc00cb54a5ab57af01245a0b5009aec652e1c
5
5
  SHA512:
6
- metadata.gz: deae8bef3a1c84680ad008c42b5bf7ae299c0b1a21b7527eb6710b4c6bdd1e36d91f70ce30b053e510c0a4dfbe9e68e271e69f962da4a12288c0b2c026707984
7
- data.tar.gz: eb7293ff3fc3954ad085af8687f642e7a60349bcb11ff2754af46d77e76083efd4025712a2234ec68d7ca3a8ff280dcf521b713e9a90d336094d9f2536568efb
6
+ metadata.gz: 5ccaa0d63a42c0b5dc73ce7d91b43c56793300c913c1b45a9534a6caba6b08912abc6fb2e677ac9b5eb97c0231d737141970df7a5ab91b17164d1bec067318fa
7
+ data.tar.gz: 894a0ddcda52e388bb88a5d7c29dfbf142fd94900e73ef3bd4ff79d72baae87c9689a6de41690482214ab4868f9d05429f966994541a882ed29b1bbca714892d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-slim (0.2.7)
4
+ rubocop-slim (0.2.8)
5
5
  rubocop (~> 1.45)
6
6
  slimi (~> 0.7)
7
7
 
@@ -81,7 +81,7 @@ GEM
81
81
  tilt
82
82
  strscan (3.1.0)
83
83
  temple (0.10.3)
84
- thor (1.3.1)
84
+ thor (1.3.2)
85
85
  tilt (2.4.0)
86
86
  tzinfo (2.0.6)
87
87
  concurrent-ruby (~> 1.0)
data/config/default.yml CHANGED
@@ -123,7 +123,7 @@ Lint/EmptyFile:
123
123
  Exclude:
124
124
  - '**/*.slim'
125
125
 
126
- Lint/SyntaxError:
126
+ Lint/Syntax:
127
127
  Exclude:
128
128
  - '**/*.slim'
129
129
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Slim
5
- VERSION = '0.2.7'
5
+ VERSION = '0.2.8'
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.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-11 00:00:00.000000000 Z
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop