mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
stip gemspec down to essentials
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{liquid}
|
s.name = %q{liquid}
|
||||||
s.version = "1.9.0"
|
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.authors = ["Tobias Luetke"]
|
||||||
s.date = %q{2008-06-23}
|
s.date = %q{2008-06-23}
|
||||||
s.description = %q{A secure non evaling end user template engine with aesthetic markup.}
|
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.rubygems_version = %q{1.2.0}
|
||||||
s.summary = %q{A secure non evaling end user template engine with aesthetic markup.}
|
s.summary = %q{A secure non evaling end user template engine with aesthetic markup.}
|
||||||
s.test_files = ["test/test_helper.rb"]
|
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
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user