From 842cd0dde6ea9876b50a7608f7de7ca7674ea135 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Thu, 29 Mar 2012 15:40:07 -0400 Subject: [PATCH] [#26] Remove Heroku Labs plugin --- README.md | 1 - heroku | 3 --- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 0b4aba09a..532102e85 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,5 @@ What it sets up * Git Remote Branch gem (for faster git branch creation and deletion) * Heroku accounts plugin (for using multiple Heroku accounts like a client's account) * Heroku config plugin (for pulling config variables locally to be used as ENV variables) -* Heroku labs plugin (for using config variables during assets precompile and for using Ruby 1.9.3) It should take about 30 minutes for everything to install, depending on your machine. diff --git a/heroku b/heroku index 1018474ef..582dad659 100644 --- a/heroku +++ b/heroku @@ -3,6 +3,3 @@ echo "Installing the heroku-accounts plugin for using multiple Heroku accounts.. echo "Installing the heroku-config plugin for pulling config variables locally to be used as ENV variables ..." heroku plugins:install git://github.com/ddollar/heroku-config.git - -echo "Installing the heroku-labs plugin for using config variables during assets precompile and for using Ruby 1.9.3 ..." - heroku plugins:install http://github.com/heroku/heroku-labs.git