Sha256: 4243a04a5687b79a246cfc5db7933ec57a089716d59c28e301a789815165cabd
Contents?: true
Size: 333 Bytes
Versions: 10
Compression:
Stored size: 333 Bytes
Contents
begin require 'json' rescue LoadError $stderr.puts "Missing json gem. Please run 'bundle install'" exit 1 end begin require 'amqp' 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
10 entries across 10 versions & 1 rubygems