public
Fork of jeremyevans/sequel
Description: The Database Toolkit for Ruby
Homepage: http://code.google.com/p/ruby-sequel/
Clone URL: git://github.com/pdamer/sequel.git
Don't use Allison as the RDoc template
jeremyevans (author)
Sat Apr 05 08:57:33 -0700 2008
commit  d420997ffb957876c3275733c5cea9ac1bdb33d9
tree    88cf451000b6749e5b0c303f64bad7851942497d
parent  07cc3c816e65fdd2b07b5535c24fa146fe0b9cd0
...
74
75
76
77
78
79
80
81
82
83
84
85
86
87
...
74
75
76
 
 
77
78
79
80
81
 
82
83
84
0
@@ -74,14 +74,11 @@ RDOC_OPTS = [
0
   "--inline-source"
0
 ]
0
 
0
-ALLISON_TEMPLATE = "#{Gem.dir}/gems/allison-2.0.3/lib/allison.rb"
0
-
0
 Rake::RDocTask.new do |rdoc|
0
   rdoc.rdoc_dir = "sequel/doc/rdoc"
0
   rdoc.options += RDOC_OPTS
0
   rdoc.main = "sequel/README"
0
   rdoc.title = "Sequel: The Database Toolkit for Ruby"
0
- rdoc.template = ALLISON_TEMPLATE if File.exists?(ALLISON_TEMPLATE)
0
   rdoc.rdoc_files.add ["sequel/README", "sequel/COPYING",
0
     "sequel_core/lib/sequel_core.rb", "sequel_core/lib/**/*.rb",
0
     "sequel_model/lib/sequel_model.rb", "sequel_model/lib/**/*.rb",

Comments

    No one has commented yet.