summaryrefslogtreecommitdiff
path: root/asciidoctor.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-03-23 20:17:19 -0600
committerGitHub <noreply@github.com>2019-03-23 20:17:19 -0600
commit8f3b6e3cc46ca53e01f0f208215690a104cec9ee (patch)
treebc2837f5817df2deb1335339126a5c6a870e116c /asciidoctor.gemspec
parente25a4d605515a5244550b48605515941d727dc17 (diff)
resolves #3193 bundle .yardopts in RubyGem (PR #3194)
- bundle .yardopts so rubydoc.info selects correct README
Diffstat (limited to 'asciidoctor.gemspec')
-rw-r--r--asciidoctor.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index 3378f7f8..98686abc 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
rescue
Dir['**/*']
end
- s.files = files.grep %r/^(?:(?:data|lib|man)\/.+|LICENSE|(?:CHANGELOG|README(?:-\w+)?)\.adoc|#{s.name}\.gemspec)$/
+ s.files = files.grep %r/^(?:(?:data|lib|man)\/.+|LICENSE|(?:CHANGELOG|README(?:-\w+)?)\.adoc|\.yardopts|#{s.name}\.gemspec)$/
s.executables = (files.grep %r/^bin\//).map {|f| File.basename f }
s.require_paths = ['lib']
#s.test_files = files.grep %r/^(?:(?:features|test)\/.+)$/