# -*- encoding: utf-8 -*- # stub: rconomic 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "rconomic".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jakob Skjerning".freeze] s.date = "2017-04-30" s.description = " Ruby wrapper for the e-conomic SOAP API, that aims at making working with the API bearable.\n\n E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/.\n".freeze s.email = "jakob@mentalized.net".freeze s.files = [".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/Gemfile.ruby-2.0".freeze, "lib/economic/account.rb".freeze, "lib/economic/cash_book.rb".freeze, "lib/economic/cash_book_entry.rb".freeze, "lib/economic/company.rb".freeze, "lib/economic/creditor.rb".freeze, "lib/economic/creditor_contact.rb".freeze, "lib/economic/creditor_entry.rb".freeze, "lib/economic/current_invoice.rb".freeze, "lib/economic/current_invoice_line.rb".freeze, "lib/economic/debtor.rb".freeze, "lib/economic/debtor_contact.rb".freeze, "lib/economic/debtor_entry.rb".freeze, "lib/economic/economic.wsdl".freeze, "lib/economic/endpoint.rb".freeze, "lib/economic/entity.rb".freeze, "lib/economic/entity/handle.rb".freeze, "lib/economic/entity/mapper.rb".freeze, "lib/economic/entry.rb".freeze, "lib/economic/invoice.rb".freeze, "lib/economic/order.rb".freeze, "lib/economic/product.rb".freeze, "lib/economic/proxies/account_proxy.rb".freeze, "lib/economic/proxies/actions/debtor_contact/all.rb".freeze, "lib/economic/proxies/actions/find_by_ci_number.rb".freeze, "lib/economic/proxies/actions/find_by_date_interval.rb".freeze, "lib/economic/proxies/actions/find_by_handle_with_number.rb".freeze, "lib/economic/proxies/actions/find_by_name.rb".freeze, "lib/economic/proxies/actions/find_by_number.rb".freeze, "lib/economic/proxies/actions/find_by_telephone_and_fax_number.rb".freeze, "lib/economic/proxies/cash_book_entry_proxy.rb".freeze, "lib/economic/proxies/cash_book_proxy.rb".freeze, "lib/economic/proxies/company_proxy.rb".freeze, "lib/economic/proxies/creditor_contact_proxy.rb".freeze, "lib/economic/proxies/creditor_entry_proxy.rb".freeze, "lib/economic/proxies/creditor_proxy.rb".freeze, "lib/economic/proxies/current_invoice_line_proxy.rb".freeze, "lib/economic/proxies/current_invoice_proxy.rb".freeze, "lib/economic/proxies/debtor_contact_proxy.rb".freeze, "lib/economic/proxies/debtor_entry_proxy.rb".freeze, "lib/economic/proxies/debtor_proxy.rb".freeze, "lib/economic/proxies/entity_proxy.rb".freeze, "lib/economic/proxies/entry_proxy.rb".freeze, "lib/economic/proxies/invoice_proxy.rb".freeze, "lib/economic/proxies/order_proxy.rb".freeze, "lib/economic/proxies/product_proxy.rb".freeze, "lib/economic/session.rb".freeze, "lib/economic/support/string.rb".freeze, "lib/rconomic.rb".freeze, "lib/rconomic/version.rb".freeze, "lib/savon_ext/request.rb".freeze, "rconomic.gemspec".freeze, "spec/economic/account_spec.rb".freeze, "spec/economic/cash_book_entry_spec.rb".freeze, "spec/economic/cash_book_spec.rb".freeze, "spec/economic/company_spec.rb".freeze, "spec/economic/creditor_contact_spec.rb".freeze, "spec/economic/creditor_entry_spec.rb".freeze, "spec/economic/creditor_spec.rb".freeze, "spec/economic/current_invoice_line_spec.rb".freeze, "spec/economic/current_invoice_spec.rb".freeze, "spec/economic/debtor_contact_spec.rb".freeze, "spec/economic/debtor_entry_spec.rb".freeze, "spec/economic/debtor_spec.rb".freeze, "spec/economic/endpoint_spec.rb".freeze, "spec/economic/entity/handle_spec.rb".freeze, "spec/economic/entity/mapper_spec.rb".freeze, "spec/economic/entity_spec.rb".freeze, "spec/economic/entry_spec.rb".freeze, "spec/economic/invoice_spec.rb".freeze, "spec/economic/order_spec.rb".freeze, "spec/economic/product_spec.rb".freeze, "spec/economic/proxies/account_proxy_spec.rb".freeze, "spec/economic/proxies/actions/debtor_contact/all_spec.rb".freeze, "spec/economic/proxies/actions/find_by_name_spec.rb".freeze, "spec/economic/proxies/cash_book_entry_proxy_spec.rb".freeze, "spec/economic/proxies/cash_book_proxy_spec.rb".freeze, "spec/economic/proxies/company_proxy_spec.rb".freeze, "spec/economic/proxies/creditor_contact_proxy_spec.rb".freeze, "spec/economic/proxies/creditor_entry_proxy_spec.rb".freeze, "spec/economic/proxies/creditor_proxy_spec.rb".freeze, "spec/economic/proxies/current_invoice_line_proxy_spec.rb".freeze, "spec/economic/proxies/current_invoice_proxy_spec.rb".freeze, "spec/economic/proxies/debtor_contact_proxy_spec.rb".freeze, "spec/economic/proxies/debtor_entry_proxy_spec.rb".freeze, "spec/economic/proxies/debtor_proxy_spec.rb".freeze, "spec/economic/proxies/entry_proxy_spec.rb".freeze, "spec/economic/proxies/invoice_proxy_spec.rb".freeze, "spec/economic/proxies/order_proxy_spec.rb".freeze, "spec/economic/proxies/product_proxy_spec.rb".freeze, "spec/economic/session_spec.rb".freeze, "spec/fixtures/account_create_from_data/success.xml".freeze, "spec/fixtures/account_delete/success.xml".freeze, "spec/fixtures/account_get_all/multiple.xml".freeze, "spec/fixtures/account_get_all/none.xml".freeze, "spec/fixtures/account_get_all/single.xml".freeze, "spec/fixtures/account_get_data/success.xml".freeze, "spec/fixtures/account_get_data_array/multiple.xml".freeze, "spec/fixtures/account_update_from_data/success.xml".freeze, "spec/fixtures/cash_book_book/success.xml".freeze, "spec/fixtures/cash_book_entry_create_creditor_invoice/success.xml".freeze, "spec/fixtures/cash_book_entry_create_creditor_payment/success.xml".freeze, "spec/fixtures/cash_book_entry_create_debtor_payment/success.xml".freeze, "spec/fixtures/cash_book_entry_create_finance_voucher/success.xml".freeze, "spec/fixtures/cash_book_entry_create_from_data/success.xml".freeze, "spec/fixtures/cash_book_entry_get_data/success.xml".freeze, "spec/fixtures/cash_book_entry_set_due_date/success.xml".freeze, "spec/fixtures/cash_book_get_all/multiple.xml".freeze, "spec/fixtures/cash_book_get_data/success.xml".freeze, "spec/fixtures/cash_book_get_data_array/multiple.xml".freeze, "spec/fixtures/cash_book_get_entries/success.xml".freeze, "spec/fixtures/cash_book_get_name/success.xml".freeze, "spec/fixtures/cash_book_update_from_data/success.xml".freeze, "spec/fixtures/company_get/success.xml".freeze, "spec/fixtures/company_get_data/success.xml".freeze, "spec/fixtures/connect/success.xml".freeze, "spec/fixtures/connect_with_token/success.xml".freeze, "spec/fixtures/creditor_contact_create_from_data/success.xml".freeze, "spec/fixtures/creditor_contact_find_by_name/multiple.xml".freeze, "spec/fixtures/creditor_contact_find_by_name/none.xml".freeze, "spec/fixtures/creditor_contact_get_data/success.xml".freeze, "spec/fixtures/creditor_create_from_data/success.xml".freeze, "spec/fixtures/creditor_entry_find_by_invoice_number/many.xml".freeze, "spec/fixtures/creditor_entry_find_by_invoice_number/single.xml".freeze, "spec/fixtures/creditor_entry_get_data/success.xml".freeze, "spec/fixtures/creditor_entry_match_entries/success.xml".freeze, "spec/fixtures/creditor_find_by_number/found.xml".freeze, "spec/fixtures/creditor_find_by_number/not_found.xml".freeze, "spec/fixtures/creditor_get_all/multiple.xml".freeze, "spec/fixtures/creditor_get_all/single.xml".freeze, "spec/fixtures/creditor_get_data/success.xml".freeze, "spec/fixtures/creditor_get_data_array/multiple.xml".freeze, "spec/fixtures/current_invoice_book/success.xml".freeze, "spec/fixtures/current_invoice_book_with_number/success.xml".freeze, "spec/fixtures/current_invoice_create_from_data/success.xml".freeze, "spec/fixtures/current_invoice_find_by_date_interval/many.xml".freeze, "spec/fixtures/current_invoice_find_by_date_interval/none.xml".freeze, "spec/fixtures/current_invoice_find_by_date_interval/single.xml".freeze, "spec/fixtures/current_invoice_get_all/multiple.xml".freeze, "spec/fixtures/current_invoice_get_all/none.xml".freeze, "spec/fixtures/current_invoice_get_all/single.xml".freeze, "spec/fixtures/current_invoice_get_data/success.xml".freeze, "spec/fixtures/current_invoice_get_data_array/multiple.xml".freeze, "spec/fixtures/current_invoice_get_data_array/single.xml".freeze, "spec/fixtures/current_invoice_line_create_from_data/success.xml".freeze, "spec/fixtures/current_invoice_line_get_data/success.xml".freeze, "spec/fixtures/debtor_contact_create_from_data/success.xml".freeze, "spec/fixtures/debtor_contact_find_by_name/multiple.xml".freeze, "spec/fixtures/debtor_contact_find_by_name/none.xml".freeze, "spec/fixtures/debtor_contact_get_data/success.xml".freeze, "spec/fixtures/debtor_create_from_data/success.xml".freeze, "spec/fixtures/debtor_entry_find_by_invoice_number/many.xml".freeze, "spec/fixtures/debtor_entry_find_by_invoice_number/single.xml".freeze, "spec/fixtures/debtor_entry_match_entries/success.xml".freeze, "spec/fixtures/debtor_find_by_ci_number/many.xml".freeze, "spec/fixtures/debtor_find_by_number/found.xml".freeze, "spec/fixtures/debtor_find_by_number/not_found.xml".freeze, "spec/fixtures/debtor_find_by_telephone_and_fax_number/found.xml".freeze, "spec/fixtures/debtor_find_by_telephone_and_fax_number/not_found.xml".freeze, "spec/fixtures/debtor_get_all/multiple.xml".freeze, "spec/fixtures/debtor_get_all/single.xml".freeze, "spec/fixtures/debtor_get_data/success.xml".freeze, "spec/fixtures/debtor_get_data_array/multiple.xml".freeze, "spec/fixtures/debtor_get_debtor_contacts/multiple.xml".freeze, "spec/fixtures/debtor_get_debtor_contacts/none.xml".freeze, "spec/fixtures/debtor_get_invoices/success.xml".freeze, "spec/fixtures/debtor_get_next_available_number/success.xml".freeze, "spec/fixtures/debtor_get_orders/none.xml".freeze, "spec/fixtures/debtor_get_orders/success.xml".freeze, "spec/fixtures/entry_find_by_date_interval/many.xml".freeze, "spec/fixtures/entry_find_by_date_interval/none.xml".freeze, "spec/fixtures/entry_find_by_date_interval/single.xml".freeze, "spec/fixtures/entry_find_by_serial_number_interval/many.xml".freeze, "spec/fixtures/entry_find_by_serial_number_interval/none.xml".freeze, "spec/fixtures/entry_find_by_serial_number_interval/single.xml".freeze, "spec/fixtures/entry_get_data/success.xml".freeze, "spec/fixtures/entry_get_last_used_serial_number/success.xml".freeze, "spec/fixtures/invoice_find_by_date_interval/many.xml".freeze, "spec/fixtures/invoice_find_by_date_interval/none.xml".freeze, "spec/fixtures/invoice_find_by_date_interval/single.xml".freeze, "spec/fixtures/invoice_get_data/success.xml".freeze, "spec/fixtures/invoice_get_data_array/multiple.xml".freeze, "spec/fixtures/invoice_get_data_array/single.xml".freeze, "spec/fixtures/invoice_get_pdf/success.xml".freeze, "spec/fixtures/invoice_get_remainder/success.xml".freeze, "spec/fixtures/order_find_by_date_interval/many.xml".freeze, "spec/fixtures/order_find_by_date_interval/none.xml".freeze, "spec/fixtures/order_find_by_date_interval/single.xml".freeze, "spec/fixtures/order_get_data/success.xml".freeze, "spec/fixtures/order_get_data_array/multiple.xml".freeze, "spec/fixtures/order_get_data_array/single.xml".freeze, "spec/fixtures/order_get_pdf/success.xml".freeze, "spec/fixtures/product_create_from_data/success.xml".freeze, "spec/fixtures/product_find_by_number/found.xml".freeze, "spec/fixtures/product_find_by_number/not_found.xml".freeze, "spec/fixtures/product_get_all/multiple.xml".freeze, "spec/fixtures/product_get_all/single.xml".freeze, "spec/fixtures/product_get_data/success.xml".freeze, "spec/fixtures/product_get_data_array/multiple.xml".freeze, "spec/spec_helper.rb".freeze, "spec/support/api_requests.rb".freeze, "spec/support/factories.rb".freeze, "spec/support/fixtures.rb".freeze] s.homepage = "https://github.com/substancelab/rconomic".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Wrapper for e-conomic.dk's SOAP API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_development_dependency(%q.freeze, ["> 3.0".freeze]) end