зеркало из https://github.com/github/ruby.git
Родитель
ac8d50e52e
Коммит
937964f346
|
@ -19,6 +19,8 @@ module URI
|
||||||
Parser = RFC2396_Parser
|
Parser = RFC2396_Parser
|
||||||
RFC3986_PARSER = RFC3986_Parser.new
|
RFC3986_PARSER = RFC3986_Parser.new
|
||||||
Ractor.make_shareable(RFC3986_PARSER) if defined?(Ractor)
|
Ractor.make_shareable(RFC3986_PARSER) if defined?(Ractor)
|
||||||
|
RFC2396_PARSER = RFC2396_Parser.new
|
||||||
|
Ractor.make_shareable(RFC2396_PARSER) if defined?(Ractor)
|
||||||
|
|
||||||
# URI::Parser.new
|
# URI::Parser.new
|
||||||
DEFAULT_PARSER = Parser.new
|
DEFAULT_PARSER = Parser.new
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module URI
|
module URI
|
||||||
# :stopdoc:
|
# :stopdoc:
|
||||||
VERSION_CODE = '001300'.freeze
|
VERSION_CODE = '001301'.freeze
|
||||||
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
||||||
# :startdoc:
|
# :startdoc:
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче