net-http 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: net-http
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - NARUSE, Yui
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: HTTP client api for Ruby.
14
+ email:
15
+ - naruse@airemix.jp
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".github/workflows/test.yml"
21
+ - ".gitignore"
22
+ - Gemfile
23
+ - Gemfile.lock
24
+ - README.md
25
+ - Rakefile
26
+ - bin/console
27
+ - bin/setup
28
+ - lib/net/http.rb
29
+ - lib/net/http/backward.rb
30
+ - lib/net/http/exceptions.rb
31
+ - lib/net/http/generic_request.rb
32
+ - lib/net/http/header.rb
33
+ - lib/net/http/proxy_delta.rb
34
+ - lib/net/http/request.rb
35
+ - lib/net/http/requests.rb
36
+ - lib/net/http/response.rb
37
+ - lib/net/http/responses.rb
38
+ - lib/net/http/status.rb
39
+ - lib/net/http/version.rb
40
+ - lib/net/https.rb
41
+ - net-http.gemspec
42
+ homepage: https://github.com/ruby/net-http
43
+ licenses: []
44
+ metadata:
45
+ homepage_uri: https://github.com/ruby/net-http
46
+ source_code_uri: https://github.com/ruby/net-http
47
+ post_install_message:
48
+ rdoc_options: []
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: 2.6.0
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ requirements: []
62
+ rubygems_version: 3.2.0.pre1
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: HTTP client api for Ruby.
66
+ test_files: []