Sha256: 6c519d0485d540020114fdcbd411aff3c2ea56af83b10462f9803c257bf551c8
Contents?: true
Size: 675 Bytes
Versions: 29
Compression:
Stored size: 675 Bytes
Contents
# -*- 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 = ["tobi@leetsoft.com"] 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
Version data entries
29 entries across 29 versions & 1 rubygems