README.md in rubocop-codeur-0.1.12 vs README.md in rubocop-codeur-0.1.13
- old
+ new
@@ -23,11 +23,11 @@
Then run:
`bundle exec rubocop`
You don't need to include rubocop directly in your application's dependencies.
-`rubocop-codeur will include `rubocop`, `rubocop-minitest`, `rubocop-performance` and `rubocop-rails` dependencies.
+`rubocop-codeur` will include `rubocop`, `rubocop-minitest`, `rubocop-performance` and `rubocop-rails` dependencies.
It might be necessary to override style rules set in this gem for some projects or to add specific ones. Rule inheritance provided by Rubocop works like the following:
`inherit_gem → inherit_from → local rules`
For example:
@@ -44,12 +44,12 @@
```
Note that those overriding should be avoided as much as possible.
## Release
-Before all, configure your credentials for `dev-codeur` RubyGems account:
+Before all, configure your credentials for RubyGems :
- 1. Login to RubyGems with the `dev-codeur` account
+ 1. Login to RubyGems
2. Create a token which have rights to push gems (https://rubygems.org/profile/api_keys)
3. Add it to your config:
```
echo ":rubygems_api_key: YOUR_API_KEY" >> ~/.gem/credentials
```