liquid 5.8.0 → 5.8.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: d27b4c9417e479c5eec775f4ec1e5dd6165a2fb5fe76a8b769b31bc5acaff334
4
- data.tar.gz: 77aef473425cf804dd4dfe1a17f00a424e70e30143952c9670c20d947fa038aa
3
+ metadata.gz: 9df4f1181afa3219bb511d91aa42bf71a66f9754e21c1d757b08e0755cc52644
4
+ data.tar.gz: d0889eb7e14469f37995032e321f59beb7d92c544676b3a37e29de4128e560f7
5
5
  SHA512:
6
- metadata.gz: 40f39337b8767db07e12beb2aa2a155a3bfb975752e02a09626b7fe3d53ef73c0c79252f29f2cb4a6edc63b8f0afff06d0df663d9a74d27a1f9507efd5db4a2c
7
- data.tar.gz: 350ee158bdd4dabfb8781c937ca6426ee06cbaaedaffa469aa324fe717d7b7fbbf1f7a82aebd61a0bd9f96bc0ae4a94e887115385d1ca1f9c76aa2613ef88881
6
+ metadata.gz: 6003582f214cfab241a8160f549203c1b1e7719dad67e5af145f9c0d424a46c6fde121801a87bf5094a84c955114e96d3ba2874ceb5f927dbd83372bf1ba2130
7
+ data.tar.gz: 4358f9616737c9aa3b6e61d1bb723e38e8d5446c157654ea894c09efb375e9c2e01eb4dfbec9c243207bf2750c87702f21698d31f53bed4848e1a5c7ea155677
data/History.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## 5.8.1 (unreleased)
4
4
 
5
+ ## 5.8.1
6
+
7
+ * Fix `{% doc %}` tag to be visitable [Guilherme Carreiro]
8
+
5
9
  ## 5.8.0
6
10
 
7
11
  * Introduce the new `{% doc %}` tag [Guilherme Carreiro]
@@ -55,6 +55,10 @@ module Liquid
55
55
  true
56
56
  end
57
57
 
58
+ def nodelist
59
+ []
60
+ end
61
+
58
62
  private
59
63
 
60
64
  def ensure_valid_markup(tag_name, markup, parse_context)
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Liquid
5
- VERSION = "5.8.0"
5
+ VERSION = "5.8.1"
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.0
4
+ version: 5.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Lütke
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-25 00:00:00.000000000 Z
10
+ date: 2025-02-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: strscan