зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Use FileUtils.mkdir_p
https://github.com/rubygems/rubygems/commit/af806b8dff
This commit is contained in:
Родитель
cb9e0a4537
Коммит
a52fc5df7a
|
@ -421,7 +421,7 @@ module Spec
|
|||
build_path = @context.tmp + full_name
|
||||
bundler_path = build_path + "#{full_name}.gem"
|
||||
|
||||
Dir.mkdir build_path unless File.directory?(build_path)
|
||||
FileUtils.mkdir_p build_path
|
||||
|
||||
@context.shipped_files.each do |shipped_file|
|
||||
target_shipped_file = shipped_file
|
||||
|
|
Загрузка…
Ссылка в новой задаче