You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gem.description = "Track and debug errors in your Ruby applications with ease using Rollbar. With this gem, you can easily monitor and report on exceptions and other errors in your code, helping you identify and fix issues more quickly. Rollbar's intuitive interface and advanced error tracking features make it the perfect tool for ensuring the stability and reliability of your Ruby applications."
gem.executables = ['rollbar-rails-runner']
gem.summary = 'Reports exceptions to Rollbar'
gem.homepage = 'https://rollbar.com'
gem.license = 'MIT'
gem.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
gem.files += ['spec/support/rollbar_api.rb'] # useful helper for app spec/tests.