This project is archived and is in readonly mode.
Fix rake 0.8.2 warning
Reported by Claudio Poli | September 22nd, 2008 @ 04:59 PM | in 2.x
After upgrading to rake 0.8.2 (which I had to install manually btw) I saw warning after each command, like:
rake notes (in /Users/kain/Sites/mysite) /Users/kain/Sites/mysite/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:36: warning: `*' interpreted as argument prefix
Attached patch attempts to fix the issue.
Comments and changes to this ticket
-
Frederick Cheung December 14th, 2008 @ 06:38 PM
- State changed from new to resolved
Seems like this was fixed by 2bf58aa782d3b493f2d98f153324b93c5b058ba6 which extensively gem_dependency.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>