Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
Coveralls gems started raising SSL errors whilen connecting to coveralls.io
  • Loading branch information
rmm5t committed Mar 18, 2024
1 parent 3d64a4c commit 9e8426f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://github.com/integrallis/stripe_event/workflows/CI/badge.svg)](https://github.com/integrallis/stripe_event/actions?query=workflow%3ACI)
[![Gem Version](https://badge.fury.io/rb/stripe_event.svg)](http://badge.fury.io/rb/stripe_event)
[![Code Climate](https://codeclimate.com/github/integrallis/stripe_event.svg)](https://codeclimate.com/github/integrallis/stripe_event)
[![Coverage Status](https://coveralls.io/repos/integrallis/stripe_event/badge.svg)](https://coveralls.io/r/integrallis/stripe_event)
[![Gem Downloads](https://img.shields.io/gem/dt/stripe_event.svg)](https://rubygems.org/gems/stripe_event)

StripeEvent is built on the [ActiveSupport::Notifications API](http://api.rubyonrails.org/classes/ActiveSupport/Notifications.html). Incoming webhook requests are [authenticated with the webhook signature](#authenticating-webhooks-with-signatures). Define subscribers to handle specific event types. Subscribers can be a block or an object that responds to `#call`.
Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require 'coveralls'
Coveralls.wear!

require 'webmock/rspec'
require File.expand_path('../../lib/stripe_event', __FILE__)
Dir[File.expand_path('../spec/support/**/*.rb', __FILE__)].each { |f| require f }
Expand Down
1 change: 0 additions & 1 deletion stripe_event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
s.add_dependency "stripe", [">= 2.8", "< 11"]

s.add_development_dependency "appraisal"
s.add_development_dependency "coveralls"
s.add_development_dependency "rails", [">= 3.1"]
s.add_development_dependency "rake"
s.add_development_dependency "rspec-rails", "~> 3.7"
Expand Down

0 comments on commit 9e8426f

Please sign in to comment.