Sha256: e607ffe3cb2d627fbfb9d841eba35d314592212e2b244814d89edf03bc65ee99

Contents?: true

Size: 468 Bytes

Versions: 21

Compression:

Stored size: 468 Bytes

Contents

# encoding: utf-8

$stdout.puts <<-MESSAGE
-------------------------------------------------------------------------------------
DEPRECATION WARNING!

Use of amqp/rpc.rb is deprecated. Instead of

  require "amqp/rpc"

please use

  require "amqp/deprecated/rpc"


Both amqp/rpc.rb and AMQP::RPC implementation will be REMOVED before 1.0 release.
If you need RPC, we recommend the rpc gem (see https://github.com/ruby-amqp/rpc).
MESSAGE

require "amqp/deprecated/rpc"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
amqp-0.8.0.rc14 lib/amqp/rpc.rb