Sha256: 3db4878f43775eda2c725ce88f1d9f829b1dbed1a4418a44d3f7079d305e2b70
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 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"] 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", "~> 2.2" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" spec.add_development_dependency 'rspec_junit_formatter' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
http-exceptions-0.1.6 | http-exceptions.gemspec |