README.md in ruboconf-1.0.0 vs README.md in ruboconf-1.1.0

- old
+ new

@@ -1,11 +1,13 @@ # ruboconf -Opinionated Rubocop configuration for personal projects. +Opinionated RuboCop configuration for personal projects. Those configurations are chosen based on my subjective feelings about some cops. I do not plan to accept Pull Requests, besides for objectively better configuration options. +If you want to use RuboCop Rails you might be interested in [ruboconf-rails](https://github.com/richardboehme/ruboconf-rails) + ## Installation Add this line to your application's Gemfile: ```ruby @@ -23,11 +25,11 @@ ruboconf: ruboconf.yml ``` ## Usage -Make sure to execute rubocop using bundler: +Make sure to execute RuboCop using bundler: $ bundle exec rubocop <options> ## Development @@ -35,10 +37,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in the gemspec, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -As stated above, I do not plan to accept Pull Requests. The only exception to this would be discussions about rubocop updates and objectively better configurations. +As stated above, I do not plan to accept Pull Requests. The only exception to this would be discussions about RuboCop updates and objectively better configurations. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct. ## License