diff options
| author | taca <taca@pkgsrc.org> | 2012-12-17 12:37:51 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2012-12-17 12:37:51 +0000 |
| commit | 8dcda45998a5dfd39df6d85063df30160cd32ce6 (patch) | |
| tree | 2be1308aa6c23e378478b97fd7b5adefdeb20d03 /net/ruby-amq-protocol/distinfo | |
| parent | 88494a69e58136e352933fd72ca59af70a8a91d1 (diff) | |
| download | pkgsrc-8dcda45998a5dfd39df6d85063df30160cd32ce6.tar.gz | |
Update ruby-amq-protocol to 1.0.1.
## Changes between 1.0.0 and 1.0.1
### Missing require
`amq-protocol` now makes sure `DateTime` is loaded before trying to use it.
## Changes between 1.0.0.pre6 and 1.0.0.pre7
### AMQ::Settings
`AMQ::Settings` extracts settings merging logic and AMQP/AMQPS URI parsing from `amq-client`.
Parsing follows the same convention amqp gem and RabbitMQ Java client follow.
Examples:
``` ruby
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com") # => vhost is nil, so default (/) will be used
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com/") # => vhost is an empty string
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com/%2Fvault") # => vhost is /vault
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com/production") # => vhost is production
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com/a.b.c") # => vhost is a.b.c
AMQ::Settings.parse_amqp_url("amqp://dev.rabbitmq.com/foo/bar") # => ArgumentError
```
### AMQ::Protocol::TLS_PORT
`AMQ::Protocol::TLS_PORT` is a new constant that contains default AMQPS 0.9.1 port,
5671.
Diffstat (limited to 'net/ruby-amq-protocol/distinfo')
| -rw-r--r-- | net/ruby-amq-protocol/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ruby-amq-protocol/distinfo b/net/ruby-amq-protocol/distinfo index 17e0119d053..396dbece5a5 100644 --- a/net/ruby-amq-protocol/distinfo +++ b/net/ruby-amq-protocol/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/09/16 07:25:02 taca Exp $ +$NetBSD: distinfo,v 1.4 2012/12/17 12:37:51 taca Exp $ -SHA1 (amq-protocol-0.9.4.gem) = 65c6295dbfda6f9930aae55d5e2e69d4b66ca30d -RMD160 (amq-protocol-0.9.4.gem) = 707738aa0abd2c312426567b5302b44ad755d552 -Size (amq-protocol-0.9.4.gem) = 39936 bytes +SHA1 (amq-protocol-1.0.1.gem) = f2940171a0237f2cb8e65578ca09dc33f3de25f6 +RMD160 (amq-protocol-1.0.1.gem) = 83cca015efb6aa4679a301efb0de04982e1dbd47 +Size (amq-protocol-1.0.1.gem) = 42496 bytes |
