Load Gem rake tasks in Rails 3

Hey,

I have a Gem that I’m trying to port to Rails 3. The only thing I can
not get working is loading of rake tasks. How does that work in Rails
3? In Rails 2 I had to require them in the project Rakefile. But that
does not work now…

Thanks