Skip to content

Commit

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

* Anon tests assigned unique class name.
* Fix TypeError on connect timeout with 1.8.x, 2.x.
* Complete revert to previous logger logic.
* start_timeout and tcp_nodelay parameters
* SSL Fix, revert not setting default ciphers.
* Copy hash params at init.
* Fix ssl => true for Ruby 1.9.x and 2.x.
* Expanded list of STOMP default SSL ciphers:
* Do not change caller's :hosts array
* Issue #78, again.
* Clean up logger interfacing.
* Fixes from RSpec testing

== 1.3.1 20131002

* Method calls to the logger object should check for that method first (#83)

== 1.3.0 20130930

* ERROR frames now raise an exception in the Stomp::Client thread(#73, #81)
* Allow anonymous connections (#75)
* Fix for subscription id handling in STOMP 1.1 (#78)
* Added a NullLogger (#77)
* Added :tcp_nodelay option (disable Nagle's algorithm) (#76)
* Read receipt ids are now UUIDs
* Added a :start_timeout parameter
  • Loading branch information
taca committed Mar 14, 2014
1 parent 0a9d89e commit b255406
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.5 2013/09/15 10:23:23 taca Exp $
# $NetBSD: Makefile,v 1.6 2014/03/14 16:48:30 taca Exp $

DISTNAME= stomp-1.2.16
DISTNAME= stomp-1.3.2
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
7 changes: 5 additions & 2 deletions devel/ruby-stomp/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2013/09/15 10:23:23 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:48:30 taca Exp $
bin/catstomp
bin/stompcat
${GEM_HOME}/cache/${GEM_NAME}.gem
Expand All @@ -14,14 +14,14 @@ ${GEM_LIBDIR}/examples/conn11_ex1.rb
${GEM_LIBDIR}/examples/conn11_ex2.rb
${GEM_LIBDIR}/examples/conn11_hb1.rb
${GEM_LIBDIR}/examples/consumer.rb
${GEM_LIBDIR}/examples/examplogger.rb
${GEM_LIBDIR}/examples/get11conn_ex1.rb
${GEM_LIBDIR}/examples/get11conn_ex2.rb
${GEM_LIBDIR}/examples/logexamp.rb
${GEM_LIBDIR}/examples/logexamp_ssl.rb
${GEM_LIBDIR}/examples/publisher.rb
${GEM_LIBDIR}/examples/put11conn_ex1.rb
${GEM_LIBDIR}/examples/putget11_rh1.rb
${GEM_LIBDIR}/examples/slogger.rb
${GEM_LIBDIR}/examples/ssl_uc1.rb
${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
${GEM_LIBDIR}/examples/ssl_uc2.rb
Expand All @@ -47,6 +47,8 @@ ${GEM_LIBDIR}/lib/stomp/constants.rb
${GEM_LIBDIR}/lib/stomp/errors.rb
${GEM_LIBDIR}/lib/stomp/ext/hash.rb
${GEM_LIBDIR}/lib/stomp/message.rb
${GEM_LIBDIR}/lib/stomp/null_logger.rb
${GEM_LIBDIR}/lib/stomp/slogger.rb
${GEM_LIBDIR}/lib/stomp/sslparams.rb
${GEM_LIBDIR}/lib/stomp/version.rb
${GEM_LIBDIR}/notes/heartbeat_readme.txt
Expand All @@ -56,6 +58,7 @@ ${GEM_LIBDIR}/spec/connection_spec.rb
${GEM_LIBDIR}/spec/message_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/stomp.gemspec
${GEM_LIBDIR}/test/test_anonymous.rb
${GEM_LIBDIR}/test/test_client.rb
${GEM_LIBDIR}/test/test_codec.rb
${GEM_LIBDIR}/test/test_connection.rb
Expand Down
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.5 2013/09/15 10:23:23 taca Exp $
$NetBSD: distinfo,v 1.6 2014/03/14 16:48:30 taca Exp $

SHA1 (stomp-1.2.16.gem) = b1e9bcd0132cc78324d9acd9fdcac9bccf0bcb0c
RMD160 (stomp-1.2.16.gem) = b195c40b0104f90d20c4d5da46a9520e353d2273
Size (stomp-1.2.16.gem) = 69120 bytes
SHA1 (stomp-1.3.2.gem) = ee36a6efc05f247bd12d29ca0b88e3aac518eab6
RMD160 (stomp-1.3.2.gem) = edab2dddfb6506b8ecc45f361819800a91d2db72
Size (stomp-1.3.2.gem) = 75264 bytes

0 comments on commit b255406

Please sign in to comment.