1 Star 0 Fork 0

leopku/http_parser.rb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
http_parser.rb.gemspec 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Erick Guan 提交于 2017-12-06 08:30 . Update dependency
Gem::Specification.new do |s|
s.name = "http_parser.rb"
s.version = "0.6.1"
s.summary = "Simple callback-based HTTP request/response parser"
s.description = "Ruby bindings to https://github.com/joyent/http-parser and https://github.com/http-parser/http-parser.java"
s.authors = ["Marc-Andre Cournoyer", "Aman Gupta"]
s.email = ["macournoyer@gmail.com", "aman@tmm1.net"]
s.license = 'MIT'
s.homepage = "https://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', '~> 1.0'
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'json', '~> 2.1'
s.add_development_dependency 'benchmark_suite', '~> 1.0'
s.add_development_dependency 'ffi', '~> 1.9'
if RUBY_PLATFORM =~ /java/
s.add_development_dependency 'jruby-openssl'
else
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4.0')
s.add_development_dependency 'yajl-ruby', '~> 1.3'
else
s.add_development_dependency 'yajl-ruby', '= 1.2.1'
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leopku/http_parser.rb.git
git@gitee.com:leopku/http_parser.rb.git
leopku
http_parser.rb
http_parser.rb
master

搜索帮助