From d4e2da3d7b16838fdd7e9d8f7c0dc2cff46be30a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:25:24 +0000 Subject: [PATCH] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 2 ++ Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- .../{ruby-macho-4.0.0 => ruby-macho-4.0.1}/LICENSE | 0 .../lib/macho.rb | 2 +- .../lib/macho/exceptions.rb | 0 .../lib/macho/fat_file.rb | 0 .../lib/macho/headers.rb | 0 .../lib/macho/load_commands.rb | 0 .../lib/macho/macho_file.rb | 14 ++++++++++---- .../lib/macho/sections.rb | 0 .../lib/macho/structure.rb | 4 ++-- .../lib/macho/tools.rb | 0 .../lib/macho/utils.rb | 0 .../lib/macho/view.rb | 0 14 files changed, 16 insertions(+), 8 deletions(-) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/LICENSE (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/exceptions.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/fat_file.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/headers.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/load_commands.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/macho_file.rb (98%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/sections.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/structure.rb (98%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/tools.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/utils.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{ruby-macho-4.0.0 => ruby-macho-4.0.1}/lib/macho/view.rb (100%) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index a19f9a72ee..5a0c849f8c 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -165,6 +165,8 @@ GEM yard (>= 0.9) PLATFORMS + aarch64-linux + arm-linux arm64-darwin x86_64-darwin x86_64-linux diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index b88d9e38a7..60a2ca3b16 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -99,7 +99,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-performance-1.20.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-rspec-2.26.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/rubocop-sorbet-0.7.7/lib") -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.0.0/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.0.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/ruby-prof-1.7.0") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-prof-1.7.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.12.3/lib") diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/LICENSE b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/LICENSE similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/LICENSE rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/LICENSE diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho.rb index f11343c81d..12f701364b 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho.rb @@ -16,7 +16,7 @@ require_relative "macho/tools" # The primary namespace for ruby-macho. module MachO # release version - VERSION = "4.0.0" + VERSION = "4.0.1" # Opens the given filename as a MachOFile or FatFile, depending on its magic. # @param filename [String] the file being opened diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/exceptions.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/exceptions.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/exceptions.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/exceptions.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/fat_file.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/fat_file.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/fat_file.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/fat_file.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/headers.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/headers.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/headers.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/headers.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/load_commands.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/load_commands.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/load_commands.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/load_commands.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/macho_file.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/macho_file.rb similarity index 98% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/macho_file.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/macho_file.rb index f48bfa5eb2..15dadbcf78 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/macho_file.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/macho_file.rb @@ -411,9 +411,15 @@ module MachO # Delete the given runtime path from the Mach-O. # @example - # file.rpaths # => ["/lib"] - # file.delete_rpath("/lib") - # file.rpaths # => [] + # file1.rpaths # => ["/lib", "/usr/lib", "/lib"] + # file1.delete_rpath("/lib") + # file1.rpaths # => ["/usr/lib", "/lib"] + # file2.rpaths # => ["foo", "foo"] + # file2.delete_rpath("foo", :uniq => true) + # file2.rpaths # => [] + # file3.rpaths # => ["foo", "bar", "foo"] + # file3.delete_rpath("foo", :last => true) + # file3.rpaths # => ["foo", "bar"] # @param path [String] the runtime path to delete # @param options [Hash] # @option options [Boolean] :uniq (false) if true, also delete @@ -421,7 +427,7 @@ module MachO # instance (by offset) of the requested path, unless :last is true. # Incompatible with :last. # @option options [Boolean] :last (false) if true, delete the last - # instance (by offset) of the requested path. Incompatible with :uniq. + # instance (by offset) of the requested path. Incompatible with :uniq. # @return void # @raise [RpathUnknownError] if no such runtime path exists # @raise [ArgumentError] if both :uniq and :last are true diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/sections.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/sections.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/sections.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/sections.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/structure.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/structure.rb similarity index 98% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/structure.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/structure.rb index 06949a9376..ed5b3a5f73 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/structure.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/structure.rb @@ -131,7 +131,7 @@ module MachO # @param name [Symbol] name of internal field # @param type [Symbol] type of field in terms of binary size - # @param options [Hash] set of additonal options + # @param options [Hash] set of additional options # Expected options # :size [Integer] size in bytes # :mask [Integer] bitmask @@ -236,7 +236,7 @@ module MachO # Generates a reader method for fields that need further unpacking. # @param name [Symbol] name of internal field # @param idx [Integer] the index of the field value in the @values array - # @param unpack [String] the format code used for futher binary unpacking + # @param unpack [String] the format code used for further binary unpacking # @api private def def_unpack_reader(name, idx, unpack) define_method(name) do diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/tools.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/tools.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/tools.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/tools.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/utils.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/utils.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/utils.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/utils.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/view.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/view.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.0/lib/macho/view.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/ruby-macho-4.0.1/lib/macho/view.rb