focus_nfe 1.0.0 → 1.0.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: 52bbed5033ec09928bd4361f6b81913e0592bee928238021ccf74c555482b0fd
4
- data.tar.gz: b26c1868a8e89f942556332397bbb581fa60915bfdd535ceb4a71efa8eabb89d
3
+ metadata.gz: 0e515d3d1eae3219bf339c050b33e80116e2114c6a93eff4264c5206cf3203d0
4
+ data.tar.gz: 14be4d2aa409e3195ed6dc447a9ae9e627af20fe6a60b24e6c026266037b5b8d
5
5
  SHA512:
6
- metadata.gz: bdae6d394dd3525988db27e7ca9eeaec95227ee5002f37f151821ef1c602d944904f45a2f51ab23ef3488ca6d566e86ba3708c1b847a370f9b67b7060f73d32c
7
- data.tar.gz: cec18edbbe79d1dcb201831e1f7e07ddc1619bf33d1ce1a2e47af0d14140f04665a669937b1d8e4dd0347c36a320afe99635d92418e0314ebac5e351356f346b
6
+ metadata.gz: 659bb10bb057a1d2c4024f9460c435b67db49721bb9ff14ec51e7f6d9a93510254c67a1257dbea4985b70c6bbab997152ff9b638cb3f5f7a024efb8a95a5750d
7
+ data.tar.gz: 9fcc2e148ecf2892e1bf2e229f04537d8fc81f575da9fbd14a0c18bc9a06993673d34d45a9a9b10d8cc62c8eb768d34dc9ca23e24cfb4d34c94eb013c8d404ec
data/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ e versionamento em [SemVer](https://semver.org/lang/pt-BR/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.0.1] - 2026-07-03
9
+
10
+ ### Documentação
11
+
12
+ - Adiciona badges no `README` (versão da gem, CI, versão do Ruby e licença).
13
+
14
+ ### Schemas
15
+
16
+ - Atualiza o schema da NFS-e Nacional com o campo `codigo_cib_obra` (CIB da
17
+ obra) e ajusta o `codigo_cib_imovel` conforme a reforma tributária.
18
+
8
19
  ## [1.0.0] - 2026-07-03
9
20
 
10
21
  Primeira versão pública. Cliente Ruby não-oficial para a API da
data/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # FocusNfe
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/focus_nfe.svg)](https://badge.fury.io/rb/focus_nfe)
4
+ [![CI](https://github.com/wilfison/focus_nfe/actions/workflows/ci.yml/badge.svg)](https://github.com/wilfison/focus_nfe/actions/workflows/ci.yml)
5
+ [![Ruby](https://img.shields.io/badge/ruby-%3E%3D%203.3-CC342D?logo=ruby&logoColor=white)](https://www.ruby-lang.org)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.txt)
7
+
3
8
  Cliente Ruby **não-oficial** para a API da [Focus NFe](https://focusnfe.com.br) —
4
9
  serviço brasileiro de emissão de documentos fiscais eletrônicos (NFe, NFCe, NFSe,
5
10
  CTe, MDFe, NFCom, DCe e outros).
@@ -629,6 +629,14 @@
629
629
  "required": false,
630
630
  "tag": "cObra"
631
631
  },
632
+ {
633
+ "name": "codigo_cib_obra",
634
+ "description": "Código do Cadastro Imobiliário Brasileiro (CIB) da obra.",
635
+ "type": "String[8]",
636
+ "required": false,
637
+ "reforma_tributaria": true,
638
+ "tag": "cCIB"
639
+ },
632
640
  {
633
641
  "name": "cep_obra",
634
642
  "description": "Código de Endereçamento Postal numérico do endereço nacional da obra.",
@@ -1549,8 +1557,8 @@
1549
1557
  },
1550
1558
  {
1551
1559
  "name": "codigo_cib_imovel",
1552
- "description": "Código do Cadastro Imobiliário Brasileiro - CIB.",
1553
- "type": "String[1-30]",
1560
+ "description": "Código do Cadastro Imobiliário Brasileiro (CIB) do imóvel.",
1561
+ "type": "String[8]",
1554
1562
  "required": false,
1555
1563
  "reforma_tributaria": true,
1556
1564
  "tag": "cCIB"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FocusNfe
4
4
  # @return [String] versão da gem
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: focus_nfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - wilfison
@@ -414,7 +414,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
414
414
  - !ruby/object:Gem::Version
415
415
  version: '0'
416
416
  requirements: []
417
- rubygems_version: 4.0.6
417
+ rubygems_version: 3.6.9
418
418
  specification_version: 4
419
419
  summary: Cliente Ruby não-oficial para a API da Focus NFe.
420
420
  test_files: []