--- !ruby/object:Gem::Specification name: br_danfe version: !ruby/object:Gem::Version version: 0.13.1 platform: ruby authors: - ASSEINFO autorequire: bindir: bin cert_chain: [] date: 2020-04-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: barby requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.5.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.5.1 - !ruby/object:Gem::Dependency name: br_documents requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.1.3 - !ruby/object:Gem::Dependency name: i18n requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.8.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.8.6 - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: prawn requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: prawn-table requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.2 - !ruby/object:Gem::Dependency name: rqrcode requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.1 - !ruby/object:Gem::Dependency name: byebug requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 11.1.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 11.1.1 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 13.0.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 13.0.1 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 3.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 3.9.0 - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.67.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.67.0 - !ruby/object:Gem::Dependency name: rubocop-performance requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.1.0 - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.17.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.17.1 - !ruby/object:Gem::Dependency name: simplecov-html requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.10.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.10.2 description: email: asseinfo@asseinfo.com.br executables: [] extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".codeclimate.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - Dockerfile - Gemfile - Gemfile.lock - README.md - Rakefile - br_danfe.gemspec - config/locales/pt-BR.yml - docker-compose.yml - lib/br_danfe.rb - lib/br_danfe/cce.rb - lib/br_danfe/cce_lib/barcode.rb - lib/br_danfe/cce_lib/correction.rb - lib/br_danfe/cce_lib/document.rb - lib/br_danfe/cce_lib/footer.rb - lib/br_danfe/cce_lib/header.rb - lib/br_danfe/cce_lib/nfe_key.rb - lib/br_danfe/cce_lib/protocol.rb - lib/br_danfe/danfe.rb - lib/br_danfe/danfe_lib/base.rb - lib/br_danfe/danfe_lib/nfce.rb - lib/br_danfe/danfe_lib/nfce_lib/document.rb - lib/br_danfe/danfe_lib/nfce_lib/footer.rb - lib/br_danfe/danfe_lib/nfce_lib/header.rb - lib/br_danfe/danfe_lib/nfce_lib/helper.rb - lib/br_danfe/danfe_lib/nfce_lib/key.rb - lib/br_danfe/danfe_lib/nfce_lib/nfce_identification.rb - lib/br_danfe/danfe_lib/nfce_lib/product_list.rb - lib/br_danfe/danfe_lib/nfce_lib/qr_code.rb - lib/br_danfe/danfe_lib/nfce_lib/recipient.rb - lib/br_danfe/danfe_lib/nfce_lib/total_list.rb - lib/br_danfe/danfe_lib/nfe.rb - lib/br_danfe/danfe_lib/nfe_lib/cep.rb - lib/br_danfe/danfe_lib/nfe_lib/consts.rb - lib/br_danfe/danfe_lib/nfe_lib/cst.rb - lib/br_danfe/danfe_lib/nfe_lib/dest.rb - lib/br_danfe/danfe_lib/nfe_lib/det_body.rb - lib/br_danfe/danfe_lib/nfe_lib/document.rb - lib/br_danfe/danfe_lib/nfe_lib/dup.rb - lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb - lib/br_danfe/danfe_lib/nfe_lib/helper.rb - lib/br_danfe/danfe_lib/nfe_lib/icmstot.rb - lib/br_danfe/danfe_lib/nfe_lib/infadic.rb - lib/br_danfe/danfe_lib/nfe_lib/infadic_vol.rb - lib/br_danfe/danfe_lib/nfe_lib/issqn.rb - lib/br_danfe/danfe_lib/nfe_lib/phone.rb - lib/br_danfe/danfe_lib/nfe_lib/plate.rb - lib/br_danfe/danfe_lib/nfe_lib/ticket.rb - lib/br_danfe/danfe_lib/nfe_lib/transp.rb - lib/br_danfe/danfe_lib/nfe_lib/vol.rb - lib/br_danfe/danfe_lib/nfe_lib/xprod.rb - lib/br_danfe/helper.rb - lib/br_danfe/logo_config.rb - lib/br_danfe/logo_options.rb - lib/br_danfe/uf.rb - lib/br_danfe/version.rb - lib/br_danfe/xml.rb - spec/br_danfe/cce_lib/barcode_spec.rb - spec/br_danfe/cce_lib/correction_spec.rb - spec/br_danfe/cce_lib/document_spec.rb - spec/br_danfe/cce_lib/footer_spec.rb - spec/br_danfe/cce_lib/header_spec.rb - spec/br_danfe/cce_lib/nfe_key_spec.rb - spec/br_danfe/cce_lib/protocol_spec.rb - spec/br_danfe/cce_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/document_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/footer_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/header_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/helper_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/key_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/nfce_identification_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/product_list_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/qr_code_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/recipient_spec.rb - spec/br_danfe/danfe_lib/nfce_lib/total_list_spec.rb - spec/br_danfe/danfe_lib/nfce_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/cep_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/cst_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/dest_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/det_body_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/document_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/dup_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/emit_header_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/helper_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/icmstot_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/infadic_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/infadic_vol_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/issqn_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/phone_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/plate_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/ticket_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/transp_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/vol_spec.rb - spec/br_danfe/danfe_lib/nfe_lib/xprod_spec.rb - spec/br_danfe/danfe_lib/nfe_spec.rb - spec/br_danfe/danfe_spec.rb - spec/br_danfe/helper_spec.rb - spec/br_danfe/logo_config_spec.rb - spec/br_danfe/logo_options_spec.rb - spec/br_danfe/uf_spec.rb - spec/br_danfe/xml_spec.rb - spec/fixtures/cce/lib/barcode#render.pdf - spec/fixtures/cce/lib/correction#render.pdf - spec/fixtures/cce/lib/document#box.pdf - spec/fixtures/cce/lib/document#box.with.block.pdf - spec/fixtures/cce/lib/document#text.align.pdf - spec/fixtures/cce/lib/document#text.pad.pdf - spec/fixtures/cce/lib/document#text.simple.pdf - spec/fixtures/cce/lib/document#text.size.pdf - spec/fixtures/cce/lib/document#text.style.pdf - spec/fixtures/cce/lib/footer#render.pdf - spec/fixtures/cce/lib/header#render.pdf - spec/fixtures/cce/lib/nfe_key#render.pdf - spec/fixtures/cce/lib/protocol#render.pdf - spec/fixtures/cce/v1.00/cce.fixture.pdf - spec/fixtures/cce/v1.00/cce.xml - spec/fixtures/logo.png - spec/fixtures/nfce/lib/document#render.pdf - spec/fixtures/nfce/lib/footer#render-with_additional_information.pdf - spec/fixtures/nfce/lib/footer#render.pdf - spec/fixtures/nfce/lib/header#render-homologation.pdf - spec/fixtures/nfce/lib/header#render-long_name_with_logo.pdf - spec/fixtures/nfce/lib/header#render-long_name_without_logo.pdf - spec/fixtures/nfce/lib/header#render-short_name_with_logo.pdf - spec/fixtures/nfce/lib/header#render-short_name_without_logo.pdf - spec/fixtures/nfce/lib/key#render.pdf - spec/fixtures/nfce/lib/nfce_identification#render.pdf - spec/fixtures/nfce/lib/product_list#render-with_many_products.pdf - spec/fixtures/nfce/lib/product_list#render-with_many_products_and_long_names.pdf - spec/fixtures/nfce/lib/product_list#render-with_single_product.pdf - spec/fixtures/nfce/lib/product_list#render-with_single_product_and_long_name.pdf - spec/fixtures/nfce/lib/product_list_with_many_products.xml - spec/fixtures/nfce/lib/product_list_with_many_products_and_long_names.xml - spec/fixtures/nfce/lib/product_list_with_single_product.xml - spec/fixtures/nfce/lib/product_list_with_single_product_and_long_name.xml - spec/fixtures/nfce/lib/qr_code#render.pdf - spec/fixtures/nfce/lib/recipient#render-company.pdf - spec/fixtures/nfce/lib/recipient#render-consumer_without_document.pdf - spec/fixtures/nfce/lib/recipient#render-foreign.pdf - spec/fixtures/nfce/lib/recipient#render-individual.pdf - spec/fixtures/nfce/lib/recipient#render-unidentified_consumer.pdf - spec/fixtures/nfce/lib/total_list#does_not_render-payment_methods.pdf - spec/fixtures/nfce/lib/total_list#render-grouped_payment_methods.pdf - spec/fixtures/nfce/lib/total_list#render-totals.pdf - spec/fixtures/nfce/lib/total_list#render-without_payment.pdf - spec/fixtures/nfce/lib/total_list#render.pdf - spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf - spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.xml - spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf - spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.xml - spec/fixtures/nfce/v4.00/nfce.xml - spec/fixtures/nfce/v4.00/rendered_nfce.fixture.pdf - spec/fixtures/nfce/v4.00/saved_nfce.fixture.pdf - spec/fixtures/nfe/lib/dest#render-v2.00.pdf - spec/fixtures/nfe/lib/dest#render-v3.10.pdf - spec/fixtures/nfe/lib/dest#render-v4.00.pdf - spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf - spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf - spec/fixtures/nfe/lib/dest#render-with_cpf.pdf - spec/fixtures/nfe/lib/dest#render-with_ie.pdf - spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf - spec/fixtures/nfe/lib/det_body#render-csosn.pdf - spec/fixtures/nfe/lib/det_body#render-cst.pdf - spec/fixtures/nfe/lib/det_body#render-fci.pdf - spec/fixtures/nfe/lib/det_body#render-icms_st.pdf - spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf - spec/fixtures/nfe/lib/det_body#render-three_pages.pdf - spec/fixtures/nfe/lib/det_body#render-two_pages.pdf - spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf - spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf - spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf - spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf - spec/fixtures/nfe/lib/document#lcnpj-blank.pdf - spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf - spec/fixtures/nfe/lib/document#lcnpj-valid.pdf - spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf - spec/fixtures/nfe/lib/document#lie-blank.pdf - spec/fixtures/nfe/lib/document#lie-invalid.pdf - spec/fixtures/nfe/lib/document#lie-valid.pdf - spec/fixtures/nfe/lib/dup#render.pdf - spec/fixtures/nfe/lib/emit_header#render-second_page.pdf - spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf - spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf - spec/fixtures/nfe/lib/icmstot#render.pdf - spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf - spec/fixtures/nfe/lib/infadic#render-difal.pdf - spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf - spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf - spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf - spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf - spec/fixtures/nfe/lib/infadic#render.pdf - spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf - spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf - spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf - spec/fixtures/nfe/lib/issqn#render-without_issqn.pdf - spec/fixtures/nfe/lib/ticket#render.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf - spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf - spec/fixtures/nfe/lib/transp#render.pdf - spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf - spec/fixtures/nfe/lib/vol#render.pdf - spec/fixtures/nfe/v2.00/custom_options.fixture.pdf - spec/fixtures/nfe/v2.00/custom_options.fixture.xml - spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml - spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf - spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml - spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf - spec/fixtures/nfe/v2.00/nfe_with_fci.xml - spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf - spec/fixtures/nfe/v2.00/nfe_with_logo.xml - spec/fixtures/nfe/v2.00/nfe_with_ns.xml - spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf - spec/fixtures/nfe/v2.00/nfe_without_ns.xml - spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf - spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml - spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf - spec/fixtures/nfe/v3.10/with_footer.fixture.pdf - spec/fixtures/nfe/v3.10/with_footer.xml - spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf - spec/fixtures/nfe/v3.10/with_issqn.xml - spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf - spec/fixtures/nfe/v3.10/with_three_pages.xml - spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf - spec/fixtures/nfe/v3.10/without_issqn.xml - spec/spec_helper.rb - spec/support/have_same_content_of.rb homepage: http://github.com/asseinfo/br_danfe licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: DANFE pdf generator for Brazilian invoices. test_files: []