Skip to content

Commit

Permalink
Adding YARD to project
Browse files Browse the repository at this point in the history
In order to support better documentation of the fit gem methods, I'm
adding support for YARD.
  • Loading branch information
Zachery Moneypenny committed Nov 23, 2011
1 parent be52091 commit dc39443
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.bundle
Gemfile.lock
pkg/*
.yardoc/*
test*.rb
7 changes: 7 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--no-private
--protected
--exclude /spec
--exclude /pkg
-
ChangeLog
LICENSE
2 changes: 2 additions & 0 deletions fitgem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.add_development_dependency "guard-rspec"
s.add_development_dependency "rb-fsevent"
s.add_development_dependency "growl"
s.add_development_dependency "yard"
s.add_development_dependency "rdiscount"

s.files = [
'.gitignore',
Expand Down

0 comments on commit dc39443

Please sign in to comment.