stip gemspec down to essentials

This commit is contained in:
Tobias Lütke
2008-06-23 09:43:25 -04:00
parent 1a160c5d84
commit 5c259a3f49

View File

@@ -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<hoe>, [">= 1.6.0"])
else
s.add_dependency(%q<hoe>, [">= 1.6.0"])
end
else
s.add_dependency(%q<hoe>, [">= 1.6.0"])
end
end