I hereby claim:
- I am dlbock on github.
- I am dlbock (https://keybase.io/dlbock) on keybase.
- I have a public key ASD58nwNarGk8OTf9-MMgjIqpOvY0aqPpELOOKbFijp9EQo
To claim this, I am signing this object:
| ( find . -type d -name ".git" && find . -name ".gitignore" && find . -name ".gitmodules" ) | xargs rm -rf |
| brew install cloc | |
| cloc --vcs git --exclude-dir=coverage,doc,log,public,regression_tests,vendor | |
| cloc --vcs git --exclude-dir=coverage,doc,log,public,regression_tests,vendor,spec |
| diff --git a/.gitignore b/.gitignore | |
| index b280d1a..cd166f8 100644 | |
| --- a/.gitignore | |
| +++ b/.gitignore | |
| @@ -1,3 +1,5 @@ | |
| coverage/ | |
| Gemfile.lock | |
| pkg/ | |
| +.bundle | |
| +vendor/ruby |
| #!/usr/bin/env bash | |
| # | |
| # Originally from https://gist.github.com/IanVaughan/2902499 | |
| uninstall() { | |
| list=`gem list --no-versions` | |
| for gem in $list; do | |
| gem uninstall $gem -aIx | |
| done | |
| gem list |
I hereby claim:
To claim this, I am signing this object: