lib/jumpup/heroku/env.rb in jumpup-heroku-0.0.4 vs lib/jumpup/heroku/env.rb in jumpup-heroku-0.0.5

- old
+ new

@@ -8,10 +8,12 @@ { app: Jumpup::Heroku.configuration.app, staging_app: Jumpup::Heroku.configuration.staging_app, production_app: Jumpup::Heroku.configuration.production_app, run_database_tasks: Jumpup::Heroku.configuration.run_database_tasks, - host: Jumpup::Heroku.configuration.host + host: Jumpup::Heroku.configuration.host, + deploy_branch: Jumpup::Heroku.configuration.deploy_branch, + deploy_to_production_branch: Jumpup::Heroku.configuration.deploy_to_production_branch, }.delete_if { |k, v| v.nil? } else error_message = 'Check your `/config/initializers/jumpup-heroku.rb` and ' \ 'confirm you have defined only `app` or `staging_app` and `production_app` together ' \ 'more info here https://github.com/Helabs/jumpup-heroku'