{"id":15707927,"url":"https://github.com/h3poteto/exception_notification-shoryuken","last_synced_at":"2025-05-12T20:55:58.631Z","repository":{"id":4231379,"uuid":"52411317","full_name":"h3poteto/exception_notification-shoryuken","owner":"h3poteto","description":"Exception Notifier Plugin for Rails with Shoryuken http://smartinez87.github.com/exception_notification","archived":false,"fork":false,"pushed_at":"2023-11-02T00:33:24.000Z","size":31,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T10:22:23.844Z","etag":null,"topics":["exception-notification","gem","shoryuken"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h3poteto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-24T03:27:35.000Z","updated_at":"2021-04-29T15:49:22.000Z","dependencies_parsed_at":"2024-10-24T08:27:34.013Z","dependency_job_id":"848b1f11-31a0-430c-aa7e-dfadac4403d2","html_url":"https://github.com/h3poteto/exception_notification-shoryuken","commit_stats":{"total_commits":30,"total_committers":6,"mean_commits":5.0,"dds":0.4,"last_synced_commit":"230f705b38a7a6e9d5ac7ea60c1cfc5d5aec2bd1"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fexception_notification-shoryuken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fexception_notification-shoryuken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fexception_notification-shoryuken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h3poteto%2Fexception_notification-shoryuken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h3poteto","download_url":"https://codeload.github.com/h3poteto/exception_notification-shoryuken/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823151,"owners_count":21969839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exception-notification","gem","shoryuken"],"created_at":"2024-10-03T20:42:05.522Z","updated_at":"2025-05-12T20:55:58.595Z","avatar_url":"https://github.com/h3poteto.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExceptionNotification::Shoryuken\n[![Test](https://github.com/h3poteto/exception_notification-shoryuken/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/h3poteto/exception_notification-shoryuken/actions/workflows/test.yml)\n[![GitHub release](https://img.shields.io/github/release/h3poteto/exception_notification-shoryuken.svg)](https://github.com/h3poteto/exception_notification-shoryuken/releases)\n[![Gem](https://img.shields.io/gem/v/exception_notification-shoryuken.svg)](https://rubygems.org/gems/exception_notification-shoryuken)\n![Gem](https://img.shields.io/gem/dt/exception_notification-shoryuken.svg)\n\nThis Ruby gem is an extension of the [exception_notification](https://github.com/smartinez87/exception_notification) gem, and provides a set of notifiers for sending notifications when errors occur in [Shoryuken](https://github.com/phstc/shoryuken) worker. This is useful if you use Shoryuken worker as asynchronous\nprocess.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'exception_notification-shoryuken'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install exception_notification-shoryuken\n\n## Usage\n\nAdd `require` in your initializer which setup exception_notification like `config/initializers/exception_notification.rb`:\n\n```ruby\nrequire 'exception_notification/shoryuken'\n\nExceptionNotification.configure do |config|\n  # setup some notification\nend\n\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/h3poteto/exception_notification-shoryuken. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Fexception_notification-shoryuken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh3poteto%2Fexception_notification-shoryuken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3poteto%2Fexception_notification-shoryuken/lists"}