Skip to content

Commit a65b1c8

Browse files
committed
Ensure .yardopts is present in gem package
1 parent 3e2d5aa commit a65b1c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# main
22

3+
- Ensure .yardopts is present in gem package (internal YARD documentation change)
4+
35
# 0.9.32 - April 9th, 2023
46

57
[0.9.32]: https://github.com/lsegal/yard/compare/v0.9.31...v0.9.32

yard.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.email = "[email protected]"
1616
s.homepage = "http://yardoc.org"
1717
s.platform = Gem::Platform::RUBY
18-
s.files = Dir['{lib,docs,po,templates}/**/*', 'LICENSE', 'LEGAL', 'README.md']
18+
s.files = Dir['{lib,docs,po,templates}/**/*', '.yardopts*', 'LICENSE', 'LEGAL', 'README.md']
1919
s.require_paths = ['lib']
2020
s.executables = ['yard', 'yardoc', 'yri']
2121
s.license = 'MIT' if s.respond_to?(:license=)

0 commit comments

Comments
 (0)