io-console 0.6.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.
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.6.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: 2022-12-16 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
@@ -17,7 +16,9 @@ extensions:
17
16
  - ext/io/console/extconf.rb
18
17
  extra_rdoc_files: []
19
18
  files:
20
- - LICENSE.txt
19
+ - ".document"
20
+ - BSDL
21
+ - COPYING
21
22
  - README.md
22
23
  - ext/io/console/console.c
23
24
  - ext/io/console/extconf.rb
@@ -29,7 +30,7 @@ licenses:
29
30
  - BSD-2-Clause
30
31
  metadata:
31
32
  source_code_url: https://github.com/ruby/io-console
32
- post_install_message:
33
+ changelog_uri: https://github.com/ruby/io-console/releases
33
34
  rdoc_options: []
34
35
  require_paths:
35
36
  - lib
@@ -44,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
45
  - !ruby/object:Gem::Version
45
46
  version: '0'
46
47
  requirements: []
47
- rubygems_version: 3.4.0.dev
48
- signing_key:
48
+ rubygems_version: 3.6.7
49
49
  specification_version: 4
50
50
  summary: Console interface
51
51
  test_files: []