зеркало из https://github.com/github/ruby.git
[bundler/bundler] Last relative requires
https://github.com/bundler/bundler/commit/fb587b9ebb
This commit is contained in:
Родитель
f753961611
Коммит
998204882b
|
@ -4,11 +4,11 @@ require_relative "plugin/api"
|
|||
|
||||
module Bundler
|
||||
module Plugin
|
||||
autoload :DSL, "bundler/plugin/dsl"
|
||||
autoload :Events, "bundler/plugin/events"
|
||||
autoload :Index, "bundler/plugin/index"
|
||||
autoload :Installer, "bundler/plugin/installer"
|
||||
autoload :SourceList, "bundler/plugin/source_list"
|
||||
autoload :DSL, File.expand_path("plugin/dsl", __dir__)
|
||||
autoload :Events, File.expand_path("plugin/events", __dir__)
|
||||
autoload :Index, File.expand_path("plugin/index", __dir__)
|
||||
autoload :Installer, File.expand_path("plugin/installer", __dir__)
|
||||
autoload :SourceList, File.expand_path("plugin/source_list", __dir__)
|
||||
|
||||
class MalformattedPlugin < PluginError; end
|
||||
class UndefinedCommandError < PluginError; end
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'net/http'
|
||||
require 'uri'
|
||||
require 'cgi' # for escaping
|
||||
require 'bundler/vendor/connection_pool/lib/connection_pool'
|
||||
require_relative '../../../../connection_pool/lib/connection_pool'
|
||||
|
||||
begin
|
||||
require 'net/http/pipeline'
|
||||
|
@ -1197,6 +1197,6 @@ application:
|
|||
|
||||
end
|
||||
|
||||
require 'bundler/vendor/net-http-persistent/lib/net/http/persistent/connection'
|
||||
require 'bundler/vendor/net-http-persistent/lib/net/http/persistent/pool'
|
||||
require_relative 'persistent/connection'
|
||||
require_relative 'persistent/pool'
|
||||
|
||||
|
|
|
@ -49,5 +49,5 @@ class Bundler::Persistent::Net::HTTP::Persistent::Pool < Bundler::ConnectionPool
|
|||
end
|
||||
end
|
||||
|
||||
require 'bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi'
|
||||
require_relative 'timed_stack_multi'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче