rdoc-fix, 0.0.2
This commit is contained in:
parent
86d65950fe
commit
bc01c2c8b8
8
Rakefile
8
Rakefile
|
@ -38,11 +38,11 @@ rescue LoadError
|
|||
end
|
||||
end
|
||||
|
||||
task :test => :check_dependencies
|
||||
#task :test => :check_dependencies
|
||||
|
||||
task :default => :test
|
||||
#task :default => :test
|
||||
|
||||
require 'rake/rdoctask'
|
||||
require 'rdoc/task'
|
||||
Rake::RDocTask.new do |rdoc|
|
||||
if File.exist?('VERSION')
|
||||
version = File.read('VERSION')
|
||||
|
@ -51,7 +51,7 @@ Rake::RDocTask.new do |rdoc|
|
|||
end
|
||||
|
||||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.title = "sbdb #{version}"
|
||||
rdoc.title = "RegExpr #{version}"
|
||||
rdoc.rdoc_files.include('README*')
|
||||
rdoc.rdoc_files.include('lib/**/*.rb')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue