History and gemspec

This commit is contained in:
Florian Weingarten
2013-10-09 16:45:32 -04:00
parent 0bbc22b027
commit 53b6db48e3
2 changed files with 6 additions and 6 deletions

View File

@@ -1,14 +1,14 @@
# Liquid Version History
## 2.5.3
## 2.5.3 / branch "2.5-stable"
* #232, #234, #237: Fix Map filter bugs [Florian Weingarten, fw42]
* #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42]
## 2.5.2
## 2.5.2 / 2013-09-03 / deleted
#### Yanked from rubygems, as it contained too much changes, those changes will be on major releases
Yanked from rubygems, as it contained too many changes that broke compatibility. Those changes will be on following major releases.
## 2.5.1
## 2.5.1 / 2013-07-24
* #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten, fw42]

View File

@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "liquid"
s.version = "2.5.1"
s.version = "2.5.3"
s.platform = Gem::Platform::RUBY
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
s.authors = ["Tobias Luetke"]