From f9b255992ae13d33f70694330b2134b73ab6a4be Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sat, 14 Jul 2018 00:35:27 +0900 Subject: [PATCH] v0.1.2 --- 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 2140f83..97b1392 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.1.1" + spec.version = "0.1.2" 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"