Sha256: fe7ba66a065d2df7ea6bde59458a932036b9aa7d596091035e0101e5a7ab8984
Contents?: true
Size: 764 Bytes
Versions: 1
Compression:
Stored size: 764 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/http/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Tony Arcieri", "Carl Lerche"] gem.email = ["tony.arcieri@gmail.com"] gem.description = "HTTP so awesome it will lure Catherine Zeta Jones into your unicorn petting zoo" gem.summary = "Made entirely of Ruby (and Ragel and C and Java)" gem.homepage = "https://github.com/tarcieri/http" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "http" gem.require_paths = ["lib"] gem.version = Http::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
http-0.0.0 | http.gemspec |