From b2d3598d310d4fdc916de69c1a4bef94d555502f Mon Sep 17 00:00:00 2001 From: Chetan Sarva Date: Wed, 4 Mar 2020 11:07:28 -0500 Subject: [PATCH] Regenerate gemspec for version 0.7.1 --- simplecov-console.gemspec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/simplecov-console.gemspec b/simplecov-console.gemspec index 98f934d..1cffb7a 100644 --- a/simplecov-console.gemspec +++ b/simplecov-console.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: simplecov-console 0.7.0 ruby lib +# stub: simplecov-console 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "simplecov-console".freeze - s.version = "0.7.0" + s.version = "0.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chetan Sarva".freeze] - s.date = "2020-03-03" + s.date = "2020-03-04" s.description = "Simple console output formatter for SimpleCov".freeze s.email = "chetan@pixelcop.net".freeze s.extra_rdoc_files = [ @@ -26,6 +26,8 @@ Gem::Specification.new do |s| "Rakefile", "VERSION", "lib/simplecov-console.rb", + "lib/simplecov-console/output/block.rb", + "lib/simplecov-console/output/table.rb", "simplecov-console.gemspec", "test/helper.rb", "test/test_simplecov-console.rb"