public
Rubygem
Description: Liquid markup language. Save, customer facing template language for flexible web apps.
Homepage: http://www.liquidmarkup.org
Clone URL: git://github.com/tobi/liquid.git
Click here to lend your support to: liquid and make a donation at www.pledgie.com !
stip gemspec down to essentials
tobi (author)
Mon Jun 23 06:43:25 -0700 2008
commit  5c259a3f49a3305bc638f3f044843e78a9684501
tree    feda329cd7134b575e6be06c812af24b961eb514
parent  1a160c5d842dd07379645d74b064abd1a92aa1f0
...
1
2
3
4
5
6
7
8
...
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
...
1
2
3
 
 
4
5
6
...
15
16
17
 
 
 
 
 
 
 
 
 
 
 
 
 
18
0
@@ -1,8 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{liquid}
0
   s.version = "1.9.0"
0
-
0
-  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Tobias Luetke"]
0
   s.date = %q{2008-06-23}
0
   s.description = %q{A secure non evaling end user template engine with aesthetic markup.}
0
@@ -17,17 +15,4 @@ Gem::Specification.new do |s|
0
   s.rubygems_version = %q{1.2.0}
0
   s.summary = %q{A secure non evaling end user template engine with aesthetic markup.}
0
   s.test_files = ["test/test_helper.rb"]
0
-
0
-  if s.respond_to? :specification_version then
0
-    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
0
-    s.specification_version = 2
0
-
0
-    if current_version >= 3 then
0
-      s.add_runtime_dependency(%q<hoe>, [">= 1.6.0"])
0
-    else
0
-      s.add_dependency(%q<hoe>, [">= 1.6.0"])
0
-    end
0
-  else
0
-    s.add_dependency(%q<hoe>, [">= 1.6.0"])
0
-  end
0
 end

Comments