Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set full path of the ragel source file to rule of a rake rule source
In Rake v12.1.0 or higher, the algorithm of resolve file dependency was changed in ruby/rake#39 . Then rake task "ragel:generate" is works incorrectry that require wrong ragel source file. As the example, rake resolves "lib/mail/parsers/address_lists_parser.rb" needs "lib/mail/parsers/address_lists.rl", but this file is not exist. Therefore, fixed that to pass full path of the ragel source file to rule.
- Loading branch information