mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f33cd1eae | ||
|
|
1854cd17ab | ||
|
|
69c2575485 | ||
|
|
0e98b29665 |
@@ -43,7 +43,6 @@ module Liquid
|
|||||||
'index0' => index,
|
'index0' => index,
|
||||||
'col' => col + 1,
|
'col' => col + 1,
|
||||||
'col0' => col,
|
'col0' => col,
|
||||||
'index0' => index,
|
|
||||||
'rindex' => length - index,
|
'rindex' => length - index,
|
||||||
'rindex0' => length - index - 1,
|
'rindex0' => length - index - 1,
|
||||||
'first' => (index == 0),
|
'first' => (index == 0),
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "2.6.1"
|
VERSION = "2.6.2"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user