br_danfe 0.14.5 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +16 -0
- data/lib/br_danfe/danfe.rb +8 -5
- data/lib/br_danfe/danfe_lib/base.rb +2 -2
- data/lib/br_danfe/danfe_lib/nfce.rb +14 -12
- data/lib/br_danfe/danfe_lib/nfe.rb +39 -27
- data/lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb +4 -4
- data/lib/br_danfe/helper.rb +6 -0
- data/lib/br_danfe/version.rb +1 -1
- data/spec/br_danfe/danfe_lib/nfce_spec.rb +12 -1
- data/spec/br_danfe/danfe_lib/nfe_lib/emit_header_spec.rb +2 -2
- data/spec/br_danfe/danfe_lib/nfe_spec.rb +17 -1
- data/spec/br_danfe/danfe_spec.rb +16 -0
- data/spec/fixtures/nfce/v4.00/multiples_xmls_on_the_same_pdf.pdf +1229 -0
- data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +1 -1
- data/spec/fixtures/nfe/v3.10/multiples.xmls.on.the.same.pdf.pdf +11471 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: br_danfe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ASSEINFO
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: barby
|
@@ -399,6 +399,7 @@ files:
|
|
399
399
|
- spec/fixtures/nfce/lib/total_list#render-totals.pdf
|
400
400
|
- spec/fixtures/nfce/lib/total_list#render-without_payment.pdf
|
401
401
|
- spec/fixtures/nfce/lib/total_list#render.pdf
|
402
|
+
- spec/fixtures/nfce/v4.00/multiples_xmls_on_the_same_pdf.pdf
|
402
403
|
- spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf
|
403
404
|
- spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.xml
|
404
405
|
- spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf
|
@@ -472,6 +473,7 @@ files:
|
|
472
473
|
- spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf
|
473
474
|
- spec/fixtures/nfe/v2.00/nfe_without_ns.xml
|
474
475
|
- spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf
|
476
|
+
- spec/fixtures/nfe/v3.10/multiples.xmls.on.the.same.pdf.pdf
|
475
477
|
- spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml
|
476
478
|
- spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf
|
477
479
|
- spec/fixtures/nfe/v3.10/with_footer.fixture.pdf
|
@@ -503,7 +505,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
503
505
|
- !ruby/object:Gem::Version
|
504
506
|
version: '0'
|
505
507
|
requirements: []
|
506
|
-
rubygems_version: 3.
|
508
|
+
rubygems_version: 3.1.4
|
507
509
|
signing_key:
|
508
510
|
specification_version: 4
|
509
511
|
summary: DANFE pdf generator for Brazilian invoices.
|