diff --git a/Rakefile b/Rakefile index f415ad1..8c20dc8 100644 --- a/Rakefile +++ b/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 diff --git a/VERSION b/VERSION index 8acdd82..4e379d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2