liquid-tag-parser 1.4.0 → 1.4.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
  SHA1:
3
- metadata.gz: ed525307344e34bf3973bfdec1cafa204c415444
4
- data.tar.gz: 738a4cfc00bddcd073551a21e2328f7930451ef5
3
+ metadata.gz: 51563ccd0c4f4f8c022aa6392a201389c364eb82
4
+ data.tar.gz: 7e3f5ee49c47a1d7038f835bcb32ec2bad602866
5
5
  SHA512:
6
- metadata.gz: 863073381e60b53b0390d588b65799bb38250411e5ce26dfb4a5aa89a4123705fe6feaacf611f6fe1ba33085cca1d65b8ba9a85d145dec039183f467d3bab5c6
7
- data.tar.gz: 8e8e8004f69e6f085714ae6634bd5e41e2b323ff8d26120b24ffa0bd8c91ba0ca3a0b711411cdf474a6c0c75fa10415faf1424a294060b70217c5d1acf7a866e
6
+ metadata.gz: e063f8c1e61e9d5356f6c6cd767bdbf3478d2eb91b46a62d69753f0043ce78ecff64aab1ea6a13a87c1ac9e32d8f8aaf75ec1efbe55e0eb3a553572031edd906
7
+ data.tar.gz: ae792e917f095da39fd014927027d725eb5f9518777674bda9b035b43b66a2c4b9fb8355ef615c5064554d992c1106e943b810dd55da7ac6673671f6362432d9
@@ -31,7 +31,7 @@ module Liquid
31
31
  NEGATIVE_BOOLEAN = /^(?<!\\)\!/
32
32
  BOOLEAN_QUOTE_REPLACEMENT = "\\1\\\\\\2"
33
33
  SHELLSPLIT = /\G\s*(?>([^\s\\\'\"]+)|'([^\']*)'|"((?:[^\"\\]|\\.)*)"|(\\.?)|(\S))(\s|\z)?/m
34
- BOOLEAN_QUOTE = /^('|")((?<!\\)@|(?<!\\)\!)/
34
+ BOOLEAN_QUOTE = /('|")((?<!\\)@|(?<!\\)\!)/
35
35
  POSITIVE_BOOLEAN = /^(?<!\\)\@/
36
36
  ESCAPED_BOOLEAN = /\\(@|\!)/
37
37
  KEY = /\b(?<!\\):/
@@ -5,7 +5,7 @@
5
5
  module Liquid
6
6
  class Tag
7
7
  class Parser
8
- VERSION = "1.4.0"
8
+ VERSION = "1.4.1"
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid-tag-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell