Sha256: c91633ad38865c6d1061d8e41e539468412a26d5ecb1af7ea6d2d05c613a8eb2
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'exception_handler/version' Gem::Specification.new do |spec| spec.name = "exception_handler" spec.version = ExceptionHandler::VERSION spec.authors = ["richpeck", "joe_hilton"] spec.email = ["rpeck@frontlineutilities.co.uk", "jhilton@frontlineutilities.co.uk"] spec.summary = %q{Middleware & Controller To Handle Errors In Production Rails Apps} spec.description = %q{Exception Handler gives you middleware & an exception controller, to both capture exceptions & store them in your db; and to have custom error pages.} spec.homepage = "http://frontlineutilities.co.uk/ruby-on-rails/exceiption-handler" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_handler-0.0.1 | exception_handler.gemspec |