mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Merged last set of changes from original SVN location
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user