--- !ruby/object:Gem::Specification name: api_matchers version: !ruby/object:Gem::Version version: 0.0.2 prerelease: platform: ruby authors: - Tomas D'Stefano autorequire: bindir: bin cert_chain: [] date: 2012-07-31 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &2156860320 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.11.0 type: :runtime prerelease: false version_requirements: *2156860320 - !ruby/object:Gem::Dependency name: activesupport requirement: &2156859820 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.2.6 type: :runtime prerelease: false version_requirements: *2156859820 - !ruby/object:Gem::Dependency name: nokogiri requirement: &2156859360 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.5.5 type: :runtime prerelease: false version_requirements: *2156859360 description: Collection of RSpec matchers for create your API. email: - tomas_stefano@successoft.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - Gemfile - History.markdown - LICENSE - README.markdown - Rakefile - api_matchers.gemspec - lib/api_matchers.rb - lib/api_matchers/core/find_in_json.rb - lib/api_matchers/core/rspec_matchers.rb - lib/api_matchers/core/setup.rb - lib/api_matchers/headers/base.rb - lib/api_matchers/headers/be_json.rb - lib/api_matchers/headers/be_xml.rb - lib/api_matchers/http_status_code/base.rb - lib/api_matchers/http_status_code/be_bad_request.rb - lib/api_matchers/http_status_code/be_internal_server_error.rb - lib/api_matchers/http_status_code/be_unauthorized.rb - lib/api_matchers/http_status_code/create_resource.rb - lib/api_matchers/response_body/base.rb - lib/api_matchers/response_body/have_json_node.rb - lib/api_matchers/response_body/have_node.rb - lib/api_matchers/response_body/have_xml_node.rb - lib/api_matchers/version.rb - spec/api_matchers/core/find_in_json_spec.rb - spec/api_matchers/core/setup_spec.rb - spec/api_matchers/headers/base_spec.rb - spec/api_matchers/headers/be_json_spec.rb - spec/api_matchers/headers/be_xml_spec.rb - spec/api_matchers/http_status_code/base_spec.rb - spec/api_matchers/http_status_code/be_bad_request_spec.rb - spec/api_matchers/http_status_code/be_internal_server_error_spec.rb - spec/api_matchers/http_status_code/be_unauthorized_spec.rb - spec/api_matchers/http_status_code/create_resource_spec.rb - spec/api_matchers/response_body/base_spec.rb - spec/api_matchers/response_body/have_json_node_spec.rb - spec/api_matchers/response_body/have_node_spec.rb - spec/api_matchers/response_body/have_xml_node_spec.rb - spec/spec_helper.rb homepage: https://github.com/tomas-stefano/api_matchers licenses: [] 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.17 signing_key: specification_version: 3 summary: Collection of RSpec matchers for create your API. test_files: - spec/api_matchers/core/find_in_json_spec.rb - spec/api_matchers/core/setup_spec.rb - spec/api_matchers/headers/base_spec.rb - spec/api_matchers/headers/be_json_spec.rb - spec/api_matchers/headers/be_xml_spec.rb - spec/api_matchers/http_status_code/base_spec.rb - spec/api_matchers/http_status_code/be_bad_request_spec.rb - spec/api_matchers/http_status_code/be_internal_server_error_spec.rb - spec/api_matchers/http_status_code/be_unauthorized_spec.rb - spec/api_matchers/http_status_code/create_resource_spec.rb - spec/api_matchers/response_body/base_spec.rb - spec/api_matchers/response_body/have_json_node_spec.rb - spec/api_matchers/response_body/have_node_spec.rb - spec/api_matchers/response_body/have_xml_node_spec.rb - spec/spec_helper.rb