better documentation with yard
This commit is contained in:
parent
0fe6c4dc27
commit
2573087671
3 changed files with 7 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,6 +9,8 @@ coverage
|
|||
|
||||
# documentation
|
||||
rdoc
|
||||
doc
|
||||
.yardoc/
|
||||
|
||||
# Temporary files
|
||||
.DS_Store
|
||||
|
|
|
|||
3
Gemfile
3
Gemfile
|
|
@ -18,6 +18,9 @@ group :development do
|
|||
gem "pry"
|
||||
gem "pry-debundle"
|
||||
gem "pry-byebug"
|
||||
|
||||
# documentation
|
||||
gem "yard", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
|
|
@ -186,6 +186,7 @@ GEM
|
|||
thread_safe (~> 0.1)
|
||||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
yard (0.8.7.6)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -208,6 +209,7 @@ DEPENDENCIES
|
|||
simplecov-rcov (= 0.2.3)
|
||||
sqlite3
|
||||
uuid (= 2.3.8)
|
||||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue