# -*- encoding: utf-8 -*- # stub: rspec-search-and-destroy 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "rspec-search-and-destroy".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jake Goulding".freeze] s.date = "2013-09-20" s.description = "Finds RSpec test ordering bugs ".freeze s.email = ["jake.goulding@gmail.com".freeze] s.executables = ["rspec-sad".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rspec-sad".freeze, "features/alternate_command.feature".freeze, "features/before_all_blocks_are_disabled.feature".freeze, "features/bisecting_a_single_file.feature".freeze, "features/bisecting_multiple_files.feature".freeze, "features/running_rspec_without_sad.feature".freeze, "features/support/env.rb".freeze, "features/support/steps.rb".freeze, "lib/rspec-search-and-destroy.rb".freeze, "lib/rspec-search-and-destroy/binary_chop_example_selector.rb".freeze, "lib/rspec-search-and-destroy/bisection_progress.rb".freeze, "lib/rspec-search-and-destroy/bisector.rb".freeze, "lib/rspec-search-and-destroy/io_output.rb".freeze, "lib/rspec-search-and-destroy/location_source.rb".freeze, "lib/rspec-search-and-destroy/order_formatter.rb".freeze, "lib/rspec-search-and-destroy/reorder_and_filter.rb".freeze, "lib/rspec-search-and-destroy/rspec_driver.rb".freeze, "lib/rspec-search-and-destroy/rspec_results.rb".freeze, "lib/rspec-search-and-destroy/version.rb".freeze, "rspec-search-and-destroy.gemspec".freeze, "spec/binary_chop_example_selector_spec.rb".freeze, "spec/bisector_spec.rb".freeze, "spec/io_output_spec.rb".freeze, "spec/rspec_example_ordering_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/shepmaster/rspec-search-and-destroy".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Finds RSpec test ordering bugs".freeze s.test_files = ["features/alternate_command.feature".freeze, "features/before_all_blocks_are_disabled.feature".freeze, "features/bisecting_a_single_file.feature".freeze, "features/bisecting_multiple_files.feature".freeze, "features/running_rspec_without_sad.feature".freeze, "features/support/env.rb".freeze, "features/support/steps.rb".freeze, "spec/binary_chop_example_selector_spec.rb".freeze, "spec/bisector_spec.rb".freeze, "spec/io_output_spec.rb".freeze, "spec/rspec_example_ordering_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q<childprocess>.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q<rspec>.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q<rspec>.freeze, ["~> 2.14".freeze]) s.add_development_dependency(%q<aruba>.freeze, [">= 0".freeze]) end