Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
* update copyright to 2024 and add Apache 2 link
* remove links to InchCI, which seem to be shutdown
* fix the RubyDoc link
* remove the TravisCI link
  • Loading branch information
acant committed Dec 16, 2024
1 parent 2e075da commit 4dd530d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Test Coverage](https://codeclimate.com/github/sugarcrm/rspec-side_effects/badges/coverage.svg)](https://codeclimate.com/github/sugarcrm/rspec-side_effects/coverage)
[![License](http://img.shields.io/badge/license-Apache2-green.svg?style=flat)](LICENSE)

[![Inline docs](http://inch-ci.org/github/sugarcrm/rspec-side_effects.svg)](http://inch-ci.org/github/sugarcrm/rspec-side_effects)
[![RubyDoc](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/rspec-side_effects)

RSpec extension for checking the side effects of your specifications.
Expand Down Expand Up @@ -99,19 +98,17 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
Links to other places on the web where this projects exists:

* [Code Climate](https://codeclimate.com/github/sugarcrm/rspec-side_effects)
* [InchCI](http://inch-ci.org/github/sugarcrm/rspec-side_effects)
* [Github](https://github.com/sugarcrm/rspec-side_effects)
* [OpenHub](https://www.openhub.net/p/rspec-side_effects)
* [RubyDoc](http://rubydoc.org/gems/rspec-side_effects)
* [RubyDoc](https://rubydoc.info/gems/rspec-side_effects)
* [RubyGems](https://rubygems.org/gems/rspec-side_effects)
* [Ruby LibHunt](https://ruby.libhunt.com/rspec-side_effects-alternatives)
* [Ruby Toolbox](https://www.ruby-toolbox.com/projects/rspec-side_effects)
* [TravisCI](https://travis-ci.org/sugarcrm/rspec-side_effects)

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) for how you can contribute changes back into this project.

## Acknowledgments

Copyright 2019 [SugarCRM Inc.](http://sugarcrm.com), released under the Apache2 License.
Copyright 2024 [SugarCRM Inc.](http://sugarcrm.com), released under the [Apache2 License](https://www.apache.org/licenses/LICENSE-2.0.html).

0 comments on commit 4dd530d

Please sign in to comment.