./wip/ruby-actionmessenger, Ruby convenience framework for instant messaging

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


Branch: CURRENT, Version: 0.2.0, Package name: ruby31-actionmessenger-0.2.0, Maintainer: yuripoloni

Ruby convenience framework for instant messaging.

Features
* Supports sending and receiving of messages, using an API inspired by Action
Mailer
* Simple mocking out of message sending code, to make unit testing your
messaging code almost trivial
* Configuration for the messengers separated from the code
* Ability to control multiple messengers, if you want, although a single
messenger is much easier


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: c6866c95ea09002fd17e4c24880987a3eaaf24c4
Filesize: 139.5 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-11-13 00:58:33 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

Updated for recent ruby gems framework
Updated MASTER_SITES
Minor clean-ups (pkglint)
   2009-09-02 21:31:27 by Yuri Poloni | Files touched by this commit (4) | Imported package
Log message:
Import ruby18-actionmessenger-0.2.0 as wip/ruby-actionmessenger.

Ruby convenience framework for instant messaging.

Features
* Supports sending and receiving of messages, using an API inspired by Action
  Mailer
* Simple mocking out of message sending code, to make unit testing your
  messaging code almost trivial
* Configuration for the messengers separated from the code
* Ability to control multiple messengers, if you want, although a single
  messenger is much easier