Skip to content

Commit

Permalink
update to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eitoball authored Aug 19, 2021
1 parent 705a592 commit 88987f3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# RuboCop Checkstyle Formatter

A formatter for [RuboCop](https://github.com/bbatsov/rubocop) that outputs in checkstyle format.
It requires RuboCop version 0.20.1 or above.
A formatter for [RuboCop](https://github.com/rubocop/rubocop) that outputs in checkstyle format.
It requires RuboCop version 1.14.0 or above.

[![Build Status](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter.svg?branch=master)](https://travis-ci.org/eitoball/rubocop-checkstyle_formatter)
![Build Status](https://github.com/eitoball/rubocop-checkstyle_formatter/actions/workflows/build.yml/badge.svg?branch=master)

## Installation

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.14.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.15.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.16.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.17.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.18.4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rubocop_1.19.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
rubocop-checkstyle_formatter (0.4.0)
rubocop (>= 0.35.1)
rubocop-checkstyle_formatter (0.5.0)
rubocop (>= 1.14.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rubocop-checkstyle_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0'
gem.version = '0.5.0'
gem.authors = ['Eito Katagiri']
gem.email = ['[email protected]']
gem.description = 'A formatter for rubocop that outputs in checkstyle format'
Expand Down

0 comments on commit 88987f3

Please sign in to comment.