README.md in meowcop-1.17.0 vs README.md in meowcop-1.17.1

- old
+ new

@@ -1,11 +1,11 @@ # MeowCop [![Gem Version](https://badge.fury.io/rb/meowcop.svg)](https://badge.fury.io/rb/meowcop) MeowCop is a gem for RuboCop configuration, it focuses **Lint**. -It's recommended by Actcat inc. +It's recommended by Sider, Inc. ## Design RuboCop has many style cops. Style cops provide one of several settings. @@ -44,12 +44,18 @@ # To use the MeowCop gem. inherit_gem: meowcop: - config/rubocop.yml -# Modify the version if you don't use MRI 2.1. +# Modify the version if you don't use MRI 2.2. AllCops: - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.2 + # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0). + TargetRailsVersion: 5.0 + +Rails: + # If you use RuboCop with Ruby on Rails, turn on this option. + Enabled: false # You can customize rubocop settings. # For example. # Style/FrozenStringLiteralComment: # Enabled: true