br_invoices_pdf 0.2.17 → 0.2.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/br_invoices_pdf/nfce/parser/emission_details.rb +1 -1
- data/lib/br_invoices_pdf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 298be27e07b387193e6a49fbd0b1e69badf4bfc0
|
4
|
+
data.tar.gz: db89d1cff2cf9d31bdf909a7e2587558f4169411
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dcd5f1177c71300991df3015951c148618fd650749002b2c766de21097a00e00616d03ec43dd145cfd6af3a446dcc8ae60c4a5f66b6043cf33170160ba1c41c
|
7
|
+
data.tar.gz: 9b7d79d7cbb32652ba965a15149e7ead92b7cb9244005fcba150574050011bc9e53e26eab12310edb732f467f7afda8fef69fb51ac4c7768b7e437428caa2006
|
data/CHANGELOG.md
CHANGED
@@ -41,7 +41,7 @@ module BrInvoicesPdf
|
|
41
41
|
emission_path = emission_root_path(xml)
|
42
42
|
|
43
43
|
hash = {
|
44
|
-
type: EMISSION_TYPES[locate_element(xml, "#{emission_path}/tpEmis").to_sym],
|
44
|
+
type: EMISSION_TYPES[(locate_element(xml, "#{emission_path}/tpEmis") || '1').to_sym],
|
45
45
|
number: locate_element(xml, "#{emission_path}/nNF"),
|
46
46
|
serie: locate_element(xml, "#{emission_path}/serie"),
|
47
47
|
emission_timestamp: locate_element_to_date(xml, "#{emission_path}/dhEmi"),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: br_invoices_pdf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Ribeiro
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-08-
|
12
|
+
date: 2018-08-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: barby
|