./devel/ruby-stomp, Ruby library for the Stomp protocol

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


Branch: CURRENT, Version: 1.4.10, Package name: ruby27-stomp-1.4.10, Maintainer: imil

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.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 97.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-09-14 15:08:14 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-stomp: update to 1.4.10

Update ruby-stomp to ruby-stomp.

## 1.4.10 (2020-08-19)

* Fix issue #165
* Reinstate autoflush behavior
* Correct _receive method signature
* Update version

* More debugging messages in netio.rb.
   2020-01-16 17:02:07 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-stomp: update to 1.4.9

Update ruby-stomp to 1.4.9.

## 1.4.9 20191116

* More debugging messages in netio.rb.
* Test workaround for Artemis-2289.
* New put and get examples.
* Fix issue #160.
* Address issue #155.
* Suppress SSL stacktrace to stdout.
* Example logger enhancements.
* Optional STOMP frame in examples.
   2019-11-03 11:00:25 by Roland Illig | Files touched by this commit (40)
Log message:
devel/{go,ruby}-*: align variable assignments

pkglint -Wall -F --only aligned --only indent go-* ruby-*

No manual corrections.
   2019-01-20 15:04:54 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-stomp: update to 1.4.8

## 1.4.8 20181219

* Fix missed merge from 1.4.7 release.
* Add global debug output flag to all unit tests.
   2018-12-17 15:52:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-stomp: update to 1.4.7

## 1.4.7 20181210

* Support SSL cert/key in text format.
* Test adjustments for Artemis
* Correct missing variable name
* Fix Ruby 2.6 test indentation warning

## 1.4.6 20181105

* Fix broken JRuby support.  Issue #153.
* Rework many tests for JRuby support.
* Add optional debug output to all tests.

## 1.4.5 20181027

* Add option for no timeout on network read
* Lock check of @io.ready for SSL sockets
* Squelch some deprecation warnings
* Address issue #146
* Reintroduce named excepton on nil header
* Environmentally control some debug flags
* Raise named exception on bad server frame
* Attempt to address issue #152
* Eliminate Ruby 2.5 warnings in unit tests
* Major refactor of all gem examples
   2017-06-12 17:50:11 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-stomp to 1.4.4.

## 1.4.4 20170611

* Merge fix for issue 141.
* Fix broken MatReconnectAttempts
* Attempt to detect mismatched SSL port and params.
* Issue 139, add ssl checks to receive timeout logic.
* Eliminate assert_nothing_raised from tests.
* Add Artemis suport to standard test bed.
* Run JRuby tests more easily.