haml_lint 0.77.0 → 0.78.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: 7921fe8a1e26942508760439ec035df56857a187940b4ffca065a5c4ec429707
4
- data.tar.gz: cd1bda4743a43b50187964816f169440e65fc18e9630f1a42d3e6e8213a80d8c
3
+ metadata.gz: 52cf3d73b4ee4afef24de47687b64f673758976e9e39de8a85dd01e6565219f2
4
+ data.tar.gz: b94711d7d122679267311cb54386fe886b6123b0fcdc7568ba3e1d690e8d85f4
5
5
  SHA512:
6
- metadata.gz: 5f7e19ddafb3f3d1e501bead0e05e93bc79d11ef677da990ff87e705131919151dbad1f8c949498783c9db506a9cfa83e96186be992b1774fedd1c1cfd361fc6
7
- data.tar.gz: e9342ee6f6d106b32d5da3f606eb1b6e0c8110d24b9527ac8b937e2dd7fdb344b3f963ded1f8bce01fc3a75bb53686dafb84cf90e3c213bce550c08cb2fafd10
6
+ metadata.gz: 760321052ce79dcaf3c1eb01788ad4e2f241384f8f3418435cd0538efa99ac2a4db99dfbf76120282b5410b41e0b01410e766c4f7bee93379c11213403d88ddf
7
+ data.tar.gz: e6d67d1217e443a1cad3b196d85a7224b41f67bceabc2d3e27a71f8f97916d06ae9f878e3d88d39fd822383766fa56aa69baf4bc8ca187d5cd1e08c4cca7a62b
@@ -24,8 +24,8 @@ module Haml::Util
24
24
 
25
25
  # Overriding the unescape_interpolation method to store the return and original string
26
26
  # in the cache.
27
- def unescape_interpolation_with_original_tracking(str, escape_html = nil)
28
- value = unescape_interpolation_without_original_tracking(str, escape_html)
27
+ def unescape_interpolation_with_original_tracking(str, *args)
28
+ value = unescape_interpolation_without_original_tracking(str, *args)
29
29
  Haml::Util.unescape_interpolation_to_original_cache[value] = str
30
30
  value
31
31
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module HamlLint
5
- VERSION = '0.77.0'
5
+ VERSION = '0.78.0'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane da Silva