summaryrefslogtreecommitdiff
path: root/devel/ruby-stomp
AgeCommit message (Collapse)AuthorFilesLines
2013-01-12Update ruby-stomp to 1.2.8.taca2-6/+6
== 1.2.8 20121228 * Fix inverted encode / decode logic (fairly major 1.1+ bug) * Enhance codec tests * Enhance Stomp 1.1+ tests
2012-12-16Update ruby-stomp to 1.2.7.taca2-6/+6
== 1.2.7 20121102 * Stomp 1.2 support (see http://stomp.github.com) * Reset reconnect_delay to default value upon successful reconnect * Enhance tests for Stomp 1.2 == 1.2.6 20120913 * Provide ability to eliminate checks for closed in protocol methods * Cover ssl.connect with connection timeout parameter * If heartbeat send raises, do not reraise unless client requests that * Remove methods that invoke __send__ * Move internal methods to 'private'
2012-08-11Initial import of ruby-stomp, version 1.2.5, into the NetBSD Packagesimil4-0/+90
Collection. An implementation of the Stomp protocol for Ruby. STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol. STOMP provides an interoperable wire format so that STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among many languages, platforms and brokers.