Skip to content

Commit

Permalink
Add yard
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Dec 11, 2013
1 parent 16df792 commit 6ee9a1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yardopts
@@ -0,0 +1,2 @@
--markup markdown
--no-private
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -4,3 +4,8 @@ require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

require 'yard'

YARD::Rake::YardocTask.new

1 change: 1 addition & 0 deletions rubicure.gemspec
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec-parameterized"
spec.add_development_dependency "delorean"
spec.add_development_dependency "yard"
end

0 comments on commit 6ee9a1f

Please sign in to comment.