[bundler/bundler] Move `lib` helper together with path helpers

https://github.com/bundler/bundler/commit/f2df73bdb4
This commit is contained in:
David Rodríguez 2019-08-06 13:16:15 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 50a91fcd10
Коммит 745b286161
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -95,10 +95,6 @@ module Spec
run(cmd, *args)
end
def lib
root.join("lib")
end
def spec
spec_dir.to_s
end

Просмотреть файл

@ -104,6 +104,10 @@ module Spec
tmp("libs", *args)
end
def lib
root.join("lib")
end
def global_plugin_gem(*args)
home ".bundle", "plugin", "gems", *args
end