summaryrefslogtreecommitdiff
path: root/lib/observer.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:43:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-22 21:45:28 +0900
commit9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3 (patch)
treecc69767e7139d5616ad59764f8c897c598aa47ec /lib/observer.rb
parent96b881679390271eb2234060ea7eed77a997d707 (diff)
Update library versions of the default gems.
They are followed up with https://github.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
Diffstat (limited to 'lib/observer.rb')
-rw-r--r--lib/observer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer.rb b/lib/observer.rb
index fec308b14b..ef70e39dd8 100644
--- a/lib/observer.rb
+++ b/lib/observer.rb
@@ -136,7 +136,7 @@
# ticker.add_observer(warner, :call)
# ticker.run
module Observable
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
#
# Add +observer+ as an observer on this object. So that it will receive