Windows doesn't differentiate between files with/without executable bit, so this can't be used to exclude the README file from the migrations to be executed, when the sources are accessed from a Windows partition.
Rake by default imports all .rake files in the rakelib dir, so we can use that rather than doing our own import loop.