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