enotas_api 4.2.1 → 4.2.3

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: ba2f1a8c3997f7213753c78dd3826e503070ed0fa470d0763a908ef08055ec4b
4
+ data.tar.gz: e792da884f4ca624e40627fc76e2e0cbf67e7440c93fbaaf251ee13237420361
5
5
  SHA512:
6
- metadata.gz: 9d386e60424edc03a5c65b1c27cae85d19489768ebb0b8f85be32d8acf02ecae2edff24049e445fddf4db26a9bb449a6b6bc0f0d44f5460218a53f4669b1c930
7
- data.tar.gz: e6fd4dbf74976bae306efa2f25bc85920b16091c7f0739c36a0c134f1103ace450af38e24ac9f984f8feebc7cef93d0b10d7ff2ea4a6123752ce4200feae823d
6
+ metadata.gz: 46084be371fd736374088961a88051a2e1c8932e87268a94feeadaca48fc5205a02bb9981f3da3482db65b625973fb65f13018a7633116e9bd9bdcfd8eafdae1
7
+ data.tar.gz: af7cd769c35738070c3083abf441c775f535c38bba0ea880e5ba6f3983e1ed9d3f0225e7186b3c599ef05ade92aa29e7a3689afa4c2ef4db5852638fed726589
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 4.2.3
2
+ - Fix test nfe
3
+ - Rename v2/consultar_nfs to v2/consultar_nf
4
+ # 4.2.2
5
+ - Alter type dataEmissao in nfe
1
6
  # 4.2.1
2
7
  - Add descontos to nfe_item
3
8
  # 4.2.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- enotas_api (4.2.1)
4
+ enotas_api (4.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.3'
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.3
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-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Non oficial, well supported, e-notas ruby api client
14
14
  email:
@@ -77,7 +77,7 @@ files:
77
77
  - lib/enotas_api/v1/vincular_logotipo.rb
78
78
  - lib/enotas_api/v2/cancelar_nf.rb
79
79
  - lib/enotas_api/v2/consultar_empresa.rb
80
- - lib/enotas_api/v2/consultar_nfs.rb
80
+ - lib/enotas_api/v2/consultar_nf.rb
81
81
  - lib/enotas_api/v2/emitir_nf.rb
82
82
  - lib/enotas_api/v2/entities/empresa.rb
83
83
  - lib/enotas_api/v2/entities/empresa_configuracoes.rb