# -*- encoding: utf-8 -*- # stub: carlosbrando-autotest-notification 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "carlosbrando-autotest-notification".freeze s.version = "1.2.0".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] s.date = "2008-06-17" 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 = ["eduardobrando@gmail.com".freeze] s.executables = ["an-install".freeze, "an-uninstall".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, "config/hoe.rb".freeze, "config/requirements.rb".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, "lib/autotest_notification.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, "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]) end