From 5339664f33215a54e96f62863209e2ab8f16938a Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 29 Apr 2014 20:42:09 +0200 Subject: [PATCH] Include .yardopts in the Gem. --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0c48773..98cc231 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,8 @@ FILE_LIST = FileList.new( 'LICENSE', 'MANIFEST', '*.gemspec', - 'README.md' + 'README.md', + '.yardopts' ) Dir['./task/*.rake'].each do |task|