Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: 'rake/gempackagetask' is obsolete and no longer supported. Use 'rubygems/package_task' instead. #360

Closed
WWTLF opened this issue Feb 3, 2013 · 4 comments

Comments

@WWTLF
Copy link

WWTLF commented Feb 3, 2013

rake radiant:update
rake aborted!
ERROR: 'rake/gempackagetask' is obsolete and no longer supported. Use 'rubygems/package_task' instead.

@WWTLF
Copy link
Author

WWTLF commented Feb 8, 2013

I downgrade my rake to 10.0.2 and everything works. But current version of rake 10.0.3 by default.

@SamWhited
Copy link
Member

I think this can be solved without any changes (other than s/gempackagetask/package_task/ in lib/tasks/release.rake).

Does anyone know if there were any API changes that need to be taken into account (I'm at work where I can't really test this)? If not, I'll merge something like this if no one else gets to it before I get home: https://gist.github.com/SamWhited/4739367

@saturnflyer
Copy link
Member

I've created a branch for 1.1.3 to fix this. I need to update the changelog as well

@saturnflyer
Copy link
Member

Fixed in 1.1.3 release.

jsntv200 pushed a commit to jsntv200/radiant that referenced this issue Mar 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants