Skip to content

Commit

Permalink
Fix packaging to include missing artifacts.
Browse files Browse the repository at this point in the history
Fixes #1490
  • Loading branch information
lsegal committed Apr 9, 2023
1 parent 431f529 commit 7d05c7f
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

- Hot release fix to correct issue with gem packaging missing templates (#1490)

# 0.9.29 - April 8th, 2023

[0.9.29]: https://github.com/lsegal/yard/compare/v0.9.28...v0.9.29
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}/**/*', 'LICENSE', 'LEGAL', 'README.md']
s.files = Dir['{lib,docs,po,templates}/**/*', '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 7d05c7f

Please sign in to comment.