mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
committed by
Tobias Lütke
parent
daadb1a2d6
commit
37580976db
+12
-2
@@ -1,7 +1,7 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{liquid}
|
s.name = %q{liquid}
|
||||||
s.version = "2.0.1"
|
s.version = "2.0.1"
|
||||||
s.specification_version = 2 if s.respond_to? :specification_version=
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
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{2009-04-13}
|
s.date = %q{2009-04-13}
|
||||||
@@ -14,6 +14,16 @@ Gem::Specification.new do |s|
|
|||||||
s.rdoc_options = ["--main", "README.txt"]
|
s.rdoc_options = ["--main", "README.txt"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.rubyforge_project = %q{liquid}
|
s.rubyforge_project = %q{liquid}
|
||||||
s.rubygems_version = %q{1.2.0}
|
s.rubygems_version = %q{1.3.1}
|
||||||
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.}
|
||||||
|
|
||||||
|
if s.respond_to? :specification_version then
|
||||||
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
||||||
|
s.specification_version = 2
|
||||||
|
|
||||||
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
||||||
|
else
|
||||||
|
end
|
||||||
|
else
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user