-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate gemspec for version 0.7.1
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = "[email protected]".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" | ||
|