enotas_nfe 0.0.15 → 0.0.16

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
  SHA1:
3
- metadata.gz: 88b73f75a045a75f3b7ac985a8e8668cd4485d5c
4
- data.tar.gz: 4e60f2b790e5139f8c3cc1689e8414aaa51599fb
3
+ metadata.gz: 412f65731e9e70616efbcf9dbc63322d2b394902
4
+ data.tar.gz: 3ad9a972b1e64d7ca5447ad804e761c602f26a90
5
5
  SHA512:
6
- metadata.gz: 0e9af4694012e2785aeb2c4a5ba1c81155610a8110fcdb91b6dc411decdf67776d9b7cda2c82e50799e675eb091247a852eedd6f2ba9b947270f1deb3dd4607d
7
- data.tar.gz: 7afd65b1ede9b7dd8bfadd289e1c1abf92163df33b3032ceee855628119913ae90ce82aac0c54f5b97ff7df13af496890c45e19b1f72c7cc33fc244f7bf96285
6
+ metadata.gz: 75e29d5bb0e4982ada961b79b00a30c88c9f2995268132dec1c7cacc32e3dd69303e3373dbda9e1396f4eccb31c9361ba181df7ce8ab3317e79cfd7fa67e13c5
7
+ data.tar.gz: 7ff9a380b9d161fee5ca442cb65ef071103e8aadb38aacac84833ab8fc42d8c79a4f72378bf7d1a12a8a8eac7cee08076e704d6174021273858bab878c949a6b
@@ -12,22 +12,30 @@ module EnotasNfe
12
12
  include Virtus.model
13
13
 
14
14
  attribute :id #Em casos de atualização o identificador único da empresa deve ser informado, atributo "id".
15
+ attribute :idExterno, String
15
16
  attribute :empresaId, String
16
- attribute :logotipo, Faraday::UploadIO
17
- attribute :cnpj, String
18
- attribute :inscricaoMunicipal, String
19
17
  attribute :razaoSocial, String
20
18
  attribute :nomeFantasia, String
21
- attribute :optanteSimplesNacional, Boolean
19
+ attribute :logotipo, Faraday::UploadIO
20
+ attribute :cnpj, String
22
21
  attribute :email, String
23
22
  attribute :telefoneComercial, String
24
- attribute :endereco, Endereco
25
23
  attribute :enviarEmailCliente, Boolean
24
+ attribute :endereco, Endereco
25
+ attribute :inscricaoMunicipal, String
26
+ attribute :inscricaoEstadual, String
27
+ attribute :regimeEspecialTributacao, String
28
+ attribute :descricaoServico, String
29
+ attribute :codigoServicoMunicipal, String
30
+ attribute :itemListaServicoLC116, String
31
+ attribute :cnae, String
32
+ attribute :aedf, String
33
+ attribute :aliquotaIss, Float
34
+ attribute :optanteSimplesNacional, Boolean
35
+ attribute :incentivadorCultural, Boolean
26
36
  attribute :emissaoNFeConsumidor, EmissaoNFeConsumidor
27
37
  attribute :configuracoesNFSeHomologacao, ConfiguracoesNFSeHomologacao
28
38
  attribute :configuracoesNFSeProducao, ConfiguracoesNFSeProducao
29
- attribute :incentivadorCultural, Boolean
30
-
31
39
  end
32
40
  end
33
41
  end
@@ -1,3 +1,3 @@
1
1
  module EnotasNfe
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enotas_nfe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Fernando Pimenta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-16 00:00:00.000000000 Z
11
+ date: 2018-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler