enotas_api 4.2.1 → 4.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f44602f9239d75f6a487b1c653bf707e8bd2cc4be16247a8a9b94109d232a828
4
- data.tar.gz: 6192bab65d26624d9f72788ecf02d9aa1c14ae7eb49f2c6bf9596eb1156ec644
3
+ metadata.gz: 7b0dc746d3d06955d13641938c42326e2805ae0a8bc171071643a475652e0bc1
4
+ data.tar.gz: 3c71377fab39adf4af765b9b6701315b5094df776d18e411f62edb4a29ab40ac
5
5
  SHA512:
6
- metadata.gz: 9d386e60424edc03a5c65b1c27cae85d19489768ebb0b8f85be32d8acf02ecae2edff24049e445fddf4db26a9bb449a6b6bc0f0d44f5460218a53f4669b1c930
7
- data.tar.gz: e6fd4dbf74976bae306efa2f25bc85920b16091c7f0739c36a0c134f1103ace450af38e24ac9f984f8feebc7cef93d0b10d7ff2ea4a6123752ce4200feae823d
6
+ metadata.gz: 2bcb918409da33397062242c1a2d7786d11321b6a39d89cd7493288c23ffd95730aae88dde9189f17aec0d685d2ad64b9d9fb857ddd13c4143a9bc89cb0b4b4e
7
+ data.tar.gz: a6df807a66e17cf32a0acd4bb5266c2310ac6126683bc8d503cc7618da5b621ce2797ff94cf227d4b05956ab16387230d66fec24020050a8a8e4f3058b38472e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # 4.2.2
2
+ - Alter type dataEmissao in nfe
1
3
  # 4.2.1
2
4
  - Add descontos to nfe_item
3
5
  # 4.2.0
@@ -15,7 +15,7 @@ module EnotasApi
15
15
  consumidorFinal: :boolean,
16
16
  enviarPorEmail: :boolean,
17
17
  nfeReferenciada: NfeReferenciada,
18
- dataEmissao: :string,
18
+ dataEmissao: :datetime,
19
19
  cliente: NfeCliente,
20
20
  itens: :array,
21
21
  informacoesAdicionais: :string
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EnotasApi
4
- VERSION = '4.2.1'
4
+ VERSION = '4.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enotas_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Bohrer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-30 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Non oficial, well supported, e-notas ruby api client
14
14
  email: