From 909986fee99cec38f13159f8471ebe4adbaee34e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 10 Nov 2025 18:21:02 +0900 Subject: [PATCH] [DOC] Missing documents --- .document | 4 ++++ lib/forwardable.rb | 2 ++ 2 files changed, 6 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/forwardable.rb b/lib/forwardable.rb index 71b4e6a..5652e72 100644 --- a/lib/forwardable.rb +++ b/lib/forwardable.rb @@ -114,6 +114,8 @@ module Forwardable # Version of +forwardable.rb+ VERSION = "1.3.3" VERSION.freeze + + # Version for backward compatibility FORWARDABLE_VERSION = VERSION FORWARDABLE_VERSION.freeze