# -*- encoding: utf-8 -*- # stub: cxml-ruby 0.8.2 ruby lib Gem::Specification.new do |s| s.name = "cxml-ruby".freeze s.version = "0.8.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Josh Beckman".freeze, "Eleni Chappen".freeze] s.date = "2021-12-28" s.description = "Ruby library to parse/generate documents with the cXML protocol".freeze s.email = ["josh@officeluv.com".freeze, "eleni@officeluv.com".freeze] s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "cxml-ruby.gemspec".freeze, "lib/cxml-ruby.rb".freeze, "lib/cxml/accounting.rb".freeze, "lib/cxml/additional_cost.rb".freeze, "lib/cxml/additional_deduction.rb".freeze, "lib/cxml/address.rb".freeze, "lib/cxml/bill_to.rb".freeze, "lib/cxml/browser_form_post.rb".freeze, "lib/cxml/charge.rb".freeze, "lib/cxml/classification.rb".freeze, "lib/cxml/comment.rb".freeze, "lib/cxml/confirmation_header.rb".freeze, "lib/cxml/confirmation_item.rb".freeze, "lib/cxml/confirmation_request.rb".freeze, "lib/cxml/confirmation_status.rb".freeze, "lib/cxml/contact.rb".freeze, "lib/cxml/country.rb".freeze, "lib/cxml/country_code.rb".freeze, "lib/cxml/credential.rb".freeze, "lib/cxml/credential_mac.rb".freeze, "lib/cxml/deducted_price.rb".freeze, "lib/cxml/deduction_amount.rb".freeze, "lib/cxml/deposit_amount.rb".freeze, "lib/cxml/description.rb".freeze, "lib/cxml/discount.rb".freeze, "lib/cxml/discount_percent.rb".freeze, "lib/cxml/distribution.rb".freeze, "lib/cxml/document.rb".freeze, "lib/cxml/document_node.rb".freeze, "lib/cxml/document_reference.rb".freeze, "lib/cxml/due_amount.rb".freeze, "lib/cxml/email.rb".freeze, "lib/cxml/errors.rb".freeze, "lib/cxml/extrinsic.rb".freeze, "lib/cxml/from.rb".freeze, "lib/cxml/gross_amount.rb".freeze, "lib/cxml/header.rb".freeze, "lib/cxml/id_reference.rb".freeze, "lib/cxml/invoice_detail_discount.rb".freeze, "lib/cxml/invoice_detail_header_indicator.rb".freeze, "lib/cxml/invoice_detail_header_order.rb".freeze, "lib/cxml/invoice_detail_item.rb".freeze, "lib/cxml/invoice_detail_item_reference.rb".freeze, "lib/cxml/invoice_detail_line_indicator.rb".freeze, "lib/cxml/invoice_detail_line_shipping.rb".freeze, "lib/cxml/invoice_detail_line_special_handling.rb".freeze, "lib/cxml/invoice_detail_order.rb".freeze, "lib/cxml/invoice_detail_order_info.rb".freeze, "lib/cxml/invoice_detail_order_summary.rb".freeze, "lib/cxml/invoice_detail_request.rb".freeze, "lib/cxml/invoice_detail_request_header.rb".freeze, "lib/cxml/invoice_detail_shipping.rb".freeze, "lib/cxml/invoice_detail_summary.rb".freeze, "lib/cxml/invoice_id_info.rb".freeze, "lib/cxml/invoice_partner.rb".freeze, "lib/cxml/item_detail.rb".freeze, "lib/cxml/item_id.rb".freeze, "lib/cxml/item_in.rb".freeze, "lib/cxml/item_out.rb".freeze, "lib/cxml/master_agreement_reference.rb".freeze, "lib/cxml/message.rb".freeze, "lib/cxml/modification.rb".freeze, "lib/cxml/modification_detail.rb".freeze, "lib/cxml/modifications.rb".freeze, "lib/cxml/money.rb".freeze, "lib/cxml/name.rb".freeze, "lib/cxml/net_amount.rb".freeze, "lib/cxml/order_reference.rb".freeze, "lib/cxml/order_request.rb".freeze, "lib/cxml/order_request_header.rb".freeze, "lib/cxml/parser.rb".freeze, "lib/cxml/payment_term.rb".freeze, "lib/cxml/period.rb".freeze, "lib/cxml/phone.rb".freeze, "lib/cxml/postal_address.rb".freeze, "lib/cxml/protocol.rb".freeze, "lib/cxml/punch_out_order_message.rb".freeze, "lib/cxml/punch_out_order_message_header.rb".freeze, "lib/cxml/punch_out_setup_request.rb".freeze, "lib/cxml/punch_out_setup_response.rb".freeze, "lib/cxml/request.rb".freeze, "lib/cxml/response.rb".freeze, "lib/cxml/segment.rb".freeze, "lib/cxml/sender.rb".freeze, "lib/cxml/ship_to.rb".freeze, "lib/cxml/shipping.rb".freeze, "lib/cxml/shipping_amount.rb".freeze, "lib/cxml/special_handling_amount.rb".freeze, "lib/cxml/start_page.rb".freeze, "lib/cxml/state.rb".freeze, "lib/cxml/status.rb".freeze, "lib/cxml/subtotal_amount.rb".freeze, "lib/cxml/supplier_setup.rb".freeze, "lib/cxml/tax.rb".freeze, "lib/cxml/tax_adjustment_amount.rb".freeze, "lib/cxml/tax_amount.rb".freeze, "lib/cxml/tax_detail.rb".freeze, "lib/cxml/tax_location.rb".freeze, "lib/cxml/taxable_amount.rb".freeze, "lib/cxml/telephone_number.rb".freeze, "lib/cxml/to.rb".freeze, "lib/cxml/total.rb".freeze, "lib/cxml/total_allowances.rb".freeze, "lib/cxml/total_amount_without_tax.rb".freeze, "lib/cxml/total_charges.rb".freeze, "lib/cxml/unit_price.rb".freeze, "lib/cxml/version.rb".freeze, "spec/credential_spec.rb".freeze, "spec/cxml_spec.rb".freeze, "spec/document_spec.rb".freeze, "spec/fixtures/.gitkeep".freeze, "spec/fixtures/1.2.014-cXML.dtd".freeze, "spec/fixtures/1.2.020-InvoiceDetail.dtd".freeze, "spec/fixtures/1.2.020-cXML.dtd".freeze, "spec/fixtures/1.2.037-InvoiceDetail.dtd".freeze, "spec/fixtures/document_node_with_unknown_attribute.xml".freeze, "spec/fixtures/envelope.xml".freeze, "spec/fixtures/envelope2.xml".freeze, "spec/fixtures/invoice_backed_and_unbacked_by_pos.xml".freeze, "spec/fixtures/invoice_backed_by_multiple_pos.xml".freeze, "spec/fixtures/invoice_taxes_at_line.xml".freeze, "spec/fixtures/invoice_taxes_at_line_multiple_taxes.xml".freeze, "spec/fixtures/invoice_taxes_at_total.xml".freeze, "spec/fixtures/item_in.xml".freeze, "spec/fixtures/order_request.xml".freeze, "spec/fixtures/punch_out_order_message_doc.xml".freeze, "spec/fixtures/punch_out_setup_request_doc.xml".freeze, "spec/fixtures/punch_out_setup_request_doc_coupa.xml".freeze, "spec/fixtures/punch_out_setup_request_doc_with_ship_to.xml".freeze, "spec/fixtures/purchase_order_request_200.xml".freeze, "spec/fixtures/request_doc.xml".freeze, "spec/fixtures/response_status_200.xml".freeze, "spec/fixtures/response_status_400.xml".freeze, "spec/header_spec.rb".freeze, "spec/invoice_detail_request_spec.rb".freeze, "spec/item_detail_spec.rb".freeze, "spec/item_id_spec.rb".freeze, "spec/item_in_spec.rb".freeze, "spec/money_spec.rb".freeze, "spec/output/.gitkeep".freeze, "spec/parser_spec.rb".freeze, "spec/protocol_spec.rb".freeze, "spec/punch_out_order_message_header_spec.rb".freeze, "spec/punch_out_order_message_spec.rb".freeze, "spec/punch_out_setup_request_spec.rb".freeze, "spec/purchase_order_request_spec.rb".freeze, "spec/request_spec.rb".freeze, "spec/response_spec.rb".freeze, "spec/sender_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_spec.rb".freeze, "spec/support/helpers.rb".freeze] s.homepage = "https://github.com/officeluv/cxml-ruby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Parse/generate documents with the cXML protocol".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.81".freeze]) end