# -*- encoding: utf-8 -*- # stub: super_exception_notifier 2.0.3 ruby lib Gem::Specification.new do |s| s.name = "super_exception_notifier".freeze s.version = "2.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Boling".freeze, "Scott Windsor".freeze, "Ismael Celis".freeze, "Jacques Crocker".freeze, "Jamis Buck".freeze] s.date = "2009-11-04" s.description = "Allows customization of:\n* Specify which level of notification you would like with an array of optional styles of notification (email, webhooks)\n* the sender address of the email\n* the recipient addresses\n* the text used to prefix the subject line\n* the HTTP status codes to notify for\n* the error classes to send emails for\n* alternatively, the error classes to not notify for\n* whether to send error emails or just render without sending anything\n* the HTTP status and status code that gets rendered with specific errors\n* the view path to the error page templates\n* custom errors, with custom error templates\n* define error layouts at application or controller level, or use the controller's own default layout, or no layout at all\n* get error notification for errors that occur in the console, using notifiable method\n* Override the gem's handling and rendering with explicit rescue statements inline.\n* Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug\n* Hooks into other website services (e.g. you can send exceptions to to Switchub.com)\n* Can notify of errors occurring in any class/method using notifiable { method }\n* Can notify of errors in Rake tasks using NotifiedTask.new instead of task".freeze s.email = "peter.boling@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/exception_notifiable.rb".freeze, "lib/exception_notifier.rb".freeze, "lib/exception_notifier_helper.rb".freeze, "lib/notifiable.rb".freeze, "lib/super_exception_notifier/custom_exception_classes.rb".freeze, "lib/super_exception_notifier/custom_exception_methods.rb".freeze, "lib/super_exception_notifier/deprecated_methods.rb".freeze, "lib/super_exception_notifier/git_blame.rb".freeze, "lib/super_exception_notifier/helpful_hashes.rb".freeze, "lib/super_exception_notifier/hooks_notifier.rb".freeze, "lib/super_exception_notifier/notifiable_helper.rb".freeze, "rails/app/views/exception_notifiable/400.html".freeze, "rails/app/views/exception_notifiable/403.html".freeze, "rails/app/views/exception_notifiable/404.html".freeze, "rails/app/views/exception_notifiable/405.html".freeze, "rails/app/views/exception_notifiable/410.html".freeze, "rails/app/views/exception_notifiable/418.html".freeze, "rails/app/views/exception_notifiable/422.html".freeze, "rails/app/views/exception_notifiable/423.html".freeze, "rails/app/views/exception_notifiable/501.html".freeze, "rails/app/views/exception_notifiable/503.html".freeze, "rails/app/views/exception_notifiable/method_disabled.html.erb".freeze, "rails/init.rb".freeze, "tasks/notified_task.rake".freeze, "test/exception_notifiable_test.rb".freeze, "test/exception_notifier_helper_test.rb".freeze, "test/exception_notifier_test.rb".freeze, "test/exception_notify_functional_test.rb".freeze, "test/mocks/controllers.rb".freeze, "test/notifiable_test.rb".freeze, "test/test_helper.rb".freeze, "views/exception_notifier/_backtrace.html.erb".freeze, "views/exception_notifier/_environment.html.erb".freeze, "views/exception_notifier/_inspect_model.html.erb".freeze, "views/exception_notifier/_request.html.erb".freeze, "views/exception_notifier/_session.html.erb".freeze, "views/exception_notifier/_title.html.erb".freeze, "views/exception_notifier/background_exception_notification.text.plain.erb".freeze, "views/exception_notifier/exception_notification.text.plain.erb".freeze, "views/exception_notifier/rake_exception_notification.text.plain.erb".freeze] s.homepage = "http://github.com/pboling/exception_notification".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Allows unhandled (and handled!) exceptions to be captured and sent via email".freeze s.test_files = ["test/exception_notifiable_test.rb".freeze, "test/exception_notifier_helper_test.rb".freeze, "test/exception_notifier_test.rb".freeze, "test/exception_notify_functional_test.rb".freeze, "test/mocks/controllers.rb".freeze, "test/notifiable_test.rb".freeze, "test/test_helper.rb".freeze] end