osbourne 1.1.5
This is a simple implementation of the fan-out pubsub pattern for Rails, using SQS & SNS as the message broker. Includes a generator & runner for workers, as well as built-in provisioning for topics, subscriptions, qeues, and dead-letter queues
          Gemfile:
          =
        
        
          installieren:
          =
        
      Runtime Abhängigkeiten (5):
Development Abhängigkeiten (14):
            bundler
            ~> 1.8
          
          
            connection_pool
            ~> 2
          
          
            guard
            >= 2
          
          
            guard-bundler
            >= 2
          
          
            guard-rspec
            ~> 4.7
          
          
            mock_redis
            >= 0.19
          
          
            pry-byebug
            >= 3.6
          
          
            rake
            >= 10
          
          
            redis
            < 5, >= 4
          
          
            rspec
            < 4, >= 3.2
          
          
            rubocop
            >= 0.50
          
          
            rubocop-rspec
            ~> 1
          
          
            simplecov
            ~> 0.16
          
          
            simplecov-console
            ~> 0.4
          
    