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
|
# documentation
|
||||||
rdoc
|
rdoc
|
||||||
|
doc
|
||||||
|
.yardoc/
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
3
Gemfile
3
Gemfile
|
|
@ -18,6 +18,9 @@ group :development do
|
||||||
gem "pry"
|
gem "pry"
|
||||||
gem "pry-debundle"
|
gem "pry-debundle"
|
||||||
gem "pry-byebug"
|
gem "pry-byebug"
|
||||||
|
|
||||||
|
# documentation
|
||||||
|
gem "yard", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
||||||
|
|
@ -186,6 +186,7 @@ GEM
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uuid (2.3.8)
|
uuid (2.3.8)
|
||||||
macaddr (~> 1.0)
|
macaddr (~> 1.0)
|
||||||
|
yard (0.8.7.6)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -208,6 +209,7 @@ DEPENDENCIES
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
sqlite3
|
sqlite3
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
|
yard
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.3
|
1.10.3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue