From bb06d7121a9f881b61e21a28f4d16bd15f67f5f7 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Mon, 14 Jan 2019 05:30:03 +0900 Subject: [PATCH] v0.4.1 --- 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 b4be92f..9ea1f59 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.4.0" + spec.version = "0.4.1" 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"