brew vendor-gems: commit updates.
This commit is contained in:
parent
4e32362ccc
commit
11768edf78
@ -148,6 +148,7 @@ GEM
|
|||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux
|
aarch64-linux
|
||||||
|
arm-linux
|
||||||
arm64-darwin
|
arm64-darwin
|
||||||
x86_64-darwin
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|||||||
@ -34,8 +34,8 @@ else
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.1.1/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-6.0.0/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.6/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.7/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/bigdecimal-3.1.8")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/bigdecimal-3.1.8")
|
||||||
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bigdecimal-3.1.8/lib")
|
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bigdecimal-3.1.8/lib")
|
||||||
|
|||||||
@ -157,7 +157,7 @@ module Addressable
|
|||||||
# the ::MatchData#[] behavior.
|
# the ::MatchData#[] behavior.
|
||||||
#
|
#
|
||||||
# @param [#to_int, nil] len
|
# @param [#to_int, nil] len
|
||||||
# If provided, an array of values will be returend with the given
|
# If provided, an array of values will be returned with the given
|
||||||
# parameter used as length.
|
# parameter used as length.
|
||||||
#
|
#
|
||||||
# @return [Array, String, nil]
|
# @return [Array, String, nil]
|
||||||
@ -1539,7 +1539,7 @@ module Addressable
|
|||||||
# Relative paths with colons in the first segment are ambiguous.
|
# Relative paths with colons in the first segment are ambiguous.
|
||||||
path = path.sub(":", "%2F")
|
path = path.sub(":", "%2F")
|
||||||
end
|
end
|
||||||
# String#split(delimeter, -1) uses the more strict splitting behavior
|
# String#split(delimiter, -1) uses the more strict splitting behavior
|
||||||
# found by default in Python.
|
# found by default in Python.
|
||||||
result = path.strip.split(SLASH, -1).map do |segment|
|
result = path.strip.split(SLASH, -1).map do |segment|
|
||||||
Addressable::URI.normalize_component(
|
Addressable::URI.normalize_component(
|
||||||
@ -23,7 +23,7 @@ if !defined?(Addressable::VERSION)
|
|||||||
module VERSION
|
module VERSION
|
||||||
MAJOR = 2
|
MAJOR = 2
|
||||||
MINOR = 8
|
MINOR = 8
|
||||||
TINY = 6
|
TINY = 7
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||||
end
|
end
|
||||||
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,6 @@
|
|||||||
module PublicSuffix
|
module PublicSuffix
|
||||||
|
|
||||||
# @return [String] the current library version
|
# @return [String] the current library version
|
||||||
VERSION = "5.1.1"
|
VERSION = "6.0.0"
|
||||||
|
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user