diff --git a/rubocop-rails_config.gemspec b/rubocop-rails_config.gemspec index 99af05e..63f47d3 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.0.1" + spec.version = "0.1.0" 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"