Sha256: fbd846b21ce93a6a4b331d9700cd8701e289eed0e9077f4c4fa7ac7f34bdbd78

Contents?: true

Size: 763 Bytes

Versions: 4

Compression:

Stored size: 763 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "http_parser.rb"
  s.version = "0.5.1"
  s.summary = "Simple callback-based HTTP request/response parser"
  s.description = "Ruby bindings to http://github.com/ry/http-parser and http://github.com/a2800276/http-parser.java"

  s.authors = ["Marc-Andre Cournoyer", "Aman Gupta"]
  s.email   = ["macournoyer@gmail.com", "aman@tmm1.net"]

  s.homepage = "http://github.com/tmm1/http_parser.rb"
  s.files = `git ls-files`.split("\n") + Dir['ext/ruby_http_parser/vendor/**/*']

  s.require_paths = ["lib"]
  s.extensions    = ["ext/ruby_http_parser/extconf.rb"]

  s.add_development_dependency 'rake-compiler', '>= 0.7.5'
  s.add_development_dependency 'rspec', '>= 2.0.1'
  s.add_development_dependency 'json', '>= 1.4.6'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
http_parser.rb-0.5.1 http_parser.rb.gemspec
http_parser.rb-0.5.1-x86-mswin32-60 http_parser.rb.gemspec
http_parser.rb-0.5.1-x86-mingw32 http_parser.rb.gemspec
http_parser.rb-0.5.1-java http_parser.rb.gemspec