bling_api 2.3.0 → 2.3.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: a7e762dd1956efeec3161dc2b678aacdbc9a6a11d546fcc9c48f468f17215cba
4
- data.tar.gz: 69a4d33099ae1f0ea2143f6b40ef66be7bbbf3243e859774a3ff78c65ef14d92
3
+ metadata.gz: 224ef445776453ccd59d8ec185e7f8aeaeb54fd7ec90e86fa8594900d8c0e6a2
4
+ data.tar.gz: 97099266dfdcbc8cb5f19b8c25ddfdf9bc8a601929b1e85162ce45d83db1acc8
5
5
  SHA512:
6
- metadata.gz: e097a731673c4b7fed358ade047fd46d9420158ed3a61829fdae4177ab0ffcc295dc11659a3f8f407238569659c347140b2da848cd8aaf2519f24ae1b11e5819
7
- data.tar.gz: d0cff173f877a3eb97dcc679ca8cbbcfaf64b95d17aafabdfc6eb2fff89e801ba1b596431fb2f78d436e1c8b812687dc14d8a01706681e255fd5598a33d8cf49
6
+ metadata.gz: efb6aa5554639510f23263167edc11834a8bc06c112516ae3670af9b75e461549336eb9a3e63821ef7085f086b96e5fc786d5b2fb555162d6edd93dcef64db00
7
+ data.tar.gz: 383197c1d4619be3eb40d52a70c308609f4f9b895889bd55ba94159dd94e8ecfe9f48bd10eab24eecaa07ede02d09b666342d33184ac0470a362318fdc7d7701
@@ -108,8 +108,8 @@ module BlingApi
108
108
  tiposContato: tipos_contato || contact.tiposContato,
109
109
  pessoasContato: pessoas_contato || contact.pessoasContato,
110
110
  financeiro: {
111
- limite_credito: limite_credito || contact.financeiro.limiteCredito,
112
- condicao_pagamento: condicao_pagamento || contact.financeiro.condicaoPagamento,
111
+ limiteCredito: limite_credito || contact.financeiro.limiteCredito,
112
+ condicaoPagamento: condicao_pagamento || contact.financeiro.condicaoPagamento,
113
113
  categoria: {
114
114
  id: financeiro_categoria_id || contact.financeiro.categoria.id
115
115
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "2.3.0"
4
+ VERSION = "2.3.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bling_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2026-05-19 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: ac
@@ -52,7 +51,6 @@ dependencies:
52
51
  - - ">="
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
- description:
56
54
  email:
57
55
  - caioif4@gmail.com
58
56
  executables: []
@@ -82,7 +80,6 @@ licenses:
82
80
  metadata:
83
81
  homepage_uri: https://github.com/CaioGarcia1
84
82
  source_code_uri: https://github.com/CaioGarcia1
85
- post_install_message:
86
83
  rdoc_options: []
87
84
  require_paths:
88
85
  - lib
@@ -97,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
94
  - !ruby/object:Gem::Version
98
95
  version: '0'
99
96
  requirements: []
100
- rubygems_version: 3.5.3
101
- signing_key:
97
+ rubygems_version: 3.6.7
102
98
  specification_version: 4
103
99
  summary: ''
104
100
  test_files: []