omie-client 0.1.8 → 0.1.9

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: 3363ec39f3eb50f1ce8f1555502c67837b6e9c89cb98ed44818fb1c4f29ffc15
4
- data.tar.gz: 3e19a18a10d814e80e274700b3d584c114dad57196daad8a37382ea5fec58021
3
+ metadata.gz: d6b8ab8d390aaaf20e0d60b18a1bc7712f05db081326ff570d79c22274c72780
4
+ data.tar.gz: 3d16f6cfe5083df91eb117a431179911847d083ee62b9ae074fc7800baba2589
5
5
  SHA512:
6
- metadata.gz: 93d808cb45297237c3cf39e461d462f32e96afdcb881f1ba0e70caaa9cb55d67202e95e9c52c5c5d1316240fa3e3bca6cd6c3631f4928cad5c2f6aa7fc89be8c
7
- data.tar.gz: 631ffe7c3e8f89fa7d9e0c56268824301b70e9f3d44470ce91e01ac273cc11e37b1e05bf291fd1824d7fe60e675b568e53f4f39dcc8c77e3ff87f31787706a26
6
+ metadata.gz: c828f93902a3e07a73f4427ce69b9aec8514050170eb310a6bbb93c26bd01a5c13624302cf01fa423b66772f928f3406e07bb4bc324620e6a78de4435751e91d
7
+ data.tar.gz: 9f1663956aa61d1cb3eec5a4d85bcb8c8c80639842c3e1b72b88f250ea5593b2da74e96694fff58d526c00c6790a56954b72c389ff06343edb20e784e3478f1c
data/lib/omie/company.rb CHANGED
@@ -28,7 +28,7 @@ module Omie
28
28
  attr_accessor :email, :cnpj_cpf, :razao_social, :contato, :nome_fantasia
29
29
  attr_accessor :codigo_cliente_integracao, :codigo_cliente_omie, :endereco
30
30
  attr_accessor :cidade, :complemento, :estado, :endereco_numero, :cep
31
- attr_accessor :codigo_pais, :bairro, :inscricao_estadual, :inativa
31
+ attr_accessor :codigo_pais, :bairro, :inscricao_estadual, :inativo
32
32
 
33
33
  # Record a new company using the
34
34
  # {https://app.omie.com.br/api/v1/geral/clientes/#IncluirCliente
data/lib/omie/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Omie
4
- VERSION = '0.1.8'
4
+ VERSION = '0.1.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omie-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peerdustry