io-event 1.7.4 → 1.10.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 CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: io-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  - Math Ieu
9
9
  - Wander Hillen
10
+ - Jean Boussier
10
11
  - Benoit Daloze
11
12
  - Bruno Sutic
12
13
  - Alex Matchneer
13
14
  - Anthony Ross
14
15
  - Delton Ding
15
16
  - Pavel Rosický
16
- autorequire:
17
+ - Shizuo Fujita
17
18
  bindir: bin
18
19
  cert_chain:
19
20
  - |
@@ -45,10 +46,8 @@ cert_chain:
45
46
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
46
47
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
47
48
  -----END CERTIFICATE-----
48
- date: 2024-11-24 00:00:00.000000000 Z
49
+ date: 2025-03-12 00:00:00.000000000 Z
49
50
  dependencies: []
50
- description:
51
- email:
52
51
  executables: []
53
52
  extensions:
54
53
  - ext/extconf.rb
@@ -56,24 +55,29 @@ extra_rdoc_files: []
56
55
  files:
57
56
  - design.md
58
57
  - ext/extconf.rb
58
+ - ext/io/event/array.h
59
59
  - ext/io/event/event.c
60
60
  - ext/io/event/event.h
61
+ - ext/io/event/fiber.c
62
+ - ext/io/event/fiber.h
61
63
  - ext/io/event/interrupt.c
62
64
  - ext/io/event/interrupt.h
63
- - ext/io/event/selector/array.h
65
+ - ext/io/event/list.h
64
66
  - ext/io/event/selector/epoll.c
65
67
  - ext/io/event/selector/epoll.h
66
68
  - ext/io/event/selector/kqueue.c
67
69
  - ext/io/event/selector/kqueue.h
68
- - ext/io/event/selector/list.h
69
70
  - ext/io/event/selector/pidfd.c
70
71
  - ext/io/event/selector/selector.c
71
72
  - ext/io/event/selector/selector.h
72
73
  - ext/io/event/selector/uring.c
73
74
  - ext/io/event/selector/uring.h
75
+ - ext/io/event/time.c
76
+ - ext/io/event/time.h
74
77
  - lib/io/event.rb
75
78
  - lib/io/event/debug/selector.rb
76
79
  - lib/io/event/interrupt.rb
80
+ - lib/io/event/native.rb
77
81
  - lib/io/event/priority_heap.rb
78
82
  - lib/io/event/selector.rb
79
83
  - lib/io/event/selector/nonblock.rb
@@ -83,13 +87,13 @@ files:
83
87
  - lib/io/event/version.rb
84
88
  - license.md
85
89
  - readme.md
90
+ - releases.md
86
91
  homepage: https://github.com/socketry/io-event
87
92
  licenses:
88
93
  - MIT
89
94
  metadata:
90
95
  documentation_uri: https://socketry.github.io/io-event/
91
96
  source_code_uri: https://github.com/socketry/io-event.git
92
- post_install_message:
93
97
  rdoc_options: []
94
98
  require_paths:
95
99
  - lib
@@ -104,8 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
108
  - !ruby/object:Gem::Version
105
109
  version: '0'
106
110
  requirements: []
107
- rubygems_version: 3.5.22
108
- signing_key:
111
+ rubygems_version: 3.6.2
109
112
  specification_version: 4
110
113
  summary: An event loop.
111
114
  test_files: []
metadata.gz.sig CHANGED
Binary file