From e0dd07811c46cf225ca4f2c095baf115e449cdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Mon, 23 Jun 2008 09:34:34 -0400 Subject: [PATCH] Added gemspec for automatic rubygem github madness --- liquid.gemspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 liquid.gemspec diff --git a/liquid.gemspec b/liquid.gemspec new file mode 100644 index 0000000..dfcce16 --- /dev/null +++ b/liquid.gemspec @@ -0,0 +1,13 @@ +Gem::Specification.new do |s| + s.name = "liquid" + s.version = "1.9.0" + s.date = "2008-06-23" + s.description = s.summary = "A secure non evaling end user template engine with aesthetic markup." + s.email = "tobi@leetsoft.com" + s.homepage = "http://www.liquidmarkup.org" + s.has_rdoc = true + s.authors = ["Tobias Lütke"] + p s.files = File.read('Manifest.txt').to_a.collect { |f| f.strip } + s.rdoc_options = ["--main", "README.txt"] + s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] +end \ No newline at end of file