Maybe now?

This commit is contained in:
Tobias Lütke
2008-06-23 09:36:31 -04:00
parent e0dd07811c
commit 1ccb83d7cb
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.homepage = "http://www.liquidmarkup.org" s.homepage = "http://www.liquidmarkup.org"
s.has_rdoc = true s.has_rdoc = true
s.authors = ["Tobias Lütke"] s.authors = ["Tobias Lütke"]
p s.files = File.read('Manifest.txt').to_a.collect { |f| f.strip } s.files = Dir['lib/**/*']
s.rdoc_options = ["--main", "README.txt"] s.rdoc_options = ["--main", "README.txt"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
end end