Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Fix undefined method error in error logging #237

Closed jamesjrg closed 6 years ago

jamesjrg commented 6 years ago

Dunno if this is the right way to fix it, everything I know about Ruby modules, mixins and classes is what I just googled in the last 10 minutes

haf commented 6 years ago

Thanks! It's correct. Ruby is easy to start with ;)

haf commented 6 years ago

Released as v3.0.0-alpha.6

jamesjrg commented 6 years ago

Hmm, I think that extend means the logging methods will now be included in the root Albacore module in every single file. Possibly find_msbuild_versions should actually be in its own class or module? Though guess it doesn't really matter...