devboy / gator

gator - the friendly code-generator
MIT License
9 stars 1 forks source link

Allow installation without running tests #5

Closed weyert closed 12 years ago

weyert commented 12 years ago

Gator currently required the rcov gem to be installed only this is painful to install (or i am missing something) under Windows. Because it requires you to compile a native extension which forces you to install Visual Studio or mingw which is just painful. I would suggest to allow the gem not to require rcov making it easier to install Gator under Windows.

You can install Gator by uncommenting all the rcov related lines form Gemspec and the rakefile

devboy commented 12 years ago

I am sorry for the inconvenience. I will move RCov to another bundler group as I want to use on our Continous integration server.

devboy commented 12 years ago

I just removed RCov for now from all the develop branches in: gator, gator-as3 and gator-as3-robotlegs.

weyert commented 12 years ago

Thanks, I will update my repo too.

weyert commented 12 years ago

I can confirm this is now working in the latest version of gator and gator-as3. Great thanks!