Sha256: e67c7844f28eb31c5f2f93f012ca37f2c6c4a7c19510f09f4707cfd8eaede9f9
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# encoding: utf-8 module AMQP # amqp gem version. Not to be confused with the AMQP protocol version # it implements. For that, see {AMQ::Protocol::VERSION} # # @see AMQ::Protocol::VERSION # @return [String] AMQP gem version VERSION = '0.9.9' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amqp-0.9.9 | lib/amqp/version.rb |