Update yard docs

This commit is contained in:
Bill Niblock 2017-05-06 17:41:40 -04:00
parent a10e53d689
commit edcccc1869
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,11 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "rubocop"
# Documentation
gem "rdoc"
gem "redcarpet"
gem "yard"
gem "yard-ghpages"
# Testing
gem "rubocop"

View file

@ -9,6 +9,8 @@ GEM
rainbow (2.2.2)
rake
rake (11.3.0)
rdoc (5.1.0)
redcarpet (3.4.0)
rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
@ -27,6 +29,8 @@ PLATFORMS
ruby
DEPENDENCIES
rdoc
redcarpet
rubocop
yard
yard-ghpages