Skip to content

Commit

Permalink
update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball committed Aug 26, 2016
1 parent 966d99b commit bb77ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubocop-checkstyle_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0'
gem.version = '0.3.0'
gem.authors = ['Eito Katagiri']
gem.email = ['[email protected]']
gem.description = %q{A formatter for rubocop that outputs in checkstyle format}
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_dependency 'rubocop', '>= 0.20.1'
gem.add_dependency 'rubocop', '>= 0.30.1'
gem.add_development_dependency 'appraisal', '~> 1.0.0'
gem.add_development_dependency 'bundler', '~> 1.3'
gem.add_development_dependency 'rake', '~> 10.1'
Expand Down

0 comments on commit bb77ddb

Please sign in to comment.