bling_api 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27d162f29e177e25c375a3568e8f019c3090bc1e8e4365f2ba397e692d5d9af8
4
- data.tar.gz: 8fa35e70e66a37e5f2f7fa0fd297c050ac631fc9ec2400d9ba3b1d1711d6db2e
3
+ metadata.gz: 3a9b0f526f08f2c5b00645fe1a2e3cdb0e76391af1c2e932a3d0114d2f167e48
4
+ data.tar.gz: f2a89160bf223a8b706019331f2d4fc173afa38b0d9093ebc0c4b44e7e1598c4
5
5
  SHA512:
6
- metadata.gz: 0f9380ad598d6b0c6f9d105d13b3bd081f69e50a8dcc9819bcad9dcfb20940f081a0dd329ba96d76af8b23bef29c386c8a74e2e9e60e67d27c6d3c67d9a42099
7
- data.tar.gz: 4030fb571a210cdce2a5aa82af18d24ee286ec729e9680defd93a2a4f10daf9b3475269450111507487f95d2ef128a8846aaf92cdf410a5d561b977414e9b103
6
+ metadata.gz: e7b5e8cccc865d8a8dbc208259d94670bcfe52ea085282750780b81ca0a9bfe8799146d52c793d447cf035689a36692869e1f2dfa9adcc6fbc3c20ad0113db55
7
+ data.tar.gz: 9a7b51430e21382ff55966ff1fa3bb060d433f32a995a130b24a0748ba6eade0ed46f0d9a968bf9fdc09517df4bb4b7eb8240282e2d40428c9146acca3071cd3
@@ -15,7 +15,7 @@ module BlingApi
15
15
  end
16
16
 
17
17
  attr_reader :nome, :pessoa_juridica, :telefone, :numero_documento, :id, :email, :endereco, :endereco_cobranca, :cod_contribuinte, :situacao
18
- def initialize(nome:, pessoa_juridica:, numero_documento:, id:nil, telefone:nil, email:nil, endereco:nil, endereco_cobranca:nil, cod_contribuinte:nil, situacao:)
18
+ def initialize(nome:, pessoa_juridica:, numero_documento:, id:nil, telefone:nil, email:nil, endereco:nil, endereco_cobranca:nil, cod_contribuinte:nil, situacao:nil)
19
19
  @id = id
20
20
  @nome = nome
21
21
  @pessoa_juridica = pessoa_juridica
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bling_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio