From d5f04c59cb242aec3bdd2c4d4c6888b6f9149715 Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Sun, 23 Apr 2017 14:38:28 +0900 Subject: [PATCH] update to 0.4.0 --- rubocop-checkstyle_formatter.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-checkstyle_formatter.gemspec b/rubocop-checkstyle_formatter.gemspec index 05d66ae..afe7201 100644 --- a/rubocop-checkstyle_formatter.gemspec +++ b/rubocop-checkstyle_formatter.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = 'rubocop-checkstyle_formatter' - gem.version = '0.3.0' + gem.version = '0.4.0' gem.authors = ['Eito Katagiri'] gem.email = ['eitoball@gmail.com'] gem.description = 'A formatter for rubocop that outputs in checkstyle format'