Skip to content

Commit

Permalink
[DOC] Add RDoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 21, 2023
1 parent 62a677b commit 3064483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/coverage/
/doc/
/html/
/pkg/
/tmp/
/logs/
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require "bundler/gem_tasks"
require "rake/testtask"
require "rdoc/task"

name = "io/console"

Expand All @@ -20,6 +21,8 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/test_*.rb"]
end

RDoc::Task.new

task :default => :test

task "build" => "build:java"
Expand Down

0 comments on commit 3064483

Please sign in to comment.