Skip to content

Commit

Permalink
Add yardoc / rdoc opts
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed May 6, 2013
1 parent a303569 commit aad78d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--no-private
--readme README.md
lib/metric_fu.rb
lib/metric_fu_requires.rb
lib/metric_fu/**/*.rb
3 changes: 3 additions & 0 deletions metric_fu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Gem::Specification.new do |s|
s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.license = 'MIT'
s.has_rdoc = true
s.extra_rdoc_files = ["HISTORY.md", "CONTRIBUTING.md", "TODO.md", "MIT-LICENSE"]
s.rdoc_options = ["--main", "README.md"]

{
# metric dependencies
Expand Down

0 comments on commit aad78d0

Please sign in to comment.