From a496ca7e19cc14d5802d1ab049bb34d24ab11a4d Mon Sep 17 00:00:00 2001 From: toshimaru Date: Mon, 1 Oct 2018 10:51:42 +0900 Subject: [PATCH] v0.2.5 --- rubocop-rails_config.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-rails_config.gemspec b/rubocop-rails_config.gemspec index 76fee2a..32af305 100644 --- a/rubocop-rails_config.gemspec +++ b/rubocop-rails_config.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "rubocop-rails_config" - spec.version = "0.2.4" + spec.version = "0.2.5" spec.summary = "RuboCop configuration which has the same code style checking as official Ruby on Rails" spec.description = "RuboCop configuration which has the same code style checking as official Ruby on Rails" spec.authors = "Toshimaru"