brew vendor-gems: commit updates.
This commit is contained in:
parent
1def21298c
commit
16420cca2c
@ -148,6 +148,7 @@ GEM
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm-linux
|
||||
arm64-darwin
|
||||
x86_64-darwin
|
||||
x86_64-linux
|
||||
|
||||
@ -34,8 +34,8 @@ else
|
||||
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/addressable-2.8.6/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.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}/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")
|
||||
|
||||
@ -157,7 +157,7 @@ module Addressable
|
||||
# the ::MatchData#[] behavior.
|
||||
#
|
||||
# @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.
|
||||
#
|
||||
# @return [Array, String, nil]
|
||||
@ -1539,7 +1539,7 @@ module Addressable
|
||||
# Relative paths with colons in the first segment are ambiguous.
|
||||
path = path.sub(":", "%2F")
|
||||
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.
|
||||
result = path.strip.split(SLASH, -1).map do |segment|
|
||||
Addressable::URI.normalize_component(
|
||||
@ -23,7 +23,7 @@ if !defined?(Addressable::VERSION)
|
||||
module VERSION
|
||||
MAJOR = 2
|
||||
MINOR = 8
|
||||
TINY = 6
|
||||
TINY = 7
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,6 @@
|
||||
module PublicSuffix
|
||||
|
||||
# @return [String] the current library version
|
||||
VERSION = "5.1.1"
|
||||
VERSION = "6.0.0"
|
||||
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user