ember_cli_deploy_redis 1.0.2
Handles the serving of page contents of deployed ember-cli projects deployed using our fork of (ember-cli-deploy-redis)[https://github.com/Ahalogy/ember-cli-deploy-redis], which stores deployment information including the index page contents in Redis.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (1):
            redis
            >= 0
          
    Development Dependencies (7):
            dotenv
            >= 0
          
          
            fakeredis
            >= 0
          
          
            rack-test
            >= 0
          
          
            rspec
            >= 0
          
          
            rspec-html-matchers
            >= 0
          
          
            shoulda-matchers
            >= 0
          
          
            sinatra
            >= 1.4.6, ~> 1.4
          
    Requisitos:
An Ember-ClI project
(ember-cli-deploy)[https://github.com/ember-cli/ember-cli-deploy], 0.4.x
(ember-cli-deploy-redis)[https://github.com/Ahalogy/ember-cli-deploy-redis]
A Ruby (Rails/Sinatra/etc) app to serve up the Ember-CLI project and provide it an API.