When installing a gem on my system, I get the following error:
gem install blackbook --version ">= 1.0.7" --source http://github.com/tamoyal/blackbook/tree/master
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format
Any ideas as to why this is happening? I built the gem so maybe it is something wrong with my gem build?
Thanks