Sha256: ad6bdbb2059e9ae2ef373e232a46ad14b7d4a5d47ce021741c9eb89d676ed999
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.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amqp-0.9.0 | lib/amqp/version.rb |