Sha256: 5226b1aa1f42a35228830ece7d4529b149704667d71e96bbbc678eace3a48780
Contents?: true
Size: 933 Bytes
Versions: 1
Compression:
Stored size: 933 Bytes
Contents
# encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'hatetepe/version' Gem::Specification.new do |spec| spec.name = "hatetepe" spec.version = Hatetepe::VERSION spec.authors = ["Lars Gierth"] spec.email = ["lars.gierth@gmail.com"] spec.description = %q{The HTTP toolkit} spec.summary = %q{General purpose toolkit for HTTP clients and servers} spec.homepage = "https://github.com/lgierth/hatetepe" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^spec/}) spec.require_paths = ["lib"] spec.add_dependency "eventmachine" spec.add_dependency "http_parser.rb" spec.add_dependency "promise.rb", "~> 0.3.0" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hatetepe-0.6.0.pre.2 | hatetepe.gemspec |