{"id":16059397,"url":"https://github.com/y-yagi/exception_notification-pushbullet","last_synced_at":"2026-05-07T13:38:31.719Z","repository":{"id":56845121,"uuid":"59631777","full_name":"y-yagi/exception_notification-pushbullet","owner":"y-yagi","description":"Exception Notification for Pushbullet","archived":false,"fork":false,"pushed_at":"2017-01-02T23:53:10.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-19T20:44:58.432Z","etag":null,"topics":[],"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/y-yagi.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}},"created_at":"2016-05-25T04:51:45.000Z","updated_at":"2017-01-02T23:53:11.000Z","dependencies_parsed_at":"2022-09-09T21:11:02.342Z","dependency_job_id":null,"html_url":"https://github.com/y-yagi/exception_notification-pushbullet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/y-yagi/exception_notification-pushbullet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Fexception_notification-pushbullet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Fexception_notification-pushbullet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Fexception_notification-pushbullet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Fexception_notification-pushbullet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-yagi","download_url":"https://codeload.github.com/y-yagi/exception_notification-pushbullet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-yagi%2Fexception_notification-pushbullet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32740742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-09T04:00:55.161Z","updated_at":"2026-05-07T13:38:31.689Z","avatar_url":"https://github.com/y-yagi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exception Notification for Pushbullet\n\n[![Build Status](https://travis-ci.org/y-yagi/exception_notification-pushbullet.svg?branch=master)](https://travis-ci.org/y-yagi/exception_notification-pushbullet)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'exception_notification-pushbullet'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install exception_notification-pushbullet\n\n## Usage\n\n```ruby\n# config/environments/production.rb\nRails.application.configure do\n  config.middleware.use ExceptionNotification::Rack,\n    pushbullet: {\n      users: [{\n        api_token: 'xxx',\n        device_idens: %w(yyy)\n      }]\n    }\nend\n```\n### Options\n\n#### users\n\n*Array, required*\n\nUsers to send notifications.\n\n`users` includes the following options.\n\n##### api_token\n\n*String, required*\n\nAccess token for Pushbullet API.\n\nCheck [Pushbullet API](https://docs.pushbullet.com/#pushbullet-api) for details.\n\n##### device_idens\n\n*Array, default: All devices*\n\nID of devices to send notifications.  Default is send to all devices registered in user.\n\n\n#### title\n\n*String, default: \"New exception occured in _appname_(_environment_).\"*\n\nNotification title.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/y-yagi/exception_notification-pushbullet. 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%2Fy-yagi%2Fexception_notification-pushbullet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-yagi%2Fexception_notification-pushbullet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-yagi%2Fexception_notification-pushbullet/lists"}