enotas_api 4.2.0 → 4.2.1

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: bbb7d612044138f73cdb09a5721e29bbcbe75341179adc70a8c056dfe62a865e
4
- data.tar.gz: 8952d3b4bf2c0e01f47c00e04f887d4c56899751ac957a7170bf96234836ec81
3
+ metadata.gz: f44602f9239d75f6a487b1c653bf707e8bd2cc4be16247a8a9b94109d232a828
4
+ data.tar.gz: 6192bab65d26624d9f72788ecf02d9aa1c14ae7eb49f2c6bf9596eb1156ec644
5
5
  SHA512:
6
- metadata.gz: 4febcfc953b37b9c59d024a76d18dbe206b96db9b2354fb0d9fa3aad0bb353265b4a94a4730ea8018114bc7a3a997ea549222e68a27580c89938221c9c1f60c1
7
- data.tar.gz: b6e9ef30c83c4315a1d5077bf16d2134e5d5402a0b626868b915b315a8069f0a0401123d5ffcedd74cb81ee2c895e5a44d7102bb7809d531470623ab1cc3ca76
6
+ metadata.gz: 9d386e60424edc03a5c65b1c27cae85d19489768ebb0b8f85be32d8acf02ecae2edff24049e445fddf4db26a9bb449a6b6bc0f0d44f5460218a53f4669b1c930
7
+ data.tar.gz: e6fd4dbf74976bae306efa2f25bc85920b16091c7f0739c36a0c134f1103ace450af38e24ac9f984f8feebc7cef93d0b10d7ff2ea4a6123752ce4200feae823d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # 4.2.1
2
+ - Add descontos to nfe_item
1
3
  # 4.2.0
2
4
  - Add endpoints API V2 - NOTA FISCAL ELETRÔNICA DE PRODUTO (NF-E)
3
5
  # 4.1.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- enotas_api (4.2.0)
4
+ enotas_api (4.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,6 +9,7 @@ module EnotasApi
9
9
  attributes cfop: :string,
10
10
  codigo: :string,
11
11
  descricao: :string,
12
+ descontos: :decimal,
12
13
  sku: :string,
13
14
  ncm: :string,
14
15
  cest: :string,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EnotasApi
4
- VERSION = '4.2.0'
4
+ VERSION = '4.2.1'
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.0
4
+ version: 4.2.1
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-27 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Non oficial, well supported, e-notas ruby api client
14
14
  email: