Merge branch 'master' of github.com:guard/guard
This commit is contained in:
commit
3c75205dd0
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
## 0.8.2 - September 30, 2011
|
||||||
|
|
||||||
|
### Bugs fixes:
|
||||||
|
|
||||||
|
- Fixed guard stop to prevent run_guard_task(:stop) to be skipped [guard-spork issue #28](https://github.com/guard/guard-spork/issues/28). ([@thibaudgg][])
|
||||||
|
|
||||||
|
### Improvement:
|
||||||
|
|
||||||
|
- Update docs regarding :task_has_failed. ([@netzpirat][])
|
||||||
|
|
||||||
## 0.8.1 - September 29, 2011
|
## 0.8.1 - September 29, 2011
|
||||||
|
|
||||||
### Bugs fixes:
|
### Bugs fixes:
|
||||||
|
@ -45,6 +45,7 @@ module Guard
|
|||||||
::Guard.run_all
|
::Guard.run_all
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
sleep 0.1
|
||||||
rescue LockException
|
rescue LockException
|
||||||
lock
|
lock
|
||||||
rescue UnlockException
|
rescue UnlockException
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module Guard
|
module Guard
|
||||||
unless defined? Guard::VERSION
|
unless defined? Guard::VERSION
|
||||||
# The current gem version of Guard
|
# The current gem version of Guard
|
||||||
VERSION = '0.8.1'
|
VERSION = '0.8.2'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user