# -*- encoding: utf-8 -*- # stub: carlosbrando-autotest-notification 0.0.8 ruby lib Gem::Specification.new do |s| s.name = "carlosbrando-autotest-notification".freeze s.version = "0.0.8".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] s.date = "2008-05-12" s.description = "Set the autotest to display messages on the operating system using software such as Growl and LibNotify.".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/fail.png".freeze, "images/pass.png".freeze, "lib/autotest_notification.rb".freeze, "lib/autotest_notification/version.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/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 = "Set the autotest to display messages on the operating system using software such as Growl and LibNotify.".freeze s.test_files = ["test/test_autotest_notification.rb".freeze, "test/test_helper.rb".freeze] end