rubocop-haml 0.2.3 → 0.2.4

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: c27e5fd753992baa2a7e29de54366a24800e3064487086493d5fb91275c9c08f
4
- data.tar.gz: 90f412ffc94f4985c734c5a7544de5c7c52690dbc3a0b938ae4845ba0e14de95
3
+ metadata.gz: d6eb8a9ba04125842b70b2bdb2f961c38f8d4165318f5f32ee31a1813b0cc676
4
+ data.tar.gz: 62766ecd6bed37bb47e9ee54460b414611047a09aeb37febed18d57b36e9f314
5
5
  SHA512:
6
- metadata.gz: 339700c0b43e9558d8c1989b2825e3eaa90c30717f113f9535403e664e1a00ba7ca525562a0caba71933f215491204ec853c1dc5244ea3b0c5e5e8b61d0d0a7b
7
- data.tar.gz: 1369d5c470fec223fb342d955903876732549bd972f1664e80d9595628bc69ecbc6990504da96971281fc92f0399e85620d17904d2d6d9fb02e74973e175c8c5
6
+ metadata.gz: 9347d91bba22bb96968fc5a0d0fe3b5750e753c851dd42e8b3b2193d657bb0f79eff288c9021324be2f6374494f3f535bbc094e05891bc680c54880ec2384e14
7
+ data.tar.gz: 66ab05b2a753134d764967786b880390c515580b2e9596937d2b077feec3cf2181a0f891d2529ab0315bd699d5d50c7be0c0fa51cecc1c8219465d24960dc9d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-haml (0.2.3)
4
+ rubocop-haml (0.2.4)
5
5
  hamli (~> 0.5)
6
6
  rubocop (~> 1.45)
7
7
 
data/config/default.yml CHANGED
@@ -123,7 +123,7 @@ Lint/EmptyFile:
123
123
  Exclude:
124
124
  - '**/*.haml'
125
125
 
126
- Lint/SyntaxError:
126
+ Lint/Syntax:
127
127
  Exclude:
128
128
  - '**/*.haml'
129
129
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Haml
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
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-07-28 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: hamli