# -*- encoding: utf-8 -*- # stub: exception_handler 0.4.7 ruby lib Gem::Specification.new do |s| s.name = "exception_handler".freeze s.version = "0.4.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Richard Peck".freeze, "Joe Hilton".freeze] s.date = "2015-12-05" s.description = "Rails gem to create custom error pages. Captures exceptions using \"exception_app\" callback, routing to \"Exception\" controller, rendering the view as required.".freeze s.email = ["rpeck@frontlineutilities.co.uk".freeze, "jhilton@frontlineutilities.co.uk".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/images/exception_handler/alert.jpg".freeze, "app/assets/images/exception_handler/alert.png".freeze, "app/assets/images/exception_handler/bg.jpg".freeze, "app/assets/images/exception_handler/bg_overlay.png".freeze, "app/assets/images/exception_handler/close.png".freeze, "app/assets/images/exception_handler/connect/facebook.png".freeze, "app/assets/images/exception_handler/connect/fusion.png".freeze, "app/assets/images/exception_handler/connect/linkedin.png".freeze, "app/assets/images/exception_handler/connect/twitter.png".freeze, "app/assets/images/exception_handler/connect/youtube.png".freeze, "app/assets/images/exception_handler/home.png".freeze, "app/assets/images/exception_handler/noise.png".freeze, "app/assets/images/exception_handler/overlay.png".freeze, "app/assets/stylesheets/exception_handler/error.css.erb".freeze, "app/controllers/exception_handler/exception_controller.rb".freeze, "app/helpers/exception_handler/application_helper.rb".freeze, "app/models/exception_handler/error.rb".freeze, "app/views/exception_handler/exception/show.html.erb".freeze, "app/views/layouts/exception.html.erb".freeze, "exception_handler.gemspec".freeze, "lib/exception_handler.rb".freeze, "lib/exception_handler/config.rb".freeze, "lib/exception_handler/parse.rb".freeze, "lib/exception_handler/parser/data.rb".freeze, "lib/exception_handler/parser/ignore.rb".freeze, "lib/exception_handler/version.rb".freeze, "lib/generators/exception_handler/migration_generator.rb".freeze, "lib/generators/exception_handler/views_generator.rb".freeze, "lib/generators/templates/migration.rb.erb".freeze, "post_install_message.md".freeze, "readme/400.jpg".freeze, "readme/500.jpg".freeze, "readme/application_controller.jpg".freeze, "readme/config.jpg".freeze, "readme/db.jpg".freeze, "readme/db_edit.jpg".freeze, "readme/dev.jpg".freeze, "readme/exception_controller.jpg".freeze, "readme/exceptions_app.png".freeze, "readme/layout.jpg".freeze, "readme/parser.jpg".freeze, "readme/rubygems.jpg".freeze, "readme/source/screen.psd".freeze, "readme/source/subtitle.psd".freeze, "readme/source/title.psd".freeze, "readme/subtitle.jpg".freeze, "readme/title.jpg".freeze, "readme/titles/bugs.png".freeze, "readme/titles/contents.png".freeze, "readme/titles/contribution.png".freeze, "readme/titles/custom_error_pages.png".freeze, "readme/titles/support.png".freeze, "readme/titles/testing.png".freeze, "readme/titles/title.psd".freeze, "readme/view.jpg".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://frontlineutilities.co.uk/ror/custom_error_pages".freeze s.licenses = ["MIT".freeze] s.post_install_message = "########################################################################################\n## _____ _ _ _ _ _ _ ##\n## | ___| | | (_) | | | | | | | ##\n## | |____ _____ ___ _ __ | |_ _ ___ _ __ | |_| | __ _ _ __ __| | | ___ _ __ ##\n## | __\\ \\/ / __/ _ \\ '_ \\| __| |/ _ \\| '_ \\ | _ |/ _` | '_ \\ / _` | |/ _ \\ '__| ##\n## | |___> < (_| __/ |_) | |_| | (_) | | | | | | | | (_| | | | | (_| | | __/ | ##\n## \\____/_/\\_\\___\\___| .__/ \\__|_|\\___/|_| |_| \\_| |_/\\__,_|_| |_|\\__,_|_|\\___|_| ## \n## | | ##\n## |_| ##\n########################################################################################\n\nIMPORTANT -\n**IF UPGRADING EXCEPTION HANDLER (to 0.4.7)***\n**DELETE INITIALIZER (config/initializers/exception_handler.rb)**\n\nWe've changed the initialization process for ExceptionHandler.\n\nThe initializer has been replaced with /config/application.rb\noptions:\n\n#config/application.rb\nconfig.exception_handler = {\n\tdb: \tfalse, #-> defaults to :errors if true, else use :table_name\n\temail: \tfalse, #-> need to integrate\n\tsocial: {\n\t :twitter \t=> \t'frontlineutils',\n\t :facebook \t=> \t'frontline.utilities',\n\t :linkedin \t=> \t'frontline-utilities',\n\t :youtube \t=>\t'frontlineutils',\n\t :fusion \t=> \t'frontlineutils',\n\t :url => {\n\t\t :facebook \t=> \t'https://facebook.com',\n\t\t :twitter \t=> \t'http://twitter.com',\n\t\t :youtube \t=>\t'https://youtube.com/user',\n\t\t :linkedin \t=> \t'https://linkedin.com/company',\n\t\t :fusion \t=> \t'https://frontlinefusion.com',\n\t\t},\n\t},\n\tlayouts: {\n\t '400' => nil,\n\t '500' => 'exception'\n\t},\n}\n\nIf you've made any changes to your initializer,\nyou MUST DELETE it, replacing the options with\nthose in config/application.rb, or\nconfig/environments/production.rb.\n\nMore info on the ExceptionHandler github page:\nhttp://github.com/richpeck/exception_handler\n\nThank you & enjoy!!".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails gem to show custom error pages in production. Also logs errors in \"errors\" db if required".freeze s.test_files = ["spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end