From 62a677b51a28eee980d87021988595a9378c24a8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Oct 2023 07:53:44 +0900 Subject: [PATCH] [DOC] Add .document --- .document | 4 ++++ .gitignore | 1 + io-console.gemspec | 1 + 3 files changed, 6 insertions(+) create mode 100644 .document diff --git a/.document b/.document new file mode 100644 index 0000000..e5a784f --- /dev/null +++ b/.document @@ -0,0 +1,4 @@ +LICENSE.txt +README.md +ext/io/console/console.c +lib/io/console/size.rb diff --git a/.gitignore b/.gitignore index 153aded..98df0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /coverage/ +/doc/ /pkg/ /tmp/ /logs/ diff --git a/io-console.gemspec b/io-console.gemspec index d26a757..8f12c53 100644 --- a/io-console.gemspec +++ b/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