1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unintended extra space

https://github.com/rubygems/rubygems/commit/1cc02930f3
This commit is contained in:
David Rodríguez 2020-05-27 12:51:09 +02:00 committed by Hiroshi SHIBATA
parent 9f7bfba54f
commit bd9a6ba4ef
Notes: git 2020-06-05 07:34:03 +09:00

View file

@ -238,7 +238,7 @@ module Spec
end end
def tracked_files_glob def tracked_files_glob
ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : "" ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : ""
end end
def shipped_files_glob def shipped_files_glob