Sha256: 1c9c037d9e380576d5061ccc1e9263fc1b07d7caf0654eaad19429a785d909be
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
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", "Russell Smith"] spec.email = ["simon.math@gmail.com", "russ@rainforestqa.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 = "https://github.com/rainforestapp/http-exceptions" 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 |
---|---|
http-exceptions-0.1.1 | http-exceptions.gemspec |