Sha256: 378f08e81236d9a1c4332e87efcd0b5ea57f187875e9a0fda1f900b86869784d
Contents?: true
Size: 348 Bytes
Versions: 8
Compression:
Stored size: 348 Bytes
Contents
begin require 'json' rescue LoadError $stderr.puts "Missing json gem. Please run 'bundle install'" exit 1 end begin require 'amqp' require 'mq' rescue LoadError $stderr.puts "Missing amqp gem. Please uncomment the amqp section in the Gemfile and run 'bundle install' if you wish to use the AMQP participant/listener pair in ruote" end
Version data entries
8 entries across 8 versions & 3 rubygems