br_danfe 0.17.1 → 0.17.4
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 +8 -6
- data/lib/br_danfe/danfe_lib/nfce_lib/header.rb +13 -12
- data/lib/br_danfe/danfe_lib/nfe_lib/emit_header.rb +2 -2
- data/lib/br_danfe/version.rb +1 -1
- data/spec/br_danfe/danfe_lib/nfce_lib/header_spec.rb +3 -1
- data/spec/br_danfe/danfe_lib/nfce_spec.rb +2 -1
- data/spec/br_danfe/danfe_lib/nfe_lib/emit_header_spec.rb +18 -0
- data/spec/fixtures/nfce/lib/header#render-homologation.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-long_name_with_logo.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-long_name_without_logo.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-short_name_with_logo.pdf +0 -0
- data/spec/fixtures/nfce/lib/header#render-short_name_without_logo.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/multiples_xmls_on_the_same_pdf.pdf +172 -172
- data/spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/rendered_nfce.fixture.pdf +0 -0
- data/spec/fixtures/nfce/v4.00/saved_nfce.fixture.pdf +0 -0
- data/spec/fixtures/nfe/lib/emit_header#render-nfe_key.pdf +945 -0
- metadata +7 -6
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.17.
|
4
|
+
version: 0.17.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ASSEINFO
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: barby
|
@@ -262,7 +262,7 @@ dependencies:
|
|
262
262
|
- - '='
|
263
263
|
- !ruby/object:Gem::Version
|
264
264
|
version: 0.10.2
|
265
|
-
description:
|
265
|
+
description:
|
266
266
|
email: asseinfo@asseinfo.com.br
|
267
267
|
executables:
|
268
268
|
- _guard-core
|
@@ -503,6 +503,7 @@ files:
|
|
503
503
|
- spec/fixtures/nfe/lib/document#lie-invalid.pdf
|
504
504
|
- spec/fixtures/nfe/lib/document#lie-valid.pdf
|
505
505
|
- spec/fixtures/nfe/lib/dup#render.pdf
|
506
|
+
- spec/fixtures/nfe/lib/emit_header#render-nfe_key.pdf
|
506
507
|
- spec/fixtures/nfe/lib/emit_header#render-second_page.pdf
|
507
508
|
- spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf
|
508
509
|
- spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf
|
@@ -560,7 +561,7 @@ homepage: http://github.com/asseinfo/br_danfe
|
|
560
561
|
licenses:
|
561
562
|
- MIT
|
562
563
|
metadata: {}
|
563
|
-
post_install_message:
|
564
|
+
post_install_message:
|
564
565
|
rdoc_options: []
|
565
566
|
require_paths:
|
566
567
|
- lib
|
@@ -576,7 +577,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
576
577
|
version: '0'
|
577
578
|
requirements: []
|
578
579
|
rubygems_version: 3.1.6
|
579
|
-
signing_key:
|
580
|
+
signing_key:
|
580
581
|
specification_version: 4
|
581
582
|
summary: DANFE pdf generator for Brazilian invoices.
|
582
583
|
test_files: []
|