--- !ruby/object:Gem::Specification name: ZenTest version: !ruby/object:Gem::Version version: 4.2.1 platform: ruby authors: - Ryan Davis - Eric Hodel autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/ w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0 l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T FBHgymkyj/AOSqKRIpXPhjC6 -----END CERTIFICATE----- date: 2009-12-09 00:00:00 -08: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.4.0 version: description: |- ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. Nobody uses this tool anymore but it is the package namesake, so it stays. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Great for compatibility checking! Use multiruby_setup to manage your installed versions. email: - ryand-ruby@zenspider.com - drbrain@segment7.net executables: - autotest - multigem - multiruby - multiruby_setup - unit_diff - zentest extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.txt - articles/how_to_use_zentest.txt - example.txt files: - .autotest - History.txt - Manifest.txt - README.txt - Rakefile - articles/Article.css - articles/getting_started_with_autotest.html - articles/how_to_use_zentest.txt - bin/autotest - bin/multigem - bin/multiruby - bin/multiruby_setup - bin/unit_diff - bin/zentest - example.txt - example1.rb - example2.rb - example_dot_autotest.rb - lib/autotest.rb - lib/autotest/autoupdate.rb - lib/autotest/once.rb - lib/autotest/rcov.rb - lib/autotest/restart.rb - lib/autotest/timestamp.rb - lib/focus.rb - lib/functional_test_matrix.rb - lib/multiruby.rb - lib/unit_diff.rb - lib/zentest.rb - lib/zentest_mapping.rb - test/test_autotest.rb - test/test_focus.rb - test/test_unit_diff.rb - test/test_zentest.rb - test/test_zentest_mapping.rb has_rdoc: true homepage: http://www.zenspider.com/ZSS/Products/ZenTest/ licenses: [] post_install_message: rdoc_options: - --main - README.txt 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: zentest rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: "ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby" test_files: - test/test_autotest.rb - test/test_focus.rb - test/test_unit_diff.rb - test/test_zentest.rb - test/test_zentest_mapping.rb