# -*- encoding: utf-8 -*- # stub: carlosbrando-autotest-notification 1.9.1 ruby lib Gem::Specification.new do |s| s.name = "carlosbrando-autotest-notification".freeze s.version = "1.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Carlos Brando".freeze, "Rodrigo Urubatan".freeze, "Alexandre da Silva".freeze, "Carlos J\u00C3\u00BAnior".freeze, "Davis Zanetti Cabral".freeze, "Marcos Tapaj\u00C3\u00B3s".freeze, "Thiago Pradi".freeze, "Oz\u00C3\u00A9ias Sant'ana".freeze, "Samuel Flores".freeze, "Diego Carrion".freeze] s.date = "2009-04-02" s.description = "This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.".freeze s.email = ["autotest-notification@carlosbrando.com".freeze] s.executables = ["an-install".freeze, "an-uninstall".freeze, "playsound".freeze] s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "website/index.txt".freeze] s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "autotest-notification.gemspec".freeze, "bin/an-install".freeze, "bin/an-uninstall".freeze, "bin/playsound".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "images/buuf/fail.png".freeze, "images/buuf/pass.png".freeze, "images/buuf/pending.png".freeze, "images/doom/doom_0.png".freeze, "images/doom/doom_1.png".freeze, "images/doom/doom_2.png".freeze, "images/doom/doom_3.png".freeze, "images/doom/doom_4.png".freeze, "images/doom/doom_5.png".freeze, "images/doom/doom_6.png".freeze, "images/fail.png".freeze, "images/pass.png".freeze, "images/pending.png".freeze, "lib/autotest_notification.rb".freeze, "lib/autotest_notification/buuf.rb".freeze, "lib/autotest_notification/cygwin.rb".freeze, "lib/autotest_notification/doom.rb".freeze, "lib/autotest_notification/linux.rb".freeze, "lib/autotest_notification/mac.rb".freeze, "lib/autotest_notification/version.rb".freeze, "lib/autotest_notification/windows.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "sounds/doom/0.wav".freeze, "sounds/doom/1.wav".freeze, "sounds/doom/2.wav".freeze, "sounds/doom/3.wav".freeze, "sounds/doom/4.wav".freeze, "sounds/doom/5.wav".freeze, "sounds/doom/6.wav".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/website.rake".freeze, "test/autotest_notification/test_cygwin.rb".freeze, "test/autotest_notification/test_linux.rb".freeze, "test/autotest_notification/test_mac.rb".freeze, "test/autotest_notification/test_windows.rb".freeze, "test/test_autotest_notification.rb".freeze, "test/test_helper.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.html.erb".freeze] s.homepage = "http://github.com/carlosbrando/autotest-notification/".freeze s.post_install_message = "\nFor more information on autotest_notification, see http://github.com/carlosbrando/autotest-notification/\n\nTo turn on the notifier you need to run the following command:\n an-install\n\nTo turn off:\n an-uninstall\n\n".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.".freeze s.test_files = ["test/autotest_notification/test_cygwin.rb".freeze, "test/autotest_notification/test_linux.rb".freeze, "test/autotest_notification/test_mac.rb".freeze, "test/autotest_notification/test_windows.rb".freeze, "test/test_autotest_notification.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 3.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.0".freeze]) end