http-2 0.8.4 → 0.10.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http-2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya Grigorik
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-09 00:00:00.000000000 Z
12
+ date: 2020-06-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.3'
20
+ version: '0'
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '1.3'
27
+ version: '0'
28
28
  description: Pure-ruby HTTP 2.0 protocol implementation
29
29
  email:
30
30
  - ilya@igvita.com
@@ -43,6 +43,7 @@ files:
43
43
  - Gemfile
44
44
  - Guardfile
45
45
  - Guardfile.h2spec
46
+ - LICENSE
46
47
  - README.md
47
48
  - Rakefile
48
49
  - example/Gemfile
@@ -52,6 +53,7 @@ files:
52
53
  - example/keys/server.crt
53
54
  - example/keys/server.key
54
55
  - example/server.rb
56
+ - example/upgrade_client.rb
55
57
  - example/upgrade_server.rb
56
58
  - http-2.gemspec
57
59
  - lib/http/2.rb
@@ -103,8 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
105
  - !ruby/object:Gem::Version
104
106
  version: '0'
105
107
  requirements: []
106
- rubyforge_project:
107
- rubygems_version: 2.6.11
108
+ rubygems_version: 3.1.3
108
109
  signing_key:
109
110
  specification_version: 4
110
111
  summary: Pure-ruby HTTP 2.0 protocol implementation