rdoc-fix, 0.0.2

pull/2/head
Denis Knauf 2012-12-09 13:24:52 +01:00
parent 86d65950fe
commit bc01c2c8b8
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
0.0.1
0.0.2