changes and hooks and junk
This commit is contained in:
parent
4c7e03dc57
commit
132d9355bd
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* File and line number information for failing specs
|
* File and line number information for failing specs
|
||||||
* Try to build the runner if it's missing
|
* Try to build the runner if it's missing
|
||||||
|
* Kill warnings and streamline includes
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
|
5
dev-bin/hooks/pre-commit
Executable file
5
dev-bin/hooks/pre-commit
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
bundle exec rake
|
||||||
|
if [ $? -ne 0 ]; then exit 1; fi
|
||||||
|
|
6
dev-bin/install-hooks
Executable file
6
dev-bin/install-hooks
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for i in $PWD/dev-bin/hooks/*; do
|
||||||
|
ln -sf $i .git/hooks/${i##*/}
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user