From 5c259a3f49a3305bc638f3f044843e78a9684501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Mon, 23 Jun 2008 09:43:25 -0400 Subject: [PATCH] stip gemspec down to essentials --- liquid.gemspec | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/liquid.gemspec b/liquid.gemspec index 5021536..00f46bf 100644 --- a/liquid.gemspec +++ b/liquid.gemspec @@ -1,8 +1,6 @@ Gem::Specification.new do |s| s.name = %q{liquid} s.version = "1.9.0" - - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tobias Luetke"] s.date = %q{2008-06-23} s.description = %q{A secure non evaling end user template engine with aesthetic markup.} @@ -17,17 +15,4 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.2.0} s.summary = %q{A secure non evaling end user template engine with aesthetic markup.} s.test_files = ["test/test_helper.rb"] - - if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION - s.specification_version = 2 - - if current_version >= 3 then - s.add_runtime_dependency(%q, [">= 1.6.0"]) - else - s.add_dependency(%q, [">= 1.6.0"]) - end - else - s.add_dependency(%q, [">= 1.6.0"]) - end end