Sha256: 0ea33ef5f5509ab02ffc44f6aebd2f16f8da3b65fcfff262ae4c7e7c198ed427
Contents?: true
Size: 949 Bytes
Versions: 6
Compression:
Stored size: 949 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'http/exceptions/version' Gem::Specification.new do |spec| spec.name = "http-exceptions" spec.version = Http::Exceptions::VERSION spec.authors = ["Simon Mathieu"] spec.email = ["simon.math@gmail.com"] spec.summary = %q{An easy way to rescue exceptions that might be thrown by your Http library} spec.description = %q{An easy way to rescue exceptions that might be thrown by your Http library} spec.homepage = "" 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
6 entries across 6 versions & 1 rubygems