Skip to content

Commit

Permalink
Update ruby-stomp to 1.2.16.
Browse files Browse the repository at this point in the history
== 1.2.16 20130812

* Stomp::Client's should expose connection's host params

== 1.2.15 20130809

* Add user-specified timeout for initial CONNECTED/ERROR frame read.
* Eliminate dup Timeout::timeout in ssl connect
* Add license information to gemspec (#69)

== 1.2.14 20130819

* Version bump (1.2.13 release had Stomp::Version of 1.1.12.)
* Prevent dup subscription header on re-receive

== 1.2.13 20130817

* Issue #68, Stomp::Client#unreceive max_redeliveries off-by-one error

== 1.2.12 20130811

* Fix infinite loop when max reconn attempts is reached
* Enhance JRuby support in tests
* Issue #63, nil message on rapid AMQ restarts
* Issue #63, fast spurious failovers with JRuby and AMQ
* Issue #67, SSL SNI support (thanks Hiram)
* Proper cleanup when not reliable adn EOF from broker
* Remove extraneous privte declarations
* Issue #65, allow non-word characters in login and passcode using stomp://
* Issue #66, allow a single broker in a failover URL

== 1.2.11 20130728

* Issue #60, timeout/hang under JRuby
* More generally support JRuby use and testing
* Issue #58, nil message in Client on AMQ shutdown
* More robust RabbitMQ tests

== 1.2.10 20130708

* Issue #57, reconnect delays not honored if erroneous headers
* Support fail overs when heartbeat send/receive fails
* Update callback logger example
  • Loading branch information
taca committed Sep 15, 2013
1 parent d81982d commit da6f307
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-stomp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2013/06/16 16:37:08 taca Exp $
# $NetBSD: Makefile,v 1.5 2013/09/15 10:23:23 taca Exp $

DISTNAME= stomp-1.2.9
DISTNAME= stomp-1.2.16
CATEGORIES= devel

MAINTAINER= imil@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion devel/ruby-stomp/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2012/08/11 06:56:15 imil Exp $
@comment $NetBSD: PLIST,v 1.2 2013/09/15 10:23:23 taca Exp $
bin/catstomp
bin/stompcat
${GEM_HOME}/cache/${GEM_NAME}.gem
Expand Down Expand Up @@ -49,6 +49,7 @@ ${GEM_LIBDIR}/lib/stomp/ext/hash.rb
${GEM_LIBDIR}/lib/stomp/message.rb
${GEM_LIBDIR}/lib/stomp/sslparams.rb
${GEM_LIBDIR}/lib/stomp/version.rb
${GEM_LIBDIR}/notes/heartbeat_readme.txt
${GEM_LIBDIR}/spec/client_shared_examples.rb
${GEM_LIBDIR}/spec/client_spec.rb
${GEM_LIBDIR}/spec/connection_spec.rb
Expand All @@ -62,5 +63,6 @@ ${GEM_LIBDIR}/test/test_connection1p.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_message.rb
${GEM_LIBDIR}/test/test_ssl.rb
${GEM_LIBDIR}/test/test_urlogin.rb
${GEM_LIBDIR}/test/tlogger.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-stomp/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/06/16 16:37:08 taca Exp $
$NetBSD: distinfo,v 1.5 2013/09/15 10:23:23 taca Exp $

SHA1 (stomp-1.2.9.gem) = 452bf6db4b4f8c9c6cdd8eb4c23c5e97d1fe194f
RMD160 (stomp-1.2.9.gem) = 04f2b7a1bb39e53b72949c623c3933420ff5b644
Size (stomp-1.2.9.gem) = 61952 bytes
SHA1 (stomp-1.2.16.gem) = b1e9bcd0132cc78324d9acd9fdcac9bccf0bcb0c
RMD160 (stomp-1.2.16.gem) = b195c40b0104f90d20c4d5da46a9520e353d2273
Size (stomp-1.2.16.gem) = 69120 bytes

0 comments on commit da6f307

Please sign in to comment.