bling_api 0.1.8 → 0.1.9

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: b6b47b0339991b98086a3698ce2fbdd7efbcc8d6344b77b22916b0d0971b2add
4
- data.tar.gz: 630d034a6b911aadfcf281e8b8dee67e6949d26e95af0d837c41f4c0a7d38862
3
+ metadata.gz: d87c68853e2d722c08795ca6f7f3b6656bd4b5cfa0a7919b4a72c7c4120d378b
4
+ data.tar.gz: 3c535eac756de72762583b440526ee44ce0094eea2aacd6cb37d4a0c3be75c50
5
5
  SHA512:
6
- metadata.gz: 35d60a0ca87f7723d16a84de547089a0c44b5ce1a93d13e64b918d3623ab6c2dc16ae7fac0b67c713c4381fef9d17f7d24975a59ac67e63f716ae884b2a61c8a
7
- data.tar.gz: ea74367a751bf9a166123030edbb6322e59455efb045cfaa6d6a738bed5a59d531c0ae3e5c45ccca3448f274c818b06df245f54258069108b804abfbd5e6845f
6
+ metadata.gz: 720c746b5f398c061f485b6884e5488acdcd63680656d19bc1d30e90f778788c07875c132e3e8929ea9b201768b24b7fa473e42a377732026e98252a9ce0b5e2
7
+ data.tar.gz: 991608ed1b122c1a3f333da359426a8e652e268d3081a99cee5635b97287e6ee83a6fef83310e9927e9d27a3fa3ca111623f9ba826f5ff45ead3b553a5e048ff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bling_api (0.1.8)
4
+ bling_api (0.1.9)
5
5
  ac
6
6
  base64
7
7
 
@@ -73,7 +73,7 @@ module BlingApi
73
73
  id: json_response["id"],
74
74
  id_contato: json_response["contato"]["id"],
75
75
  pessoa_juridica: json_response.dig("contato", "tipoPessoa") == "J",
76
- numeroDocumento: json_response.dig("contato", "numeroDocumento"),
76
+ numero_documento: json_response.dig("contato", "numeroDocumento"),
77
77
  items: json_response["itens"],
78
78
  parcelas: json_response["parcelas"],
79
79
  numero_loja: json_response["numeroLoja"],
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
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: bling_api
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
  - caio