## 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
15 lines
363 B
Makefile
15 lines
363 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/12/17 14:52:50 taca Exp $
|
|
|
|
DISTNAME= stomp-1.4.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/stomp/
|
|
COMMENT= Ruby library for the Stomp protocol
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|