./devel/ruby-observer, Implementation of the Observer object-oriented design pattern

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2, Package name: ruby32-observer-0.1.2, Maintainer: pkgsrc-users

Observer

The Observer pattern (also known as publish/subscribe) provides a simple
mechanism for one object to inform a set of interested third-party objects
when its state changes.


Master sites:

Filesize: 9.5 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-19 14:42:26 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-observer: update Ruby's version in comment

Ruby 3.3.7 still have the same version of observer gem.
   2025-01-02 07:29:52 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-observer: restrict Ruby's version

Restrict Ruby's version (not for Ruby 3.4) since Ruby 3.3.6 and 3.4.1 have
this gem of the same version as default gem.
   2024-02-05 16:47:12 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-observer: add package version 0.1.2

This pacakge is required by newer graphics/ruby-RMagick package.

Observer

The Observer pattern (also known as publish/subscribe) provides a simple
mechanism for one object to inform a set of interested third-party objects
when its state changes.