# -*- encoding: utf-8 -*- # stub: autotest-mac 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "autotest-mac".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sven Schwyn".freeze] s.date = "2009-05-27" s.description = "ZenTest's autotest relies on filesystem polling to detect modifications in source code files. This is both CPU expensive and unnecessary on Mac OS X 10.5 or higher which comes with the very efficient FSEvent core service for this purpose. This extension teaches autotest to use FSEvent and furthermore hooks autotest up to Growl for displaying the test results.".freeze s.email = ["ruby@bitcetera.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "fsevent/fsevent_sleep".freeze, "img/ruby_green.png".freeze, "img/ruby_grey.png".freeze, "img/ruby_red.png".freeze, "img/ruby_yellow.png".freeze, "lib/autotest-mac.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "spec/autotest-mac_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "tasks/rspec.rake".freeze] s.homepage = "http://www.bitcetera.com/products/autotest-mac".freeze s.post_install_message = "\n +--------------------------------------------------------------------------+\n | |\n | In order to use autotest-mac, the following line has to be added to |\n | the top of your ~/.autotest file: |\n | |\n | require 'autotest-mac' |\n | |\n | Make sure Growl is installed on your computer. Download it from: |\n | |\n | http://growl.info |\n | |\n | The growlnotify utility (located inside the Extras folder) must be |\n | installed as well. |\n | |\n | A glitch in Growl 1.1.4 on Mac OS X 10.5 prevents notifications from |\n | being displayed randomly. A workaround is built into autotest-mac, |\n | however, you have to perform some additional steps to make it work: |\n | |\n | Open \u00E2\u0080\u009CSystem Preferences -> Growl -> Network\" and set the checkboxes |\n | \"Listen for incoming notifications\" and \"Allow remote application |\n | registration\u00E2\u0080\u009D. Once the first notification has been displayed, you |\n | can unset the latter checkbox again. |\n | |\n | For more information, feedback and bug submissions, please visit: |\n | |\n | See http://www.bitcetera.com/products/mac-autotest |\n | |\n +--------------------------------------------------------------------------+\n\n".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Mac OS X only set of improvements for ZenTest's autotest.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.4.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.8.0".freeze]) end