carlosbrando / autotest-notification

This gem set the autotest to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
http://www.nomedojogo.com/
MIT License
183 stars 27 forks source link

Allow usage with autotest gem, by removing ZenTest runtime dependency #1

Closed grosser closed 14 years ago

grosser commented 14 years ago

I wanted to try if autotest-notification would work with the pure autotest gem, but even if i do a gem install autotest-notification + gem uninstall ZenTest + gem install autotest, autotest_notification fails with:

>> require 'autotest_notification' 
Gem::LoadError: Could not find RubyGem ZenTest (>= 3.9.2)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:827:in `report_activate_error'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:261:in `activate'
...

can you remove this runtime dependency (e.g. switch to a simpler require 'autotest'), so all autotest versions can happily use autotest-notification ?

carlosbrando commented 14 years ago

Changed!

Thank you.

Use: sudo gem install autotest-notification