--- !ruby/object:Gem::Specification name: autotestforphp version: !ruby/object:Gem::Version version: 0.0.3 platform: ruby authors: - Fabio Rehm autorequire: bindir: bin cert_chain: [] date: 2009-10-25 00:00:00 -03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.2 version: description: |- AutotestForPHP is based off of ZenTest autotest which is a popular Ruby tool for running tests as soon as files get changed: * http://www.zenspider.com/ZSS/Products/ZenTest/ Code for displaying notifications is based on Carlos Brando autotest-notification gem: * http://github.com/carlosbrando/autotest-notification The tool was written on Ruby but you don't need to be a Ruby programmer in order to use it, just make sure you have Ruby and RubyGems installed: * http://www.ruby-lang.org * http://rubygems.org/read/chapter/3 email: - fgrehm@gmail.com executables: - autotestforphp extensions: [] extra_rdoc_files: - History.txt - License.txt - Manifest.txt - PostInstall.txt files: - History.txt - License.txt - Manifest.txt - PostInstall.txt - README.rdoc - Rakefile - autotestforphp.gemspec - bin/autotestforphp - images/fail.png - images/pass.png - lib/autotestforphp.rb - lib/autotestforphp/cli.rb - lib/autotestforphp/notification.rb - lib/autotestforphp/notification/linux.rb - lib/autotestforphp/notification/mac.rb - lib/autotestforphp/notification/windows.rb - lib/autotestforphp/result.rb - script/console - script/destroy - script/generate - test/autotestforphp/test_autotestforphp.rb - test/cli/test_autotestforphp_cli.rb - test/test_helper.rb - test/test_linux.rb - test/test_mac.rb - test/test_notification.rb - test/test_result.rb - test/test_windows.rb has_rdoc: true homepage: http://github.com/fgrehm/autotestforphp licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: autotestforphp rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: AutotestForPHP is based off of ZenTest autotest which is a popular Ruby tool for running tests as soon as files get changed: * http://www.zenspider.com/ZSS/Products/ZenTest/ Code for displaying notifications is based on Carlos Brando autotest-notification gem: * http://github.com/carlosbrando/autotest-notification The tool was written on Ruby but you don't need to be a Ruby programmer in order to use it, just make sure you have Ruby and RubyGems installed: * http://www.ruby-lang.org * http://rubygems.org/read/chapter/3 test_files: - test/autotestforphp/test_autotestforphp.rb - test/cli/test_autotestforphp_cli.rb - test/test_helper.rb - test/test_linux.rb - test/test_mac.rb - test/test_notification.rb - test/test_result.rb - test/test_windows.rb