rubyist / guard-rake

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

uninitialized constant Rake::DSL #5

Closed simao closed 12 years ago

simao commented 12 years ago

I running into this error when running guard init rake:

uninitialized constant Rake::DSL

I am using rake 0.8.7 and I can't update it.

Any workaround?

Thanks

lukasztackowiak commented 12 years ago

I fixed that in pull request #7 ;)

simao commented 12 years ago

Hello @lukasztackowiak, thanks for looking into this.

I am still getting the exact same error..

Do you need any more info on this?

Thanks

rubyist commented 12 years ago

This should be fixed in the 0.0.5 release. Thanks!