Sha256: 84cd10974ac780042a7e6bba7b2945dca2e0081cb14e7fc799528d076c42b293

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

# Generally this kind of guard is a sign of a bad require, and that is
# arguably true here as well. amqp.gemspec requires this file, but later
# we want people to be able to require 'amqp/version' without getting a warning.
# On the other hand, we aren't in the load path when the gemspec is evaluated,
# so we can't use a relative require there.
unless defined?(::AMQP::VERSION)
  module AMQP
    VERSION = '0.6.7.1'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brontes3d-amqp-0.6.7.1 lib/amqp/version.rb