[ruby/weakref] Bump up 0.1.3

https://github.com/ruby/weakref/commit/f763384744
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 10:46:28 +09:00 committed by git
parent 304194d73e
commit c9ee600cef

View File

@ -17,7 +17,7 @@ require "delegate"
# #
class WeakRef < Delegator class WeakRef < Delegator
VERSION = "0.1.2" VERSION = "0.1.3"
## ##
# RefError is raised when a referenced object has been recycled by the # RefError is raised when a referenced object has been recycled by the