Merged last set of changes from original SVN location

This commit is contained in:
Tobias Lütke
2008-05-08 11:34:43 -04:00
parent 1d647361e1
commit 7f58cbf82d
10 changed files with 95 additions and 33 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ require 'rubygems'
require 'rake'
require 'hoe'
PKG_VERSION = "1.7.0"
PKG_VERSION = "1.9.0"
PKG_NAME = "liquid"
PKG_DESC = "A secure non evaling end user template engine with aesthetic markup."
@@ -17,8 +17,8 @@ end
Hoe.new(PKG_NAME, PKG_VERSION) do |p|
p.rubyforge_name = PKG_NAME
p.summary = PKG_DESC
p.description = nil
p.description = PKG_DESC
p.author = "Tobias Luetke"
p.email = "[email protected]"
p.url = "http://home.leetsoft.com/liquid"
p.url = "http://www.liquidmarkup.org"
end