liquid 2.6.0.rc1 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/History.md +7 -2
  3. data/lib/liquid/version.rb +1 -1
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTIwZjU2MjYxMGExMjE4NWMxM2YwMzdlOGY4ZThmNDFmZGMzZGYzMA==
4
+ OGUxZDY0MDJhNmUyYmJmZTZkNzllNWYzODExYzU4YjYzM2FmOTRmYg==
5
5
  data.tar.gz: !binary |-
6
- NTgxNTU0ODAxMGEyZGNlN2VkMDgxNDAxZGZkZmNiZjJjZjdhZmJiNA==
6
+ MDIwN2E3NDNlOGYxMGMwZjMyNGJjZmJmNzVjM2JmZWFmMjgxODBhOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjQ4YTI3NWZjYmE2ZTZiYzkzOTI1NDE0NTQ3M2EwN2Q4NGNiYjUxM2NjZmEy
10
- NWNhMmVlNzY1YTM4NWU1NzNjYjAzMzI2NzhlOWYyMTkxYTA5NTkyYjBiMjJj
11
- NzdkMDAzNzRjNmIwODk1MGJjNjNjZjY2MTg3MmVjNGM4NjhkMTU=
9
+ Y2VkYWJjZWVhNWY0OWZlYTU2MTIzNzU2NTY0MjA0ZTM0N2FlNzQxMGIyNzRk
10
+ Yzg3YWJjM2MxNGZjOGJlMGM0NjU1Y2FiYzgwODIxZmZmNDg5YTNlMDQzMGZm
11
+ ODQwYmU3MTI0YzMxMDExNDA1NTM3ZDZiZDZmNWIwNTljYjI0MGI=
12
12
  data.tar.gz: !binary |-
13
- MDQ1ZWE4MDM0NTU5MmFlOWU3ZmQzMWE2NTEyOTMzYjVjODViZDJkNGM3ODQ1
14
- NmYyNDM1M2NiYjAzZmFhMThmNDIyOGJmN2E5NmFmODQ4YWY3MTY3MjZlMTg0
15
- Y2I1ODVlMmJkZDQyYTMwOTY1MWM5ZDkyOTQ0NTA1MmE0NTEzYWQ=
13
+ M2I1ODYyZTI2MDVjZDBkMmU4NzkxY2I5NDk0YWEzOGU3YTA2YzljODA5NzI5
14
+ ZDAzNjIwMTE3YTA4YjNjOTBlNzNhM2FjMWY4YWE3YmRiMTVkNWE3ZTQwN2Rk
15
+ ZmE0NTM2ZjNjZTZhZDc1OTZmYmQ1ODdhODE5YjE4YjlhNzI2OGI=
data/History.md CHANGED
@@ -3,7 +3,7 @@
3
3
  IMPORTANT: Liquid 2.6 is going to be the last version of Liquid which maintains explicit Ruby 1.8 compatability.
4
4
  The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are likely to break on Ruby 1.8.
5
5
 
6
- ## 2.6.0 (not yet released)
6
+ ## 2.6.0 / 2013-11-25 / branch "2.6-stable"
7
7
 
8
8
  * ...
9
9
  * Bugfix for #106: fix example servlet [gnowoel]
@@ -14,6 +14,7 @@ The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are
14
14
  * Bugfix for #204: 'raw' parsing bug [Florian Weingarten, fw42]
15
15
  * Bugfix for #150: 'for' parsing bug [Peter Schröder, phoet]
16
16
  * Bugfix for #126: Strip CRLF in strip_newline [Peter Schröder, phoet]
17
+ * Bugfix for #174, "can't convert Fixnum into String" for "replace" [wǒ_is神仙, jsw0528]
17
18
  * Allow a Liquid::Drop to be passed into Template#render [Daniel Huckstep, darkhelmet]
18
19
  * Resource limits [Florian Weingarten, fw42]
19
20
  * Add reverse filter [Jay Strybis, unreal]
@@ -24,7 +25,11 @@ The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are
24
25
  * Better documentation for 'include' tag (closes #163) [Peter Schröder, phoet]
25
26
  * Use of BigDecimal on filters to have better precision (closes #155) [Arthur Nogueira Neves, arthurnn]
26
27
 
27
- ## 2.5.3 / branch "2.5-stable"
28
+ ## 2.5.4 / 2013-11-11 / branch "2.5-stable"
29
+
30
+ * Fix "can't convert Fixnum into String" for "replace", see #173, [wǒ_is神仙, jsw0528]
31
+
32
+ ## 2.5.3 / 2013-10-09
28
33
 
29
34
  * #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42]
30
35
 
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module Liquid
3
- VERSION = "2.6.0.rc1"
3
+ VERSION = "2.6.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0.rc1
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Luetke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-10 00:00:00.000000000 Z
11
+ date: 2013-11-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -56,6 +56,7 @@ files:
56
56
  - lib/liquid.rb
57
57
  - MIT-LICENSE
58
58
  - README.md
59
+ - History.md
59
60
  - test/liquid/assign_test.rb
60
61
  - test/liquid/block_test.rb
61
62
  - test/liquid/capture_test.rb
@@ -87,7 +88,6 @@ files:
87
88
  - test/liquid/template_test.rb
88
89
  - test/liquid/variable_test.rb
89
90
  - test/test_helper.rb
90
- - History.md
91
91
  homepage: http://www.liquidmarkup.org
92
92
  licenses: []
93
93
  metadata: {}
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: 1.3.7
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.1.6
110
+ rubygems_version: 2.1.10
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: A secure, non-evaling end user template engine with aesthetic markup.
@@ -143,3 +143,4 @@ test_files:
143
143
  - test/liquid/template_test.rb
144
144
  - test/liquid/variable_test.rb
145
145
  - test/test_helper.rb
146
+ has_rdoc: