--- !ruby/object:Gem::Specification name: fastshop_catalog version: !ruby/object:Gem::Version version: 0.0.1 platform: ruby authors: - Thiago Ganzarolli autorequire: bindir: bin cert_chain: [] date: 2013-10-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: savon requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Integração com webservices da FastShop email: - thiago.ganzarolli@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .DS_Store - .gitignore - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - fastshop_catalog.gemspec - lib/fastshop_catalog.rb - lib/fastshop_catalog/base_entity.rb - lib/fastshop_catalog/base_service.rb - lib/fastshop_catalog/catalog_service.rb - lib/fastshop_catalog/check_availability_service.rb - lib/fastshop_catalog/crypto.rb - lib/fastshop_catalog/entity/address.rb - lib/fastshop_catalog/entity/business_unity.rb - lib/fastshop_catalog/entity/order.rb - lib/fastshop_catalog/entity/order_item.rb - lib/fastshop_catalog/entity/participant.rb - lib/fastshop_catalog/external_dne_service.rb - lib/fastshop_catalog/order_placement_service.rb - lib/fastshop_catalog/order_status_service.rb - lib/fastshop_catalog/participant_service.rb - lib/fastshop_catalog/product_service.rb - lib/fastshop_catalog/service_exception.rb - lib/fastshop_catalog/time.rb - lib/fastshop_catalog/version.rb - password_util.rb - spec/.DS_Store - spec/fastshop_catalog/.DS_Store - spec/fastshop_catalog/base_service_spec.rb - spec/fastshop_catalog/catalog_service_spec.rb - spec/fastshop_catalog/check_availability_service_spec.rb - spec/fastshop_catalog/external_dne_service_spec.rb - spec/fastshop_catalog/integration/catalog_service_integration_spec.rb - spec/fastshop_catalog/integration/check_availability_service_integration_spec.rb - spec/fastshop_catalog/integration/external_dne_service_integration_spec.rb - spec/fastshop_catalog/integration/order_placement_service_integration_spec.rb - spec/fastshop_catalog/integration/order_status_service_integration_spec.rb - spec/fastshop_catalog/integration/participant_service_integration_spec.rb - spec/fastshop_catalog/integration/product_service_integration_spec.rb - spec/fastshop_catalog/order_placement_service_spec.rb - spec/fastshop_catalog/order_status_service_spec.rb - spec/fastshop_catalog/participant_factory.rb - spec/fastshop_catalog/participant_service_spec.rb - spec/fastshop_catalog/product_service_spec.rb - spec/fixtures/catalog_service_successful_response.xml - spec/fixtures/catalog_service_wrong_contract_response.xml - spec/fixtures/check_availability_not_available_response.xml - spec/fixtures/external_dne_service_successful_response.xml - spec/fixtures/external_dne_service_wrong_contract_response.xml - spec/fixtures/external_dne_service_wrong_zip_response.xml - spec/fixtures/order_placement_cart_not_identified.xml - spec/fixtures/order_placement_successful_delivery_payload.json - spec/fixtures/order_placement_successful_payload.json - spec/fixtures/order_status_service_order_not_found_response.xml - spec/fixtures/order_status_service_successful_response.xml - spec/fixtures/participant_service_successful_response.xml - spec/fixtures/participant_service_successful_token_response.xml - spec/fixtures/participant_successful_payload.json - spec/fixtures/product_service_successful_response.xml - spec/fixtures/product_service_wrong_contract_response.xml - spec/fixtures/product_service_wrong_sku_response.xml - spec/spec_helper.rb - wsdls/catalog.wsdl - wsdls/participante.wsdl homepage: '' 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.1.6 signing_key: specification_version: 4 summary: FastShop integrações test_files: - spec/.DS_Store - spec/fastshop_catalog/.DS_Store - spec/fastshop_catalog/base_service_spec.rb - spec/fastshop_catalog/catalog_service_spec.rb - spec/fastshop_catalog/check_availability_service_spec.rb - spec/fastshop_catalog/external_dne_service_spec.rb - spec/fastshop_catalog/integration/catalog_service_integration_spec.rb - spec/fastshop_catalog/integration/check_availability_service_integration_spec.rb - spec/fastshop_catalog/integration/external_dne_service_integration_spec.rb - spec/fastshop_catalog/integration/order_placement_service_integration_spec.rb - spec/fastshop_catalog/integration/order_status_service_integration_spec.rb - spec/fastshop_catalog/integration/participant_service_integration_spec.rb - spec/fastshop_catalog/integration/product_service_integration_spec.rb - spec/fastshop_catalog/order_placement_service_spec.rb - spec/fastshop_catalog/order_status_service_spec.rb - spec/fastshop_catalog/participant_factory.rb - spec/fastshop_catalog/participant_service_spec.rb - spec/fastshop_catalog/product_service_spec.rb - spec/fixtures/catalog_service_successful_response.xml - spec/fixtures/catalog_service_wrong_contract_response.xml - spec/fixtures/check_availability_not_available_response.xml - spec/fixtures/external_dne_service_successful_response.xml - spec/fixtures/external_dne_service_wrong_contract_response.xml - spec/fixtures/external_dne_service_wrong_zip_response.xml - spec/fixtures/order_placement_cart_not_identified.xml - spec/fixtures/order_placement_successful_delivery_payload.json - spec/fixtures/order_placement_successful_payload.json - spec/fixtures/order_status_service_order_not_found_response.xml - spec/fixtures/order_status_service_successful_response.xml - spec/fixtures/participant_service_successful_response.xml - spec/fixtures/participant_service_successful_token_response.xml - spec/fixtures/participant_successful_payload.json - spec/fixtures/product_service_successful_response.xml - spec/fixtures/product_service_wrong_contract_response.xml - spec/fixtures/product_service_wrong_sku_response.xml - spec/spec_helper.rb