Skip to content

Commit

Permalink
Replace RDoc with YARD
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 13, 2016
1 parent ccc8d00 commit 0e8ba5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.gem
.yardoc
Gemfile.lock
coverage
doc
html
24 changes: 0 additions & 24 deletions .rdoc_options

This file was deleted.

6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'rdoc/task'
require 'rubocop/rake_task'
require 'yard'

Rake::TestTask.new do |t|
t.libs << 'test'
t.test_files = FileList['test/**/*_test.rb']
end
RDoc::Task.new
YARD::Rake::YardocTask.new
RuboCop::RakeTask.new

task default: %w(rubocop rdoc test)
task default: %w(rubocop yard test)
2 changes: 1 addition & 1 deletion thermite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'tomlrb', '~> 1.2'
s.add_development_dependency 'minitest', '~> 5.9'
s.add_development_dependency 'mocha', '~> 1.1'
s.add_development_dependency 'rdoc', '~> 4.2'
s.add_development_dependency 'rubocop', '~> 0.41'
s.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit 0e8ba5d

Please sign in to comment.