--- !ruby/object:Gem::Specification name: foodtaster version: !ruby/object:Gem::Version prerelease: version: 0.0.9 platform: ruby authors: - Mike Lapshin - Serzh Nechyporchuk autorequire: bindir: bin cert_chain: [] date: 2013-12-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency prerelease: false type: :runtime name: rspec version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.10.0 requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.10.0 description: RSpec for Chef cookbooks run on Vagrant email: - mikhail.a.lapshin@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - Gemfile - LICENSE - README.md - Rakefile - foodtaster.gemspec - lib/foodtaster.rb - lib/foodtaster/client.rb - lib/foodtaster/config.rb - lib/foodtaster/rspec.rb - lib/foodtaster/rspec/dsl_methods.rb - lib/foodtaster/rspec/example_methods.rb - lib/foodtaster/rspec/matchers/file_matcher.rb - lib/foodtaster/rspec/matchers/service_matcher.rb - lib/foodtaster/rspec/matchers/simple_matchers.rb - lib/foodtaster/rspec/matchers/user_matcher.rb - lib/foodtaster/rspec_run.rb - lib/foodtaster/server_process.rb - lib/foodtaster/version.rb - lib/foodtaster/vm.rb - spec/foodtaster/client_spec.rb - spec/foodtaster/config_spec.rb - spec/foodtaster/vm_spec.rb - spec/spec_helper.rb - spec/support/test_server.rb homepage: http://github.com/mlapshin/foodtaster licenses: - MIT 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.25 signing_key: specification_version: 3 summary: Foodtaster is a library for testing your Chef code with RSpec. test_files: - spec/foodtaster/client_spec.rb - spec/foodtaster/config_spec.rb - spec/foodtaster/vm_spec.rb - spec/spec_helper.rb - spec/support/test_server.rb has_rdoc: