mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
24 lines
675 B
Ruby
24 lines
675 B
Ruby
# -*- encoding: utf-8 -*-
|
|
|
|
Gem::Specification.new do |s|
|
|
s.platform = Gem::Platform::RUBY
|
|
|
|
s.name = "liquid"
|
|
s.version = '2.2.2'
|
|
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
|
|
|
s.authors = ["Tobias Luetke"]
|
|
s.email = ["[email protected]"]
|
|
s.homepage = "http://www.liquidmarkup.org"
|
|
|
|
s.description = "A secure, non-evaling end user template engine with aesthetic markup."
|
|
|
|
s.required_rubygems_version = ">= 1.3.7"
|
|
|
|
s.files = Dir.glob("{lib}/**/*") + %w(MIT-LICENSE README.md)
|
|
|
|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.md"]
|
|
|
|
s.require_path = 'lib'
|
|
end
|