I\'m setting up a ruby Apache Buildr on a fresh Windows 7 machine. I\'ve installed Ruby, the DevKit and installed buildr via
gem install buildr
Had the same problem. I have Windows 7 x64 so installed again with gem install buildr --platform mswin64 and it worked.
gem install buildr --platform mswin64