mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] Fix man tracked files glob for ruby-core
The location has been consistent with upstream for a while so the
previous glob was no longer matching any files.
dae40b7041
This commit is contained in:
parent
2321091cfa
commit
bfd0c15ffa
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ module Spec
|
|||
end
|
||||
|
||||
def man_tracked_files_glob
|
||||
ruby_core? ? "man/bundle* man/gemfile*" : "lib/bundler/man/bundle*.1 lib/bundler/man/gemfile*.5"
|
||||
"lib/bundler/man/bundle*.1 lib/bundler/man/gemfile*.5"
|
||||
end
|
||||
|
||||
def ruby_core_tarball?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue