From d42995e5c3ce0649601c2baa0e2af9612ef2371b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:04:29 +0000 Subject: [PATCH 1/3] build(deps-dev): bump simplecov-html in /Library/Homebrew Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.12.3 to 0.13.1. - [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.12.3...v0.13.1) --- updated-dependencies: - dependency-name: simplecov-html dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 98127801b116f..2c6c52771d2cd 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -116,7 +116,7 @@ GEM simplecov-cobertura (2.1.0) rexml simplecov (~> 0.19) - simplecov-html (0.12.3) + simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) simpleidn (0.2.3) sorbet (0.5.11558) @@ -154,7 +154,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux From 8f185b640688855115a253f2502d06dd0f850e3b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:34:58 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 2c6c52771d2cd..8d69c521a6d6c 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -154,6 +154,7 @@ GEM 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 2f40115787d48..3470703d9a662 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -99,7 +99,7 @@ def self.extension_api_version $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ruby-macho-4.1.0/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") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-html-0.13.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov_json_formatter-0.1.4/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-0.22.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/simplecov-cobertura-2.1.0/lib") From 93763a5f4764c357d41f23bec49deac3327f1eb4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:35:11 +0000 Subject: [PATCH 3/3] Update RBI files for simplecov-html. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- ...l@0.12.3.rbi => simplecov-html@0.13.1.rbi} | 63 +++++++++++-------- 1 file changed, 36 insertions(+), 27 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{simplecov-html@0.12.3.rbi => simplecov-html@0.13.1.rbi} (84%) diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.12.3.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.13.1.rbi similarity index 84% rename from Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.12.3.rbi rename to Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.13.1.rbi index 456268744531b..46e3391e67c9b 100644 --- a/Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/simplecov-html@0.13.1.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `simplecov-html` gem. # Please instead update this file by running `bin/tapioca gem simplecov-html`. + # source://simplecov-html//lib/simplecov-html.rb#16 module SimpleCov class << self @@ -141,71 +142,79 @@ class SimpleCov::Formatter::HTMLFormatter # source://simplecov-html//lib/simplecov-html.rb#19 def initialize; end - # @return [Boolean] - # - # source://simplecov-html//lib/simplecov-html.rb#38 - def branchable_result?; end - - # source://simplecov-html//lib/simplecov-html.rb#23 + # source://simplecov-html//lib/simplecov-html.rb#26 def format(result); end - # @return [Boolean] - # - # source://simplecov-html//lib/simplecov-html.rb#45 - def line_status?(source_file, line); end - - # source://simplecov-html//lib/simplecov-html.rb#34 - def output_message(result); end - private - # source://simplecov-html//lib/simplecov-html.rb#64 - def asset_output_path; end + # source://simplecov-html//lib/simplecov-html.rb#94 + def asset_inline(name); end # source://simplecov-html//lib/simplecov-html.rb#72 + def asset_output_path; end + + # source://simplecov-html//lib/simplecov-html.rb#80 def assets_path(name); end - # source://simplecov-html//lib/simplecov-html.rb#97 + # @return [Boolean] + # + # source://simplecov-html//lib/simplecov-html.rb#41 + def branchable_result?; end + + # source://simplecov-html//lib/simplecov-html.rb#125 def coverage_css_class(covered_percent); end - # source://simplecov-html//lib/simplecov-html.rb#93 + # source://simplecov-html//lib/simplecov-html.rb#121 def covered_percent(percent); end # Returns a table containing the given source files # - # source://simplecov-html//lib/simplecov-html.rb#84 + # source://simplecov-html//lib/simplecov-html.rb#112 def formatted_file_list(title, source_files); end # Returns the html for the given source_file # - # source://simplecov-html//lib/simplecov-html.rb#77 + # source://simplecov-html//lib/simplecov-html.rb#105 def formatted_source_file(source_file); end # Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id # - # source://simplecov-html//lib/simplecov-html.rb#118 + # source://simplecov-html//lib/simplecov-html.rb#146 def id(source_file); end - # source://simplecov-html//lib/simplecov-html.rb#130 + # @return [Boolean] + # + # source://simplecov-html//lib/simplecov-html.rb#48 + def line_status?(source_file, line); end + + # source://simplecov-html//lib/simplecov-html.rb#158 def link_to_source_file(source_file); end - # source://simplecov-html//lib/simplecov-html.rb#60 + # source://simplecov-html//lib/simplecov-html.rb#56 + def output_message(result); end + + # source://simplecov-html//lib/simplecov-html.rb#68 def output_path; end - # source://simplecov-html//lib/simplecov-html.rb#126 + # source://simplecov-html//lib/simplecov-html.rb#154 def shortened_filename(source_file); end - # source://simplecov-html//lib/simplecov-html.rb#107 + # source://simplecov-html//lib/simplecov-html.rb#135 def strength_css_class(covered_strength); end # Returns the an erb instance for the template of given name # - # source://simplecov-html//lib/simplecov-html.rb#56 + # source://simplecov-html//lib/simplecov-html.rb#64 def template(name); end - # source://simplecov-html//lib/simplecov-html.rb#122 + # source://simplecov-html//lib/simplecov-html.rb#150 def timeago(time); end end +# Only have a few content types, just hardcode them +# +# source://simplecov-html//lib/simplecov-html.rb#87 +SimpleCov::Formatter::HTMLFormatter::CONTENT_TYPES = T.let(T.unsafe(nil), Hash) + # source://simplecov-html//lib/simplecov-html/version.rb#6 SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)