From cccde640804cb62b54664db0b9ae9d2498d06299 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 10 Nov 2025 18:57:37 +0900 Subject: [PATCH] [DOC] Missing documents --- .document | 4 ++++ lib/weakref.rb | 1 + 2 files changed, 5 insertions(+) create mode 100644 .document diff --git a/.document b/.document new file mode 100644 index 0000000..e2b9569 --- /dev/null +++ b/.document @@ -0,0 +1,4 @@ +BSDL +COPYING +README.md +lib/ diff --git a/lib/weakref.rb b/lib/weakref.rb index 0a09f7f..c7274f9 100644 --- a/lib/weakref.rb +++ b/lib/weakref.rb @@ -17,6 +17,7 @@ # class WeakRef < Delegator + # The version string VERSION = "0.1.4" ##