--- !ruby/object:Gem::Specification name: any-spec version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 1 version: 0.0.1 platform: ruby authors: - Aaron Gough autorequire: bindir: bin cert_chain: [] date: 2010-10-09 00:00:00 -04:00 default_executable: dependencies: [] description: AnySpec is a framework for writing executable language specifications and automated black-box functional tests for programming languages. email: aaron@aarongough.com executables: - any-spec - any-spec extensions: [] extra_rdoc_files: - MIT-LICENSE - README.rdoc files: - MIT-LICENSE - README.rdoc - Rakefile - VERSION - any-spec.gemspec - bin/any-spec - lib/any-spec.rb - lib/any-spec/assertions.rb - lib/any-spec/test-case.rb - lib/any-spec/test-runner.rb - test/fixtures/example_test_specification.yml - test/fixtures/test_cases/empty.blah - test/fixtures/test_cases/error.rb - test/fixtures/test_cases/failing.rb - test/fixtures/test_cases/incorrect.blah - test/fixtures/test_cases/test1.rb - test/fixtures/test_cases/test2.rb - test/setup/test_unit_extensions.rb - test/test_helper.rb - test/unit/assertions_test.rb - test/unit/test_case_test.rb - test/unit/test_runner_test.rb has_rdoc: true homepage: http://github.com/aarongough/any-spec licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 - --line-numbers - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A framework for writing executable language specifications test_files: - test/fixtures/test_cases/error.rb - test/fixtures/test_cases/failing.rb - test/fixtures/test_cases/test1.rb - test/fixtures/test_cases/test2.rb - test/setup/test_unit_extensions.rb - test/test_helper.rb - test/unit/assertions_test.rb - test/unit/test_case_test.rb - test/unit/test_runner_test.rb