зеркало из https://github.com/github/ruby.git
[bundler/bundler] Move `lib` helper together with path helpers
https://github.com/bundler/bundler/commit/f2df73bdb4
This commit is contained in:
Родитель
50a91fcd10
Коммит
745b286161
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче