Skip to content

Commit

Permalink
Ensure .yardopts is present in gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Apr 12, 2023
1 parent 3e2d5aa commit a65b1c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main

- Ensure .yardopts is present in gem package (internal YARD documentation change)

# 0.9.32 - April 9th, 2023

[0.9.32]: https://github.com/lsegal/yard/compare/v0.9.31...v0.9.32
Expand Down
2 changes: 1 addition & 1 deletion yard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.email = "lsegal@soen.ca"
s.homepage = "http://yardoc.org"
s.platform = Gem::Platform::RUBY
s.files = Dir['{lib,docs,po,templates}/**/*', 'LICENSE', 'LEGAL', 'README.md']
s.files = Dir['{lib,docs,po,templates}/**/*', '.yardopts*', 'LICENSE', 'LEGAL', 'README.md']
s.require_paths = ['lib']
s.executables = ['yard', 'yardoc', 'yri']
s.license = 'MIT' if s.respond_to?(:license=)
Expand Down

0 comments on commit a65b1c8

Please sign in to comment.