diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-10-22 07:53:44 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-10-21 22:58:43 +0000 |
| commit | cabf3dac360adfb639badcb6c19a19796a79b38c (patch) | |
| tree | 54c80b7fd8c9d5580db3e2d8370de07e061654f9 | |
| parent | 499e66d05cb8c57c1d51cbcfc5f1ff3ba2944ed3 (diff) | |
[ruby/io-console] [DOC] Add .document
https://github.com/ruby/io-console/commit/62a677b51a
| -rw-r--r-- | ext/io/console/io-console.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index d26a757b01..8f12c53976 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |s| s.authors = ["Nobu Nakada"] s.require_path = %[lib] s.files = %w[ + .document LICENSE.txt README.md ext/io/console/console.c |
