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 !
Maybe now?
Tobias Lütke (author)
Mon Jun 23 06:36:31 -0700 2008
commit  1ccb83d7cbb446b9bd06bf3c59cb5cb82d744ba0
tree    2bbc6fda2f9e0399f9734d7dba076f7b17b39bc0
parent  e0dd07811c46cf225ca4f2c095baf115e449cdbc
...
7
8
9
10
 
11
12
13
14
...
7
8
9
 
10
11
12
13
14
0
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
0
   s.homepage = "http://www.liquidmarkup.org"
0
   s.has_rdoc = true
0
   s.authors = ["Tobias Lütke"]
0
- p s.files = File.read('Manifest.txt').to_a.collect { |f| f.strip }
0
+ s.files = Dir['lib/**/*']
0
   s.rdoc_options = ["--main", "README.txt"]
0
   s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.