Sha256: a6d7e80d2bc5aa0c62adb2e70458c71419f90ef4dd4481f6d7e761677566c2a5
Contents?: true
Size: 955 Bytes
Versions: 1
Compression:
Stored size: 955 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 = "tanga-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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tanga-http-exceptions-0.0.4 | tanga-http-exceptions.gemspec |