Sam Fonseca
Sam Fonseca
The `brew cask info` and `brew cask cat` commands are disabled in recent homebrew versions. This replaces them with `brew info --cask` and `brew info [--formula|--cask] --json=v2`.
Ripped off `klaus/contrib/wsgi_autoreload.py` and modified it to find git repos contained in a directory recursively. Useful when KLAUS_REPOS_ROOT has a layout such as: ``` |-- directory1 | -- repo1 |--...
Removed the unused md5 import from setup.py since it wasn't being used at all. Also broke up one of the larger tests into multiple tests, and added python 3.4 and...
Added a call to socket.gethostbyname in Sneeze.configure to resolve this. Traceback (most recent call last): File /Users/samfonseca/dev/envs/sneeze/bin/nosetests, line 9, in load_entry_point('nose-for-sneeze==1.3.0', 'console_scripts', 'nosetests')() File /Users/samfonseca/dev/envs/sneeze/lib/python2.7/site-packages/nose-1.3.6-py2.7.egg/nose/core.py, line 121, in **init** *_extra_args)...