Albacore > 0.1.0 is broken on Linux because of file-loading ordering
Requiring albacore greater than 0.1.0 on Linux raises "NameError: uninitialized constant RunCommand::AttrMethods" because Dir#glob returns files in a different order there than on Windows/OS X. If files are required where the classes/modules are used, this problem can usually be avoided. :-)
I've pasted the backtrace from an irb session here: http://gist.github.com/326835
this may be fixed, but i don't have a *nix box to test
Sorry about the slow response. I'll check this out as soon as I can.
@msassak did you get around to testing this?
@thecodejunkie I'm doing half of my Albacore development on linux, haven't noticed problems other than with MsBuild... Fixing issues I encounter as I go (and there are specs that are failing).