# -*- encoding: utf-8 -*- # stub: mutant 0.2.3 ruby lib Gem::Specification.new do |s| s.name = "mutant".freeze s.version = "0.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Markus Schirp".freeze] s.date = "2012-12-08" s.description = "Mutation testing for ruby under rubinius".freeze s.email = ["mbj@seonic.net".freeze] s.executables = ["mutant".freeze] s.extra_rdoc_files = ["TODO".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Changelog.md".freeze, "Gemfile".freeze, "Gemfile.devtools".freeze, "Guardfile".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "bin/mutant".freeze, "bin/zombie".freeze, "config/flay.yml".freeze, "config/flog.yml".freeze, "config/roodi.yml".freeze, "config/site.reek".freeze, "config/yardstick.yml".freeze, "lib/inflector.rb".freeze, "lib/inflector/defaults.rb".freeze, "lib/inflector/inflections.rb".freeze, "lib/inflector/methods.rb".freeze, "lib/inflector/version.rb".freeze, "lib/mutant.rb".freeze, "lib/mutant/cli.rb".freeze, "lib/mutant/color.rb".freeze, "lib/mutant/context.rb".freeze, "lib/mutant/context/scope.rb".freeze, "lib/mutant/differ.rb".freeze, "lib/mutant/helper.rb".freeze, "lib/mutant/killer.rb".freeze, "lib/mutant/killer/forking.rb".freeze, "lib/mutant/killer/rspec.rb".freeze, "lib/mutant/killer/static.rb".freeze, "lib/mutant/loader.rb".freeze, "lib/mutant/matcher.rb".freeze, "lib/mutant/matcher/chain.rb".freeze, "lib/mutant/matcher/method.rb".freeze, "lib/mutant/matcher/method/classifier.rb".freeze, "lib/mutant/matcher/method/instance.rb".freeze, "lib/mutant/matcher/method/singleton.rb".freeze, "lib/mutant/matcher/object_space.rb".freeze, "lib/mutant/matcher/scope_methods.rb".freeze, "lib/mutant/mutation.rb".freeze, "lib/mutant/mutation/filter.rb".freeze, "lib/mutant/mutation/filter/code.rb".freeze, "lib/mutant/mutation/filter/regexp.rb".freeze, "lib/mutant/mutation/filter/whitelist.rb".freeze, "lib/mutant/mutator.rb".freeze, "lib/mutant/mutator/node.rb".freeze, "lib/mutant/mutator/node/arguments.rb".freeze, "lib/mutant/mutator/node/block.rb".freeze, "lib/mutant/mutator/node/define.rb".freeze, "lib/mutant/mutator/node/if_statement.rb".freeze, "lib/mutant/mutator/node/literal.rb".freeze, "lib/mutant/mutator/node/literal/array.rb".freeze, "lib/mutant/mutator/node/literal/boolean.rb".freeze, "lib/mutant/mutator/node/literal/dynamic.rb".freeze, "lib/mutant/mutator/node/literal/empty_array.rb".freeze, "lib/mutant/mutator/node/literal/fixnum.rb".freeze, "lib/mutant/mutator/node/literal/float.rb".freeze, "lib/mutant/mutator/node/literal/hash.rb".freeze, "lib/mutant/mutator/node/literal/nil.rb".freeze, "lib/mutant/mutator/node/literal/range.rb".freeze, "lib/mutant/mutator/node/literal/regex.rb".freeze, "lib/mutant/mutator/node/literal/string.rb".freeze, "lib/mutant/mutator/node/literal/symbol.rb".freeze, "lib/mutant/mutator/node/noop.rb".freeze, "lib/mutant/mutator/node/receiver_case.rb".freeze, "lib/mutant/mutator/node/return.rb".freeze, "lib/mutant/mutator/node/send.rb".freeze, "lib/mutant/mutator/registry.rb".freeze, "lib/mutant/mutator/util.rb".freeze, "lib/mutant/random.rb".freeze, "lib/mutant/reporter.rb".freeze, "lib/mutant/reporter/cli.rb".freeze, "lib/mutant/reporter/null.rb".freeze, "lib/mutant/reporter/stats.rb".freeze, "lib/mutant/runner.rb".freeze, "lib/mutant/strategy.rb".freeze, "lib/mutant/strategy/rspec.rb".freeze, "lib/mutant/strategy/rspec/example_lookup.rb".freeze, "lib/mutant/subject.rb".freeze, "lib/mutant/support/method_object.rb".freeze, "locator.rb".freeze, "mutant.gemspec".freeze, "spec/integration/mutant/differ_spec.rb".freeze, "spec/integration/mutant/loader_spec.rb".freeze, "spec/integration/mutant/method_matching_spec.rb".freeze, "spec/integration/mutant/rspec_killer_spec.rb".freeze, "spec/integration/mutant/runner_spec.rb".freeze, "spec/integration/mutant/zombie_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/shared/command_method_behavior.rb".freeze, "spec/shared/each_method_behaviour.rb".freeze, "spec/shared/hash_method_behavior.rb".freeze, "spec/shared/idempotent_method_behavior.rb".freeze, "spec/shared/invertible_method_behaviour.rb".freeze, "spec/shared/method_match_behavior.rb".freeze, "spec/shared/mutator_behavior.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/compress_helper.rb".freeze, "spec/support/rspec.rb".freeze, "spec/support/test_app.rb".freeze, "spec/support/zombie.rb".freeze, "spec/unit/mutant/cli/class_methods/new_spec.rb".freeze, "spec/unit/mutant/cli/class_methods/run_spec.rb".freeze, "spec/unit/mutant/context/root_spec.rb".freeze, "spec/unit/mutant/context/scope/class_methods/build_spec.rb".freeze, "spec/unit/mutant/context/scope/root_spec.rb".freeze, "spec/unit/mutant/context/scope/unqualified_name_spec.rb".freeze, "spec/unit/mutant/killer/fail_ques_spec.rb".freeze, "spec/unit/mutant/killer/rspec/class_methods/new_spec.rb".freeze, "spec/unit/mutant/loader/eval/class_methods/run_spec.rb".freeze, "spec/unit/mutant/loader/rubinius/class_methods/run_spec.rb".freeze, "spec/unit/mutant/matcher/chain/each_spec.rb".freeze, "spec/unit/mutant/matcher/chain/matchers_spec.rb".freeze, "spec/unit/mutant/matcher/class_methods/from_string_spec.rb".freeze, "spec/unit/mutant/matcher/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/each_spec.rb".freeze, "spec/unit/mutant/matcher/method/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/method/classifier/class_methods/run_spec.rb".freeze, "spec/unit/mutant/matcher/object_space/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/object_space/each_spec.rb".freeze, "spec/unit/mutant/mutator/each_spec.rb".freeze, "spec/unit/mutant/mutator/emit_new_spec.rb".freeze, "spec/unit/mutant/mutator/emit_spec.rb".freeze, "spec/unit/mutant/mutator/node/block/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/define/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/if_statement/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/array_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/boolean/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/empty_array_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/fixnum_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/float_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/hash_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/nil_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/range_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/regex_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/string_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/symbol_spec.rb".freeze, "spec/unit/mutant/mutator/node/receiver_case/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/return/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/send/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/self_spec.rb".freeze, "spec/unit/mutant/strategy/rspec/example_lookup/spec_file_spec.rb".freeze, "spec/unit/mutant/subject/class_methods/new_spec.rb".freeze, "spec/unit/mutant/subject/context_spec.rb".freeze, "spec/unit/mutant/subject/each_spec.rb".freeze, "spec/unit/mutant/subject/node_spec.rb".freeze, "tasks/metrics/ci.rake".freeze, "tasks/metrics/flay.rake".freeze, "tasks/metrics/flog.rake".freeze, "tasks/metrics/heckle.rake".freeze, "tasks/metrics/metric_fu.rake".freeze, "tasks/metrics/reek.rake".freeze, "tasks/metrics/roodi.rake".freeze, "tasks/metrics/yardstick.rake".freeze, "tasks/spec.rake".freeze, "tasks/yard.rake".freeze, "test_app/.rspec".freeze, "test_app/lib/test_app.rb".freeze, "test_app/lib/test_app/literal.rb".freeze, "test_app/spec/shared/command_method_behavior.rb".freeze, "test_app/spec/shared/each_method_behaviour.rb".freeze, "test_app/spec/shared/hash_method_behavior.rb".freeze, "test_app/spec/shared/idempotent_method_behavior.rb".freeze, "test_app/spec/shared/invertible_method_behaviour.rb".freeze, "test_app/spec/shared/method_filter_parse_behavior.rb".freeze, "test_app/spec/shared/method_match_behavior.rb".freeze, "test_app/spec/shared/mutator_behavior.rb".freeze, "test_app/spec/spec_helper.rb".freeze, "test_app/spec/unit/test_app/literal/command_spec.rb".freeze, "test_app/spec/unit/test_app/literal/string_spec.rb".freeze] s.homepage = "https://github.com/mbj/mutant".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Mutation testing for ruby under rubinius".freeze s.test_files = ["spec/integration/mutant/differ_spec.rb".freeze, "spec/integration/mutant/loader_spec.rb".freeze, "spec/integration/mutant/method_matching_spec.rb".freeze, "spec/integration/mutant/rspec_killer_spec.rb".freeze, "spec/integration/mutant/runner_spec.rb".freeze, "spec/integration/mutant/zombie_spec.rb".freeze, "spec/rcov.opts".freeze, "spec/shared/command_method_behavior.rb".freeze, "spec/shared/each_method_behaviour.rb".freeze, "spec/shared/hash_method_behavior.rb".freeze, "spec/shared/idempotent_method_behavior.rb".freeze, "spec/shared/invertible_method_behaviour.rb".freeze, "spec/shared/method_match_behavior.rb".freeze, "spec/shared/mutator_behavior.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/compress_helper.rb".freeze, "spec/support/rspec.rb".freeze, "spec/support/test_app.rb".freeze, "spec/support/zombie.rb".freeze, "spec/unit/mutant/cli/class_methods/new_spec.rb".freeze, "spec/unit/mutant/cli/class_methods/run_spec.rb".freeze, "spec/unit/mutant/context/root_spec.rb".freeze, "spec/unit/mutant/context/scope/class_methods/build_spec.rb".freeze, "spec/unit/mutant/context/scope/root_spec.rb".freeze, "spec/unit/mutant/context/scope/unqualified_name_spec.rb".freeze, "spec/unit/mutant/killer/fail_ques_spec.rb".freeze, "spec/unit/mutant/killer/rspec/class_methods/new_spec.rb".freeze, "spec/unit/mutant/loader/eval/class_methods/run_spec.rb".freeze, "spec/unit/mutant/loader/rubinius/class_methods/run_spec.rb".freeze, "spec/unit/mutant/matcher/chain/each_spec.rb".freeze, "spec/unit/mutant/matcher/chain/matchers_spec.rb".freeze, "spec/unit/mutant/matcher/class_methods/from_string_spec.rb".freeze, "spec/unit/mutant/matcher/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/each_spec.rb".freeze, "spec/unit/mutant/matcher/method/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/method/classifier/class_methods/run_spec.rb".freeze, "spec/unit/mutant/matcher/object_space/class_methods/parse_spec.rb".freeze, "spec/unit/mutant/matcher/object_space/each_spec.rb".freeze, "spec/unit/mutant/mutator/each_spec.rb".freeze, "spec/unit/mutant/mutator/emit_new_spec.rb".freeze, "spec/unit/mutant/mutator/emit_spec.rb".freeze, "spec/unit/mutant/mutator/node/block/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/define/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/if_statement/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/array_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/boolean/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/empty_array_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/fixnum_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/float_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/hash_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/nil_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/range_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/regex_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/string_spec.rb".freeze, "spec/unit/mutant/mutator/node/literal/symbol_spec.rb".freeze, "spec/unit/mutant/mutator/node/receiver_case/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/return/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/node/send/mutation_spec.rb".freeze, "spec/unit/mutant/mutator/self_spec.rb".freeze, "spec/unit/mutant/strategy/rspec/example_lookup/spec_file_spec.rb".freeze, "spec/unit/mutant/subject/class_methods/new_spec.rb".freeze, "spec/unit/mutant/subject/context_spec.rb".freeze, "spec/unit/mutant/subject/each_spec.rb".freeze, "spec/unit/mutant/subject/node_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.3".freeze]) end