Add yard for `rake doc` task

This commit is contained in:
Zachary Scott 2017-05-07 08:02:33 +09:00
parent 605ab358f2
commit fdf7f05ba5
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/doc/api
/Gemfile.lock
/coverage
.yardoc

View File

@ -14,6 +14,7 @@ gem 'rake'
gem 'rack', git: 'https://github.com/rack/rack.git'
gem 'rack-test', '>= 0.6.2'
gem "minitest", "~> 5.0"
gem 'yard'
gem "rack-protection", path: "rack-protection"
gem "sinatra-contrib", path: "sinatra-contrib"