Skip to content

Commit

Permalink
Release ruby-style 1.25.1 (#32)
Browse files Browse the repository at this point in the history
* Add rubocop 1.9 cops and disable a few others
* Fix crash on extension checking, and eliminate new cop warning
  • Loading branch information
dazuma authored Feb 9, 2021
1 parent d79c611 commit 71d2d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

### 1.25.1 / 2021-02-09

* Add rubocop 1.9 cops and disable a few others
* Fix crash on extension checking, and eliminate new cop warning

### 1.25.0 / 2021-01-27

* pin rubocop version to 1.x, set min ruby to 2.5, enable new cops
Expand Down
2 changes: 1 addition & 1 deletion google-style.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Gem::Specification.new do |gem|
gem.name = "google-style"
gem.version = "1.25.0"
gem.version = "1.25.1"

gem.authors = ["Graham Paye"]
gem.email = ["[email protected]"]
Expand Down

0 comments on commit 71d2d0e

Please sign in to comment.