GitXplorerGitXplorer
s

exception_notifier-telegram_notifier

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e219d1fefda2fc9e34cba84687fe5e9e277a35d2

Rewrite echo_rescue example to use TOTP for authentication

ssmaximov committed 7 years ago
Unverified
6cb03f7bcf5a6c752ef51d5321b495e5a006f1a9

Major refactoring

ssmaximov committed 7 years ago
Unverified
fd8204cf11982da8a08550a5e774451e818a565e

Customize notification message formatter

ssmaximov committed 7 years ago
Unverified
22e85a1115a39e213e445c7c9f49bb9fec40e7a2

Don't use MD formatting as it may break Tg MD parser

ssmaximov committed 7 years ago
Unverified
bbc0628a2badee9c11090acc5a45c53517addefb

Display first 10 backtrace lines (don't exceed Tg message length limit)

ssmaximov committed 7 years ago
Unverified
3365f5fa4534dee57d6762bdbf69b3b60c6df531

Don't raise error if webhook_url is unset

ssmaximov committed 7 years ago

README

The README file for this repository.

ExceptionNotifier::TelegramNotifier

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/exception_notifier/telegram_notifier. To experiment with that code, run bin/console for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

Installation

Add this line to your application's Gemfile:

gem 'exception_notifier-telegram_notifier'

And then execute:

$ bundle

Or install it yourself as:

$ gem install exception_notifier-telegram_notifier

Usage

TODO: Write usage instructions here

Development

After 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.

To 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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/smaximov/exception_notifier-telegram_notifier.

License

The gem is available as open source under the terms of the MIT License.