forked from kaspernj/http2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
http2.gemspec
36 lines (33 loc) · 1.37 KB
/
http2.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: http2 0.0.29 ruby lib
Gem::Specification.new do |s|
s.name = "http2"
s.version = "0.0.32"
s.require_paths = ["lib"]
s.authors = ["Kasper Johansen"]
s.description = "A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more."
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = Dir["{include,lib}/**/*"] + ["Rakefile"]
s.test_files = Dir["spec/**/*"]
s.homepage = "http://github.com/kaspernj/http2"
s.licenses = ["MIT"]
s.rubygems_version = "2.4.0"
s.summary = "A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more."
s.add_runtime_dependency("string-cases", "~> 0")
s.add_development_dependency("rake")
s.add_development_dependency("rspec", "~> 3.4.0")
s.add_development_dependency("rdoc", "~> 3.12")
s.add_development_dependency("bundler", ">= 1.0.0")
s.add_development_dependency("hayabusa", "~> 0.0.28")
s.add_development_dependency("sqlite3")
s.add_development_dependency("codeclimate-test-reporter")
s.add_development_dependency("best_practice_project", ">= 0.0.4")
s.add_development_dependency("rubocop", "~> 0.35.0")
end