bling_api 2.0.0 → 2.0.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: 8c36554ff0861c3cd2467333b5085abf0c3a8ab06a720dd6e184e7aaf107843d
4
- data.tar.gz: b1cf370a7297d9fd8cb6b93c33c959a299c6850c545e501f6622715e9fd4a003
3
+ metadata.gz: 7a5008dded075838edc4fe14688e5446bb7b141fddd1341c8145897558046d52
4
+ data.tar.gz: 2540b2ef105be962a26f37350c5130dd90b3da3dccf90d760a25f52a2f19cd8e
5
5
  SHA512:
6
- metadata.gz: 36d40b1644b4bc370673a66b90018a10593d8481787fa7458c301d72ef0609df5996c47b144561b3d21d4984017413d901d6199f441c8e21c2b5c973e27b8b54
7
- data.tar.gz: 34171555cd7c7a60e54e4013b8b27195aebc932ef91441cb6f482129a805916015c551b743cd367e53cbbc9f42eabd3bb71348883f2350adb106b0a48578d97e
6
+ metadata.gz: 88cb655b7b192b5c3870be22d088b8c3150e1ec63c23ff55dbac97e0467def9724a6bc3a485efd460fababf0b86b2f4dd826427c926eeb77b675a62c207fc9b1
7
+ data.tar.gz: 8801c6cd569c465113291129fd4b1b110d0d4aa69a6ba57a0a3fcedfe7c87013fcf2da1a976585c7d251e6ef82f4f0f695991e4acb9119b6d23d4d1d41a7b230
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bling_api (2.0.0)
4
+ bling_api (2.0.1)
5
5
  ac
6
6
  base64
7
7
 
@@ -1,6 +1,6 @@
1
1
  module BlingApi
2
2
  class Client < Ac::Base
3
- BASE_URL = "https://www.bling.com.br/Api/v3"
3
+ BASE_URL = "https://api.bling.com.br/Api/v3"
4
4
  SAVE_RESPONSES = true
5
5
 
6
6
  def initialize(client_id:, client_secret:, refresh_token: nil, access_token: nil, token_expires_at: nil)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.6.9
83
+ rubygems_version: 3.6.7
84
84
  specification_version: 4
85
85
  summary: ''
86
86
  test_files: []