README.md in radius-spec-0.7.0 vs README.md in radius-spec-0.8.0
- old
+ new
@@ -1,8 +1,7 @@
# Common RSpec Setup and Plug-ins
-[](https://travis-ci.org/RadiusNetworks/radius-spec)
[](https://codeclimate.com/github/RadiusNetworks/radius-spec/maintainability)
[](https://badge.fury.io/rb/radius-spec)
Basic RSpec setup and plug-ins for use with Radius Networks Ruby / Rails
projects.
@@ -121,21 +120,21 @@
- Exclude
- IgnoredPatterns
# Available for projects which cannot include this gem (i.e. Ruby < 2.5)
inherit_from:
- - https://raw.githubusercontent.com/RadiusNetworks/radius-spec/master/common_rubocop.yml
+ - https://raw.githubusercontent.com/RadiusNetworks/radius-spec/main/common_rubocop.yml
# Use the following instead if it is a Rails project
- - https://raw.githubusercontent.com/RadiusNetworks/radius-spec/master/common_rubocop_rails.yml
+ - https://raw.githubusercontent.com/RadiusNetworks/radius-spec/main/common_rubocop_rails.yml
```
When using the raw URL you may need to add the following to the project's
`.gitignore` file:
```
-.rubocop-https---raw-githubusercontent-com-RadiusNetworks-radius-spec-master-common-rubocop-rails-yml
-.rubocop-https---raw-githubusercontent-com-RadiusNetworks-radius-spec-master-common-rubocop-yml
+.rubocop-https---raw-githubusercontent-com-RadiusNetworks-radius-spec-main-common-rubocop-rails-yml
+.rubocop-https---raw-githubusercontent-com-RadiusNetworks-radius-spec-main-common-rubocop-yml
```
#### General Inheritance Notes
Be sure to include the project's local `.rubocop_todo.yml` **after** inheriting
@@ -796,6 +795,6 @@
## Code of Conduct
Everyone interacting in the Radius::Spec project’s codebases, issue trackers,
chat rooms and mailing lists is expected to follow the [code of
-conduct](https://github.com/RadiusNetworks/radius-spec/blob/master/CODE_OF_CONDUCT.md).
+conduct](https://github.com/RadiusNetworks/radius-spec/blob/main/CODE_OF_CONDUCT.md).