# -*- encoding: utf-8 -*- # stub: exception_handler 0.0.25 ruby lib Gem::Specification.new do |s| s.name = "exception_handler".freeze s.version = "0.0.25".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "source" => "https://github.com/richpeck/exception_handler" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Richard Peck".freeze, "Joe Hilton".freeze] s.date = "2014-05-26" s.description = "Exception Handler gives you middleware & an exception controller, to both capture exceptions & store them in your db; and to have custom error pages.".freeze s.email = ["rpeck@frontlineutilities.co.uk".freeze, "jhilton@frontlineutilities.co.uk".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "exception_handler.gemspec".freeze, "lib/exception_handler.rb".freeze, "lib/exception_handler/parser.rb".freeze, "lib/exception_handler/version.rb".freeze] s.homepage = "http://frontlineutilities.co.uk/ruby-on-rails/exception-handler".freeze s.licenses = ["MIT".freeze] s.post_install_message = "Thank you for installing!".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Middleware & Controller To Handle Errors In Production Rails Apps".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end