1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: ruby-exception-notification
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.8.0~)
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-exception-notification.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-exception-notification.git;a=summary
Homepage: http://smartinez87.github.com/exception_notification
XS-Ruby-Versions: all
Package: ruby-exception-notification
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby, ruby-actionmailer | ruby-actionmailer-3.2, ruby-activesupport | ruby-activesupport-3.2
Description: exception notification support for Rails and Rack apps
Using this package, Rails or Rack applications can be configured can be
configured to send notifications about any unhandled exceptions raised by the
application. Notifications can be sent via email, IRC, HTTP, and other means.
|