Skip to content

Commit

Permalink
Added yard doc task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Oct 28, 2009
1 parent 23372a1 commit 7c47288
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -1,6 +1,9 @@
require 'rubygems'
require 'rake'
require 'jeweler'
require 'yard'
require 'yard/rake/yardoc_task'

Jeweler::Tasks.new do |gem|
gem.name = "mongo_mapper"
gem.summary = %Q{Awesome gem for modeling your domain and storing it in mongo}
Expand Down Expand Up @@ -47,3 +50,7 @@ end

task :default => :test
task :test => :check_dependencies

YARD::Rake::YardocTask.new(:doc) do |t|
t.options = ["--legacy"]
end

0 comments on commit 7c47288

Please sign in to comment.