protocol-quic 0.0.9 → 0.0.10
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +1 -2
- data/ext/rakefile.rb +1 -1
- data/lib/protocol/quic/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6aeae647966ae3c38c08bf5fb84b77f5281bf14c59c030c2194fd440000c88d
|
|
4
|
+
data.tar.gz: c0f8da81236ee70526c4f9badd033bec99aca663b64c34e4f1f09c6e5ef5610f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cc03b37578885912d200073f7e313a5e149edf7e14dde44fd4633ab6aa37f33e0ffd939da09dcb5f9b6d6f4dcd49868522467877d4fed1e23cc08099f0be311
|
|
7
|
+
data.tar.gz: b6be5cb20f4c7ba3830835443454eb6ac6abc944771170f7dfd70dddbf21f9fb5272684148d406d12dd466d5a8dd55b46a2f5b465ebdf0e51d4bf59beaa60e57
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
,�|����L�L
|
|
1
|
+
2�6���Q{����ܵ�pO���7ٱQ���ͥ�
|
data/ext/rakefile.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
require "rbconfig"
|
|
7
7
|
require "rubygems"
|
|
8
8
|
|
|
9
|
-
TEAPOT = [RbConfig.ruby, Gem.
|
|
9
|
+
TEAPOT = [RbConfig.ruby, "-rrubygems", "-e", "load Gem.activate_bin_path('teapot', 'teapot')", "--"]
|
|
10
10
|
|
|
11
11
|
task :default do
|
|
12
12
|
ruby_library_directory = ENV.fetch("RUBYLIBDIR"){ENV.fetch("RUBYARCHDIR")}
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: protocol-quic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
|
-
rubygems_version: 4.0.
|
|
130
|
+
rubygems_version: 4.0.10
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: QUIC protocol implementation using ngtcp2.
|
|
133
133
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|