--- !ruby/object:Gem::Specification name: cucumber-slice version: !ruby/object:Gem::Version hash: 27 prerelease: segments: - 0 - 0 - 2 version: 0.0.2 platform: ruby authors: - Justin Searls autorequire: bindir: bin cert_chain: [] date: 2013-03-29 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: thor prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 23 segments: - 0 - 14 version: "0.14" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: git prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 21 segments: - 1 - 2 - 5 version: 1.2.5 type: :runtime version_requirements: *id002 description: | This tool can be used both locally and by build systems to quickly narrow down which Cucumber features to run based on which features may have been impacted by a code change. Provides a CLI that filters Cucumber features based on changes to production code since a specified git revision. This is particular useful in systems of wide logical breadth, where each individual commit is unlikely to have an impact on the vast majority of the system's behavior. email: - searls@gmail.com executables: - cucumber-slice extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.txt - README.md - Rakefile - bin/cucumber-slice - cucumber-slice.gemspec - lib/cucumber_slice.rb - lib/cucumber_slice/cli.rb - lib/cucumber_slice/empty_file - lib/cucumber_slice/lists_features.rb - lib/cucumber_slice/version.rb homepage: https://github.com/testdouble/cucumber-slice licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Helps you narrow down which Cucumber features to run based on recent code changes test_files: []