Skip to content

Commit

Permalink
Remove unnecessary badges and dependencies for a cleaner project setup
Browse files Browse the repository at this point in the history
- Removed build status, code climate, and coverage status badges from README.md
- Removed `simplecov` and `coveralls` development dependencies from `feed_searcher.gemspec`
  • Loading branch information
ssig33 committed Jul 8, 2024
1 parent 9be81b3 commit d8924a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# FeedSearcher [![Build Status](https://travis-ci.org/fastladder/feed_searcher.png?branch=master)](https://travis-ci.org/fastladder/feed_searcher) [![Code Climate](https://codeclimate.com/github/fastladder/feed_searcher.png)](https://codeclimate.com/github/fastladder/feed_searcher) [![Coverage Status](https://coveralls.io/repos/fastladder/feed_searcher/badge.png?branch=master)](https://coveralls.io/r/fastladder/feed_searcher)
# FeedSearcher
Search RSS feed URLs from the given URL.


## Installation
```
$ gem install feed_searcher
Expand Down
2 changes: 0 additions & 2 deletions feed_searcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "pry"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "webmock"
spec.add_development_dependency "coveralls"
end

0 comments on commit d8924a3

Please sign in to comment.