From ce06abd7f98b2a0e5bff81c80b036857f17713fd Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Fri, 23 May 2014 11:02:49 +0900 Subject: [PATCH] update to version 0.0.6 --- 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 b1064bc..5c9c225 100644 --- a/rubocop-checkstyle_formatter.gemspec +++ b/rubocop-checkstyle_formatter.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = 'rubocop-checkstyle_formatter' - gem.version = '0.0.5' + gem.version = '0.0.6' gem.authors = ['Eito Katagiri'] gem.email = ['eitoball@gmail.com'] gem.description = %q{A formatter for rubocop that outputs in checkstyle format}