Sha256: 55eb8efeb34410bb99d9ad6449c0cf31524d28931864460c239fa4e746b6ae10
Contents?: true
Size: 860 Bytes
Versions: 2
Compression:
Stored size: 860 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'http/2/version' Gem::Specification.new do |spec| spec.name = 'mieps_http-2' spec.version = HTTP2::VERSION spec.authors = ['Ilya Grigorik', 'Kaoru Maeda'] spec.email = ['ilya@igvita.com'] spec.description = 'Fork of Pure-ruby HTTP 2.0 protocol implementation - https://github.com/igrigorik/http-2' spec.summary = spec.description spec.homepage = '' spec.license = 'MIT' spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) 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.3' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mieps_http-2-0.8.2 | http-2.gemspec |
mieps_http-2-0.8.1 | http-2.gemspec |