resque-stages 0.0.3
A Resque gem for executing batches of jobs in stages. All jobs in a stage must complete before any job in the next stage is started allowing you to be sure that jobs are not executed out of sequence.
          Gemfile:
          =
        
        
          インストール:
          =
        
      Runtime依存関係 (3):
Development依存関係 (9):
            activesupport
            >= 0
          
          
            cornucopia
            >= 0
          
          
            faker
            >= 0
          
          
            gem-release
            >= 0
          
          
            resque-compressible
            >= 0
          
          
            resque-retry
            >= 0
          
          
            rspec-rails
            > 3.9.1
          
          
            rubocop
            >= 0
          
          
            simplecov
            >= 0
          
    