From 7b96f63cb005ed431aa8e79bb9e534c9ef2d509b Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 6 Mar 2013 14:07:51 -0800 Subject: [PATCH] mention a specific version of github_api there are known issues with newer versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6267f..7049f12 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ virtualbox should be installed 3a. Install github_api. - > gem install github_api + # WARNING - other versions are known to have bugs + > gem install github_api -v 0.8.1 4. it is strongly recommended that you set up a proxy (like squid!) to speed up perforance of package installation.