Up-to-date Manifest with git post-commit hook

I forgot to add project files to my gemspec once too many times. Never again.

$ cat .git/hooks/post-commit
#!/bin/sh
git ls-files > Manifest

Tags: ,

Comments are closed.