rdoc-fix, 0.0.2
This commit is contained in:
parent
86d65950fe
commit
bc01c2c8b8
2 changed files with 5 additions and 5 deletions
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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.0.1
|
||||
0.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue