From e1dc3da24adf3f5802c4fc94d4995180294796ab Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Fri, 21 Mar 2014 17:49:38 +0900 Subject: [PATCH] update to version 0.0.5 --- 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 542f2c0..08d60d8 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.4' + gem.version = '0.0.5' gem.authors = ['Eito Katagiri'] gem.email = ['eitoball@gmail.com'] gem.description = %q{A formatter for rubocop that outputs in checkstyle format}