summaryrefslogtreecommitdiff
path: root/lib/weakref/version.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:05:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:05:04 +0900
commit56f6973b682f7be6ba8a27ea1516f35be09b0574 (patch)
tree3d9eb2630bcd9cdb4bf21d0a2fd11b9bc4668f9d /lib/weakref/version.rb
parent9b2e671944a035af6a079ba91628b04687374377 (diff)
Promote weakref to the default gems
Diffstat (limited to 'lib/weakref/version.rb')
-rw-r--r--lib/weakref/version.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/weakref/version.rb b/lib/weakref/version.rb
new file mode 100644
index 0000000000..893da80753
--- /dev/null
+++ b/lib/weakref/version.rb
@@ -0,0 +1,3 @@
+module Weakref
+ VERSION = "0.1.0"
+end