--- !ruby/object:Gem::Specification name: warp version: !ruby/object:Gem::Version version: 1.3.0 platform: ruby authors: - Thomas Drake-Brockman autorequire: bindir: bin cert_chain: [] date: 2014-12-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.14.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.14.0 description: Warp provides a selection of inteligent RSpec matchers for your model, controller and feature specifications. email: - thom@sfedb.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .ruby-gemset - .ruby-version - .travis.yml - Appraisals - CHANGELOG.md - Gemfile - Guardfile - LICENSE - README.md - Rakefile - gemfiles/rails_3.2_rspec_2.14.gemfile - gemfiles/rails_3.2_rspec_2.99.gemfile - gemfiles/rails_3.2_rspec_3.1.gemfile - gemfiles/rails_4.0_rspec_2.14.gemfile - gemfiles/rails_4.0_rspec_2.99.gemfile - gemfiles/rails_4.0_rspec_3.1.gemfile - gemfiles/rails_4.1_rspec_2.14.gemfile - gemfiles/rails_4.1_rspec_2.99.gemfile - gemfiles/rails_4.1_rspec_3.1.gemfile - gemfiles/rails_4.2.rc1_rspec_2.14.gemfile - gemfiles/rails_4.2.rc1_rspec_2.99.gemfile - gemfiles/rails_4.2.rc1_rspec_3.1.gemfile - lib/warp.rb - lib/warp/action_matchers.rb - lib/warp/action_matchers/create_matcher.rb - lib/warp/action_matchers/matcher.rb - lib/warp/controller_matchers.rb - lib/warp/controller_matchers/assign_matcher.rb - lib/warp/controller_matchers/set_flash_matcher.rb - lib/warp/instrument.rb - lib/warp/matcher.rb - lib/warp/model_matchers.rb - lib/warp/model_matchers/association_matcher.rb - lib/warp/model_matchers/attribute_matcher.rb - lib/warp/model_matchers/error_matcher.rb - lib/warp/model_matchers/matcher.rb - lib/warp/model_matchers/validation_matcher.rb - lib/warp/version.rb - spec/spec_helper.rb - spec/support/controller_helpers.rb - spec/support/failure_message_helpers.rb - spec/support/match_helpers.rb - spec/support/model_helpers.rb - spec/support/with_contexts_helpers.rb - spec/warp/action_matchers/create_matcher_spec.rb - spec/warp/controller_matchers/assign_matcher_spec.rb - spec/warp/controller_matchers/set_flash_matcher_spec.rb - spec/warp/instrument_spec.rb - spec/warp/model_helpers/association_matcher_spec.rb - spec/warp/model_helpers/attribute_matcher_spec.rb - spec/warp/model_helpers/validation_matcher_spec.rb - warp.gemspec homepage: https://github.com/thomasfedb/warp licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.3 signing_key: specification_version: 4 summary: Awesome RSpec matchers for testing your Rails applications. test_files: - spec/spec_helper.rb - spec/support/controller_helpers.rb - spec/support/failure_message_helpers.rb - spec/support/match_helpers.rb - spec/support/model_helpers.rb - spec/support/with_contexts_helpers.rb - spec/warp/action_matchers/create_matcher_spec.rb - spec/warp/controller_matchers/assign_matcher_spec.rb - spec/warp/controller_matchers/set_flash_matcher_spec.rb - spec/warp/instrument_spec.rb - spec/warp/model_helpers/association_matcher_spec.rb - spec/warp/model_helpers/attribute_matcher_spec.rb - spec/warp/model_helpers/validation_matcher_spec.rb