[ruby/observer] Bump up 0.1.2

https://github.com/ruby/observer/commit/6c978e6196
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 12:42:45 +09:00 committed by git
parent caa7a4f772
commit bf33085340

View File

@ -136,7 +136,7 @@
# ticker.add_observer(warner, :call)
# ticker.run
module Observable
VERSION = "0.1.1"
VERSION = "0.1.2"
#
# Add +observer+ as an observer on this object. So that it will receive