io-wait 0.3.0-java → 0.3.2-java
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
- data/.document +6 -0
- data/.rdoc_options +2 -0
- data/Gemfile +1 -0
- data/_doc/io.rb +3 -0
- data/lib/io/wait.jar +0 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a932d98c9faa246bad55045b070f5aabd5d02ecc3a0baf133090394f7d33ab6
|
|
4
|
+
data.tar.gz: 9eeb5854aaa39de0d30102b6e18229f996e290119733172c6c72e0be27cf4d7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd6df2e4cbb1dbdf1e5abfc29e7bf3986716a055714526f0599388cb12895f93931d227926be55fa972b13e0932c552077a716d1cab052128fcd9f53210c17e4
|
|
7
|
+
data.tar.gz: a130a12858a05ae9152aabfecb378df693f93ba62503d229ff8acffee44bc9b87a13be9672fdfaa69ffa3d8876bc6a0927ad0cb4840b8e794991afc1b589ad12
|
data/.document
ADDED
data/.rdoc_options
ADDED
data/Gemfile
CHANGED
data/_doc/io.rb
ADDED
data/lib/io/wait.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: io-wait
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Nobu Nakada
|
|
8
8
|
- Charles Oliver Nutter
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: exe
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2025-07-15 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: Waits until IO is readable or writable without blocking.
|
|
15
14
|
email:
|
|
@@ -19,9 +18,12 @@ executables: []
|
|
|
19
18
|
extensions: []
|
|
20
19
|
extra_rdoc_files: []
|
|
21
20
|
files:
|
|
21
|
+
- ".document"
|
|
22
|
+
- ".rdoc_options"
|
|
22
23
|
- COPYING
|
|
23
24
|
- Gemfile
|
|
24
25
|
- README.md
|
|
26
|
+
- _doc/io.rb
|
|
25
27
|
- ext/java/lib/io/wait.rb
|
|
26
28
|
- lib/io/wait.jar
|
|
27
29
|
homepage: https://github.com/ruby/io-wait
|
|
@@ -31,7 +33,6 @@ licenses:
|
|
|
31
33
|
metadata:
|
|
32
34
|
homepage_uri: https://github.com/ruby/io-wait
|
|
33
35
|
source_code_uri: https://github.com/ruby/io-wait
|
|
34
|
-
post_install_message:
|
|
35
36
|
rdoc_options: []
|
|
36
37
|
require_paths:
|
|
37
38
|
- lib
|
|
@@ -40,15 +41,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
40
41
|
requirements:
|
|
41
42
|
- - ">="
|
|
42
43
|
- !ruby/object:Gem::Version
|
|
43
|
-
version: '0'
|
|
44
|
+
version: '3.0'
|
|
44
45
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
45
46
|
requirements:
|
|
46
47
|
- - ">="
|
|
47
48
|
- !ruby/object:Gem::Version
|
|
48
49
|
version: '0'
|
|
49
50
|
requirements: []
|
|
50
|
-
rubygems_version: 3.3
|
|
51
|
-
signing_key:
|
|
51
|
+
rubygems_version: 3.6.3
|
|
52
52
|
specification_version: 4
|
|
53
53
|
summary: Waits until IO is readable or writable without blocking.
|
|
54
54
|
test_files: []
|