[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:
David Rodríguez 2025-07-24 11:52:40 +02:00 committed by Hiroshi SHIBATA
parent 2321091cfa
commit bfd0c15ffa

View file

@ -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?