io-console 0.8.0 → 0.8.1

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: a8485f98825214ba70388cfaf023a5380201fc1de70b87ffddb36a9a2603115c
4
- data.tar.gz: db5deeb27f6bc90121cdb8ad6005aca2615f5a81976f97f09f25e63caed7070e
3
+ metadata.gz: 703648a74fbbd43995ef20cd19ebc9045aea706e74f989c393e803e31297303e
4
+ data.tar.gz: a8109c646ea3720460f66b6969bfa735d7fab9dc6cdcfa3fd6697787c744b6f5
5
5
  SHA512:
6
- metadata.gz: fcafaead8dd6a72e82e852ad8cf57bff49fb8fd8959520b8522c3fbf79bd97f1b218dd341f1e66656500c2a5ccd34045260655af948d86031e8f01ce19887df7
7
- data.tar.gz: f8ebf55a9fef2383adda797b62824cc7b9cc9458c98fd9025bab2945111851651df9a44469ec10549d4ea063469870ba2cc32a4a25d3e68dc57206531bce6c54
6
+ metadata.gz: 02a50bab06f032eb97433fa73a43e8f1b907ab15e452f5370e7c108905a4e293fe376bd4ea249b568fee77678f1288db54fa413271e3f5ff022b6daa5140f678
7
+ data.tar.gz: 40bf83e7be8a6fe666036f7c0ffa6b8811e4edab4b0bd5ce0f3d2f594e844cb69a6944209bfa841b3dd2c3dda12988d4ed99ba5244f1db40ff47889c6272c992
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  static const char *const
7
- IO_CONSOLE_VERSION = "0.8.0";
7
+ IO_CONSOLE_VERSION = "0.8.1";
8
8
 
9
9
  #include "ruby.h"
10
10
  #include "ruby/io.h"
@@ -10,11 +10,11 @@ have_func("rb_syserr_new_str(0, Qnil)") or
10
10
  abort
11
11
 
12
12
  have_func("rb_interned_str_cstr")
13
- have_func("rb_io_path")
14
- have_func("rb_io_descriptor")
15
- have_func("rb_io_get_write_io")
16
- have_func("rb_io_closed_p")
17
- have_func("rb_io_open_descriptor")
13
+ have_func("rb_io_path", "ruby/io.h")
14
+ have_func("rb_io_descriptor", "ruby/io.h")
15
+ have_func("rb_io_get_write_io", "ruby/io.h")
16
+ have_func("rb_io_closed_p", "ruby/io.h")
17
+ have_func("rb_io_open_descriptor", "ruby/io.h")
18
18
  have_func("rb_ractor_local_storage_value_newkey")
19
19
 
20
20
  is_wasi = /wasi/ =~ MakeMakefile::RbConfig::CONFIG["platform"]
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: io-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nobu Nakada
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-03 00:00:00.000000000 Z
10
+ date: 2025-07-15 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: add console capabilities to IO instances.
14
13
  email: nobu@ruby-lang.org
@@ -32,7 +31,6 @@ licenses:
32
31
  metadata:
33
32
  source_code_url: https://github.com/ruby/io-console
34
33
  changelog_uri: https://github.com/ruby/io-console/releases
35
- post_install_message:
36
34
  rdoc_options: []
37
35
  require_paths:
38
36
  - lib
@@ -47,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
45
  - !ruby/object:Gem::Version
48
46
  version: '0'
49
47
  requirements: []
50
- rubygems_version: 3.5.11
51
- signing_key:
48
+ rubygems_version: 3.6.7
52
49
  specification_version: 4
53
50
  summary: Console interface
54
51
  test_files: []