From d81c15a0a5f2d8e1f1e4c48e306ce07dd0ef8eea Mon Sep 17 00:00:00 2001 From: Date: Sat, 4 Apr 2020 03:29:48 -0700 Subject: [PATCH] Update gem to 0.2.2 --- simplecov-json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplecov-json.gemspec b/simplecov-json.gemspec index fe92736..9d3adfc 100644 --- a/simplecov-json.gemspec +++ b/simplecov-json.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "simplecov-json" - s.version = '0.2.1' + s.version = '0.2.2' s.platform = Gem::Platform::RUBY s.authors = ["Vicent Llongo"] s.email = ["villosil@gmail.com"]