--- !ruby/object:Gem::Specification name: mutant version: !ruby/object:Gem::Version version: 0.2.5 prerelease: platform: ruby authors: - Markus Schirp autorequire: bindir: bin cert_chain: [] date: 2012-12-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: to_source requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.2.4 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.2.4 - !ruby/object:Gem::Dependency name: ice_nine requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.5.0 - !ruby/object:Gem::Dependency name: descendants_tracker requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 - !ruby/object:Gem::Dependency name: backports requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.6' - !ruby/object:Gem::Dependency name: adamantium requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.3 - !ruby/object:Gem::Dependency name: mbj-inflector requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 - !ruby/object:Gem::Dependency name: equalizer requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.1 - !ruby/object:Gem::Dependency name: abstract_type requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.2 - !ruby/object:Gem::Dependency name: diff-lcs requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.1.3 description: Mutation testing for ruby under rubinius email: - mbj@seonic.net executables: - mutant extensions: [] extra_rdoc_files: - TODO files: - .gitignore - .rspec - .travis.yml - Changelog.md - Gemfile - Gemfile.devtools - Guardfile - README.md - Rakefile - TODO - bin/mutant - bin/zombie - config/flay.yml - config/flog.yml - config/roodi.yml - config/site.reek - config/yardstick.yml - lib/mutant.rb - lib/mutant/cli.rb - lib/mutant/color.rb - lib/mutant/context.rb - lib/mutant/context/scope.rb - lib/mutant/differ.rb - lib/mutant/helper.rb - lib/mutant/inflector.rb - lib/mutant/killer.rb - lib/mutant/killer/forking.rb - lib/mutant/killer/rspec.rb - lib/mutant/killer/static.rb - lib/mutant/loader.rb - lib/mutant/matcher.rb - lib/mutant/matcher/chain.rb - lib/mutant/matcher/method.rb - lib/mutant/matcher/method/classifier.rb - lib/mutant/matcher/method/instance.rb - lib/mutant/matcher/method/singleton.rb - lib/mutant/matcher/object_space.rb - lib/mutant/matcher/scope_methods.rb - lib/mutant/mutation.rb - lib/mutant/mutation/filter.rb - lib/mutant/mutation/filter/code.rb - lib/mutant/mutation/filter/regexp.rb - lib/mutant/mutation/filter/whitelist.rb - lib/mutant/mutator.rb - lib/mutant/mutator/node.rb - lib/mutant/mutator/node/arguments.rb - lib/mutant/mutator/node/block.rb - lib/mutant/mutator/node/define.rb - lib/mutant/mutator/node/if_statement.rb - lib/mutant/mutator/node/iter_19.rb - lib/mutant/mutator/node/literal.rb - lib/mutant/mutator/node/literal/array.rb - lib/mutant/mutator/node/literal/boolean.rb - lib/mutant/mutator/node/literal/dynamic.rb - lib/mutant/mutator/node/literal/empty_array.rb - lib/mutant/mutator/node/literal/fixnum.rb - lib/mutant/mutator/node/literal/float.rb - lib/mutant/mutator/node/literal/hash.rb - lib/mutant/mutator/node/literal/nil.rb - lib/mutant/mutator/node/literal/range.rb - lib/mutant/mutator/node/literal/regex.rb - lib/mutant/mutator/node/literal/string.rb - lib/mutant/mutator/node/literal/symbol.rb - lib/mutant/mutator/node/local_variable_assignment.rb - lib/mutant/mutator/node/noop.rb - lib/mutant/mutator/node/receiver_case.rb - lib/mutant/mutator/node/return.rb - lib/mutant/mutator/node/send.rb - lib/mutant/mutator/registry.rb - lib/mutant/mutator/util.rb - lib/mutant/random.rb - lib/mutant/reporter.rb - lib/mutant/reporter/cli.rb - lib/mutant/reporter/null.rb - lib/mutant/reporter/stats.rb - lib/mutant/runner.rb - lib/mutant/strategy.rb - lib/mutant/strategy/rspec.rb - lib/mutant/strategy/rspec/example_lookup.rb - lib/mutant/subject.rb - lib/mutant/support/method_object.rb - mutant.gemspec - spec/integration/mutant/differ_spec.rb - spec/integration/mutant/loader_spec.rb - spec/integration/mutant/method_matching_spec.rb - spec/integration/mutant/rspec_killer_spec.rb - spec/integration/mutant/runner_spec.rb - spec/integration/mutant/zombie_spec.rb - spec/rcov.opts - spec/shared/command_method_behavior.rb - spec/shared/each_method_behaviour.rb - spec/shared/hash_method_behavior.rb - spec/shared/idempotent_method_behavior.rb - spec/shared/invertible_method_behaviour.rb - spec/shared/method_match_behavior.rb - spec/shared/mutator_behavior.rb - spec/spec_helper.rb - spec/support/compress_helper.rb - spec/support/rspec.rb - spec/support/test_app.rb - spec/support/zombie.rb - spec/unit/mutant/cli/class_methods/new_spec.rb - spec/unit/mutant/cli/class_methods/run_spec.rb - spec/unit/mutant/context/root_spec.rb - spec/unit/mutant/context/scope/root_spec.rb - spec/unit/mutant/context/scope/unqualified_name_spec.rb - spec/unit/mutant/killer/fail_ques_spec.rb - spec/unit/mutant/killer/rspec/class_methods/new_spec.rb - spec/unit/mutant/loader/eval/class_methods/run_spec.rb - spec/unit/mutant/loader/rubinius/class_methods/run_spec.rb - spec/unit/mutant/matcher/chain/each_spec.rb - spec/unit/mutant/matcher/chain/matchers_spec.rb - spec/unit/mutant/matcher/class_methods/from_string_spec.rb - spec/unit/mutant/matcher/class_methods/parse_spec.rb - spec/unit/mutant/matcher/each_spec.rb - spec/unit/mutant/matcher/method/class_methods/parse_spec.rb - spec/unit/mutant/matcher/method/classifier/class_methods/run_spec.rb - spec/unit/mutant/matcher/object_space/class_methods/parse_spec.rb - spec/unit/mutant/matcher/object_space/each_spec.rb - spec/unit/mutant/mutator/each_spec.rb - spec/unit/mutant/mutator/emit_new_spec.rb - spec/unit/mutant/mutator/emit_spec.rb - spec/unit/mutant/mutator/node/block/mutation_spec.rb - spec/unit/mutant/mutator/node/define/mutation_spec.rb - spec/unit/mutant/mutator/node/if_statement/mutation_spec.rb - spec/unit/mutant/mutator/node/literal/array_spec.rb - spec/unit/mutant/mutator/node/literal/boolean/mutation_spec.rb - spec/unit/mutant/mutator/node/literal/empty_array_spec.rb - spec/unit/mutant/mutator/node/literal/fixnum_spec.rb - spec/unit/mutant/mutator/node/literal/float_spec.rb - spec/unit/mutant/mutator/node/literal/hash_spec.rb - spec/unit/mutant/mutator/node/literal/nil_spec.rb - spec/unit/mutant/mutator/node/literal/range_spec.rb - spec/unit/mutant/mutator/node/literal/regex_spec.rb - spec/unit/mutant/mutator/node/literal/string_spec.rb - spec/unit/mutant/mutator/node/literal/symbol_spec.rb - spec/unit/mutant/mutator/node/receiver_case/mutation_spec.rb - spec/unit/mutant/mutator/node/return/mutation_spec.rb - spec/unit/mutant/mutator/node/send/mutation_spec.rb - spec/unit/mutant/mutator/self_spec.rb - spec/unit/mutant/strategy/rspec/example_lookup/spec_file_spec.rb - spec/unit/mutant/subject/class_methods/new_spec.rb - spec/unit/mutant/subject/context_spec.rb - spec/unit/mutant/subject/each_spec.rb - spec/unit/mutant/subject/node_spec.rb - tasks/metrics/ci.rake - tasks/metrics/flay.rake - tasks/metrics/flog.rake - tasks/metrics/heckle.rake - tasks/metrics/metric_fu.rake - tasks/metrics/reek.rake - tasks/metrics/roodi.rake - tasks/metrics/yardstick.rake - tasks/spec.rake - tasks/yard.rake - test_app/.rspec - test_app/lib/test_app.rb - test_app/lib/test_app/literal.rb - test_app/spec/shared/command_method_behavior.rb - test_app/spec/shared/each_method_behaviour.rb - test_app/spec/shared/hash_method_behavior.rb - test_app/spec/shared/idempotent_method_behavior.rb - test_app/spec/shared/invertible_method_behaviour.rb - test_app/spec/shared/method_filter_parse_behavior.rb - test_app/spec/shared/method_match_behavior.rb - test_app/spec/shared/mutator_behavior.rb - test_app/spec/spec_helper.rb - test_app/spec/unit/test_app/literal/command_spec.rb - test_app/spec/unit/test_app/literal/string_spec.rb homepage: https://github.com/mbj/mutant licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Mutation testing for ruby under rubinius test_files: - spec/integration/mutant/differ_spec.rb - spec/integration/mutant/loader_spec.rb - spec/integration/mutant/method_matching_spec.rb - spec/integration/mutant/rspec_killer_spec.rb - spec/integration/mutant/runner_spec.rb - spec/integration/mutant/zombie_spec.rb - spec/rcov.opts - spec/shared/command_method_behavior.rb - spec/shared/each_method_behaviour.rb - spec/shared/hash_method_behavior.rb - spec/shared/idempotent_method_behavior.rb - spec/shared/invertible_method_behaviour.rb - spec/shared/method_match_behavior.rb - spec/shared/mutator_behavior.rb - spec/spec_helper.rb - spec/support/compress_helper.rb - spec/support/rspec.rb - spec/support/test_app.rb - spec/support/zombie.rb - spec/unit/mutant/cli/class_methods/new_spec.rb - spec/unit/mutant/cli/class_methods/run_spec.rb - spec/unit/mutant/context/root_spec.rb - spec/unit/mutant/context/scope/root_spec.rb - spec/unit/mutant/context/scope/unqualified_name_spec.rb - spec/unit/mutant/killer/fail_ques_spec.rb - spec/unit/mutant/killer/rspec/class_methods/new_spec.rb - spec/unit/mutant/loader/eval/class_methods/run_spec.rb - spec/unit/mutant/loader/rubinius/class_methods/run_spec.rb - spec/unit/mutant/matcher/chain/each_spec.rb - spec/unit/mutant/matcher/chain/matchers_spec.rb - spec/unit/mutant/matcher/class_methods/from_string_spec.rb - spec/unit/mutant/matcher/class_methods/parse_spec.rb - spec/unit/mutant/matcher/each_spec.rb - spec/unit/mutant/matcher/method/class_methods/parse_spec.rb - spec/unit/mutant/matcher/method/classifier/class_methods/run_spec.rb - spec/unit/mutant/matcher/object_space/class_methods/parse_spec.rb - spec/unit/mutant/matcher/object_space/each_spec.rb - spec/unit/mutant/mutator/each_spec.rb - spec/unit/mutant/mutator/emit_new_spec.rb - spec/unit/mutant/mutator/emit_spec.rb - spec/unit/mutant/mutator/node/block/mutation_spec.rb - spec/unit/mutant/mutator/node/define/mutation_spec.rb - spec/unit/mutant/mutator/node/if_statement/mutation_spec.rb - spec/unit/mutant/mutator/node/literal/array_spec.rb - spec/unit/mutant/mutator/node/literal/boolean/mutation_spec.rb - spec/unit/mutant/mutator/node/literal/empty_array_spec.rb - spec/unit/mutant/mutator/node/literal/fixnum_spec.rb - spec/unit/mutant/mutator/node/literal/float_spec.rb - spec/unit/mutant/mutator/node/literal/hash_spec.rb - spec/unit/mutant/mutator/node/literal/nil_spec.rb - spec/unit/mutant/mutator/node/literal/range_spec.rb - spec/unit/mutant/mutator/node/literal/regex_spec.rb - spec/unit/mutant/mutator/node/literal/string_spec.rb - spec/unit/mutant/mutator/node/literal/symbol_spec.rb - spec/unit/mutant/mutator/node/receiver_case/mutation_spec.rb - spec/unit/mutant/mutator/node/return/mutation_spec.rb - spec/unit/mutant/mutator/node/send/mutation_spec.rb - spec/unit/mutant/mutator/self_spec.rb - spec/unit/mutant/strategy/rspec/example_lookup/spec_file_spec.rb - spec/unit/mutant/subject/class_methods/new_spec.rb - spec/unit/mutant/subject/context_spec.rb - spec/unit/mutant/subject/each_spec.rb - spec/unit/mutant/subject/node_spec.rb has_rdoc: