rubyist / guard-rake

guard-rake runs a rake task when files change
MIT License
94 stars 32 forks source link

run_on_start option is no longer dependent on the run_on_all option. #19

Closed iancanderson closed 12 years ago

iancanderson commented 12 years ago

The run_on_start option doesn't currently work unless run_on_all is also set to true. This fix decouples the two options so you can set them independently.

iancanderson commented 12 years ago

I also fixed a name clashing issue which looks like it has reappeared.

Guard::Rake was defined as both a class and a module.