From 549603debf76a4dcc063819e7a98d3f02cf426ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:29:16 +0000 Subject: [PATCH 1/3] build(deps): bump simplecov_json_formatter in /Library/Homebrew Bumps [simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/fede-moya/simplecov_json_formatter/releases) - [Changelog](https://github.com/codeclimate-community/simplecov_json_formatter/blob/master/CHANGELOG.md) - [Commits](https://github.com/fede-moya/simplecov_json_formatter/commits) --- updated-dependencies: - dependency-name: simplecov_json_formatter dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 29ea657687..fc01266521 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -142,7 +142,7 @@ GEM simplecov-cobertura (1.4.2) simplecov (~> 0.8) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) + simplecov_json_formatter (0.1.3) sorbet (0.5.6274) sorbet-static (= 0.5.6274) sorbet-runtime (0.5.6274) From 5429be2b90b6ddd1aeac63d601fc1354202ca7db Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:35:59 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- .../lib/simplecov_json_formatter.rb | 0 .../lib/simplecov_json_formatter/result_exporter.rb | 0 .../lib/simplecov_json_formatter/result_hash_formatter.rb | 0 .../lib/simplecov_json_formatter/source_file_formatter.rb | 3 ++- .../lib/simplecov_json_formatter/version.rb | 2 +- 6 files changed, 4 insertions(+), 3 deletions(-) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{simplecov_json_formatter-0.1.2 => simplecov_json_formatter-0.1.3}/lib/simplecov_json_formatter.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{simplecov_json_formatter-0.1.2 => simplecov_json_formatter-0.1.3}/lib/simplecov_json_formatter/result_exporter.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{simplecov_json_formatter-0.1.2 => simplecov_json_formatter-0.1.3}/lib/simplecov_json_formatter/result_hash_formatter.rb (100%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{simplecov_json_formatter-0.1.2 => simplecov_json_formatter-0.1.3}/lib/simplecov_json_formatter/source_file_formatter.rb (95%) rename Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/{simplecov_json_formatter-0.1.2 => simplecov_json_formatter-0.1.3}/lib/simplecov_json_formatter/version.rb (76%) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 70250d51ee..ae6d464a04 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -86,7 +86,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.4.0/l $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-2.5.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.2/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.3/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-1.4.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib" diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/result_exporter.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/result_exporter.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/result_exporter.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/result_exporter.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/result_hash_formatter.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/result_hash_formatter.rb similarity index 100% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/result_hash_formatter.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/result_hash_formatter.rb diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/source_file_formatter.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/source_file_formatter.rb similarity index 95% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/source_file_formatter.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/source_file_formatter.rb index 3564c791ae..6f44f5230b 100644 --- a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/source_file_formatter.rb +++ b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/source_file_formatter.rb @@ -4,6 +4,7 @@ module SimpleCovJSONFormatter class SourceFileFormatter def initialize(source_file) @source_file = source_file + @line_coverage = nil end def format @@ -17,7 +18,7 @@ module SimpleCovJSONFormatter private def line_coverage - @line_coverage || { + @line_coverage ||= { lines: lines } end diff --git a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/version.rb b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/version.rb similarity index 76% rename from Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/version.rb rename to Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/version.rb index 82d6c59729..7345fb721f 100644 --- a/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib/simplecov_json_formatter/version.rb +++ b/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/simplecov_json_formatter-0.1.3/lib/simplecov_json_formatter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCovJSONFormatter - VERSION = '0.1.2' + VERSION = '0.1.3' end From 2a9aaf6da8bd0b1b7ae74da512fd9be0beb399c2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:36:52 +0000 Subject: [PATCH 3/3] Update RBI files for simplecov_json_formatter. --- ...n_formatter@0.1.2.rbi => simplecov_json_formatter@0.1.3.rbi} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Library/Homebrew/sorbet/rbi/gems/{simplecov_json_formatter@0.1.2.rbi => simplecov_json_formatter@0.1.3.rbi} (78%) diff --git a/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi b/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi similarity index 78% rename from Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi rename to Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi index 9c33188937..831705facb 100644 --- a/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.2.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi @@ -1,6 +1,6 @@ # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `simplecov_json_formatter` gem. -# Please instead update this file by running `tapioca sync`. +# Please instead update this file by running `bin/tapioca sync`. # typed: true