br_danfe 0.17.1 → 0.17.2
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/lib/br_danfe/danfe_lib/nfce_lib/header.rb +13 -12
- 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/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
- metadata +6 -6
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ASSEINFO
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-09 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
|
@@ -560,7 +560,7 @@ homepage: http://github.com/asseinfo/br_danfe
|
|
560
560
|
licenses:
|
561
561
|
- MIT
|
562
562
|
metadata: {}
|
563
|
-
post_install_message:
|
563
|
+
post_install_message:
|
564
564
|
rdoc_options: []
|
565
565
|
require_paths:
|
566
566
|
- lib
|
@@ -576,7 +576,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
576
576
|
version: '0'
|
577
577
|
requirements: []
|
578
578
|
rubygems_version: 3.1.6
|
579
|
-
signing_key:
|
579
|
+
signing_key:
|
580
580
|
specification_version: 4
|
581
581
|
summary: DANFE pdf generator for Brazilian invoices.
|
582
582
|
test_files: []
|