guillermo / rake-hooks

Rake hooks let you add callbacks to rake tasks.
MIT License
70 stars 21 forks source link

Multiple tasks #3

Closed joelmoss closed 13 years ago

joelmoss commented 13 years ago

Added the ability to pass more than one task name to the before or after blocks. see the #test_after_multiple test case.

guillermo commented 13 years ago

Nice !

Lots of thanks for the patch !

If you could remove turn dependency (that i think is a decision of the user to use it or not), i can merge it automatically.

joelmoss commented 13 years ago

Done!

guillermo commented 13 years ago

Il try to merge this today and realese the next version.

If you have time, to have a clean tree, can you run?:

git rebase -i f06628e^ git push -f

So the pull request is compacted in just one commit?

And of course, and yourself to the authors in the readme and the gemspec :-P

Thanks

guillermo commented 13 years ago

Merged!

joelmoss commented 13 years ago

Cheers!

Joel Moss

Develop with Style at http://DevelopWithStyle.com

Call me +44 7791 503309 http://twitter.com/joelmoss AIM: joelkmoss MSIM: joel@joelmoss.info Skype: joelmoss.info

On Saturday, 10 September 2011 at 13:05, Guillermo Álvarez Fernández wrote:

Merged!

Reply to this email directly or view it on GitHub: https://github.com/guillermo/rake-hooks/pull/3#issuecomment-2059132