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