protocol-quic 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f6e82bf2c236df381980976dfda5103e60a0a3366624ebe20fc50052b5a8f97
4
- data.tar.gz: 60d05d6d4c496fe01b36b71aae4cfb11abb45e856c5facce3e6cfd42057e6f29
3
+ metadata.gz: b3b7b2ca3d192e58b1004b5195ced702d8fa037ed0c1e0e6c16d102117f10ec1
4
+ data.tar.gz: 90843655fcb8333c7e5d8b3726f6cf8e692a2aae742d767ce5c081b60865acc4
5
5
  SHA512:
6
- metadata.gz: cc528ee11e7190cff444c1c09647a1b229b97846192d6a8f47e2163e6247629f8bb6584fed7dbd4fc44398df3f4cf413e1cdacb9687bffd9c0b5a94f465e76b4
7
- data.tar.gz: c9a23a03cac8d2247dd70687045adf5ed5225511ea1907e56b14350e2a3d0ac7c0725d1b5386046d5a81ad89d634a490256111d8dc63aa0498cd0b16e7c8f400
6
+ metadata.gz: 1dc64d53db85dae62764fffb2235ac691d574a476b7fa90052e32ab64b85adc55b594bc49787fc50291234d0cea92eabf7cc714dbe746edd620a73eebae50bda
7
+ data.tar.gz: dae982642da90c173acab712ec31b477a41e66587f40306866e3d4da3f8b1d0443ce029b6dc794422dff769fdf2e1f6b42db7002a3a91b0d391084744e6e271b
checksums.yaml.gz.sig CHANGED
Binary file
data/ext/rakefile.rb CHANGED
@@ -3,10 +3,14 @@
3
3
  # Released under the MIT License.
4
4
  # Copyright, 2023-2026, by Samuel Williams.
5
5
 
6
+ require "rbconfig"
7
+ require "rubygems"
8
+
6
9
  task :default do
7
10
  ruby_library_directory = ENV.fetch("RUBYLIBDIR"){ENV.fetch("RUBYARCHDIR")}
8
11
  build_environment = {"RUBYLIBDIR" => ruby_library_directory}
12
+ teapot = [RbConfig.ruby, Gem.bin_path("teapot", "teapot")]
9
13
 
10
- sh build_environment, "teapot", "fetch"
11
- sh build_environment, "teapot", "Ruby/Protocol/QUIC"
14
+ sh build_environment, *teapot, "fetch"
15
+ sh build_environment, *teapot, "Ruby/Protocol/QUIC"
12
16
  end
@@ -12,7 +12,7 @@ scheduler-ruby:
12
12
  :commit: 8e4e36bfd47485e8379b3d9c0e4258dec63b7320
13
13
  :branch: main
14
14
  protocol-quic:
15
- :commit: 4fa6aaa1b2dcb8f493d4c58535c0417e94095f27
15
+ :commit: 9900a7fe0407a2a4ae0a8e0508d6ad8d52f66c27
16
16
  :branch: main
17
17
  ruby:
18
18
  :commit: 685cdd5a421dae7749f368d08add9aa9709ad043
@@ -65,3 +65,9 @@ picotls:
65
65
  openssl:
66
66
  :commit: 2f48d686aaaf20dc6d7e8a277803657eb5951530
67
67
  :branch: main
68
+ platform-linux:
69
+ :commit: c3c5cbf90d26d23c6137def781cd997ddca5e51a
70
+ :branch: master
71
+ build-linux:
72
+ :commit: cbc8c52c2ca2fc75761e545c83429ef34e4cd4fe
73
+ :branch: master
@@ -7,6 +7,6 @@
7
7
  module Protocol
8
8
  # @namespace
9
9
  module QUIC
10
- VERSION = "0.0.1"
10
+ VERSION = "0.0.2"
11
11
  end
12
12
  end
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file