haml_lint 0.64.0 → 0.65.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73a515adb6ca4915d07c747133e7a657e04bd8d6a5c41cf5cd63a0adf3e03316
4
- data.tar.gz: efb5d688d181d7906a28bef3f25b1080e1e38e2461d9343db554ed5a98037296
3
+ metadata.gz: 31eb51a942e204552d88341af2ea3b6886fc560510059e2fb655a672fd0358c0
4
+ data.tar.gz: e2ef4b1ece3553996bfc30df0c86ff13db701700e13d9846a0ab73e0e37bc6cc
5
5
  SHA512:
6
- metadata.gz: 7a6c42a2be6709314fb8bff476e8a0ff80f0054895eeaa795b8fd741039a580bfb6ced6b0a45b293cdbe0641676a412909363b99f3638a5f8f4f5dd910de736a
7
- data.tar.gz: 7165be1ef28719e4a08ad60a26aa6d0a8f8e1ca0507c5376cbfa776e813320fbb3fbd4357c7d74809393cd9c676ca009bab3d8d36b48770de7ffda4c680ed3a2
6
+ metadata.gz: b8cd270ec263c0ca6ea975f0b599b5ab991516bd6823fe4e5c8a6f8fe1aa3e347398bcdca8c762a28e076534e1de3a4ab9d9776610a4f289eb83a07b1e8bce56
7
+ data.tar.gz: 6ffe259291f5e86fa4384c36ed70b9d3e462e3033227d38f0980b03c1308bfec30ac8c0509df290ba28662db3d7411eef80d11d6fd14fc053b9324d5fd9b5417
@@ -88,7 +88,7 @@ module HamlLint
88
88
  output = []
89
89
  output << HEADING
90
90
  output << 'linters:' if linters_with_lints.any?
91
- linters_with_lints.each do |linter, files|
91
+ linters_with_lints.sort.each do |linter, files|
92
92
  output << generate_config_for_linter(linter, files)
93
93
  end
94
94
  output.join("\n\n")
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module HamlLint
5
- VERSION = '0.64.0'
5
+ VERSION = '0.65.0'
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane da Silva
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-29 00:00:00.000000000 Z
10
+ date: 2025-07-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: haml