bs2_api 0.3.1 → 0.3.2

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: b24281ad6b04a90d60a0a1d78a3fef7d4b2531c83bf8b5cbd0d44f76fd89695c
4
- data.tar.gz: 1fa297c2368031535ca9b2bce0d0758027e5798cc43cd50434db853d3cfb7cd8
3
+ metadata.gz: 9153997d692126d6fbbc902507f8a62f95feb214c2b6c815507ebbb82981e9aa
4
+ data.tar.gz: 413f69f983087e627979be0e5223688c03452e78aacc2becd913ac1c135ff169
5
5
  SHA512:
6
- metadata.gz: b1d72bedad6b846d25f93732988783b3c0eb728c20c60e09a61e6b3e5016874169bc9ec97dfdd7c3d6dcc464c929e0ef779b7a8929d75853ba25c985ade8192b
7
- data.tar.gz: c82f82b0e70840cfc502ed2420af1d099d97532684db41bdefe11f6b951c560781df5211f6542d014f27bdfbdd461ce69c25b197cf6ba394f4f487357e4c1425
6
+ metadata.gz: b667b6c8cf9d321077a6055442bf5fc5632f3a61fcc6cfaf092d42472901450ab3ce079422744a8375591946d54100412ba4002d56b3ef18fff48d74125f5f50
7
+ data.tar.gz: 84092195a3e63e5d99419bf92631361a7abcbbc94f39332d5769990ea331a2569a1bb822a8187f19cc50774101aad26a9077ae1cb4c9f552d02e19753628130b
data/bs2_api.gemspec CHANGED
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Integração com a API do BS2"
12
12
  spec.description = "Fazer transferências via PIX"
13
- spec.homepage = "https://github.com/kimpastro/bs2_api"
14
- spec.required_ruby_version = ">= 2.7.2"
13
+ spec.homepage = "https://github.com/latamgateway/bs2_api"
14
+ spec.required_ruby_version = "~> 2.7", "< 3"
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://github.com/kimpastro/bs2_api"
18
- spec.metadata["changelog_uri"] = "https://github.com/kimpastro/bs2_api/blob/main/CHANGELOG.md"
17
+ spec.metadata["source_code_uri"] = "https://github.com/latamgateway/bs2_api"
18
+ spec.metadata["changelog_uri"] = "https://github.com/latamgateway/bs2_api/blob/main/CHANGELOG.md"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bs2Api
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bs2_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kim Pastro
@@ -224,21 +224,24 @@ files:
224
224
  - lib/bs2_api/util/bank_service.rb
225
225
  - lib/bs2_api/util/banks.yml
226
226
  - lib/bs2_api/version.rb
227
- homepage: https://github.com/kimpastro/bs2_api
227
+ homepage: https://github.com/latamgateway/bs2_api
228
228
  licenses: []
229
229
  metadata:
230
- homepage_uri: https://github.com/kimpastro/bs2_api
231
- source_code_uri: https://github.com/kimpastro/bs2_api
232
- changelog_uri: https://github.com/kimpastro/bs2_api/blob/main/CHANGELOG.md
230
+ homepage_uri: https://github.com/latamgateway/bs2_api
231
+ source_code_uri: https://github.com/latamgateway/bs2_api
232
+ changelog_uri: https://github.com/latamgateway/bs2_api/blob/main/CHANGELOG.md
233
233
  post_install_message:
234
234
  rdoc_options: []
235
235
  require_paths:
236
236
  - lib
237
237
  required_ruby_version: !ruby/object:Gem::Requirement
238
238
  requirements:
239
- - - ">="
239
+ - - "~>"
240
+ - !ruby/object:Gem::Version
241
+ version: '2.7'
242
+ - - "<"
240
243
  - !ruby/object:Gem::Version
241
- version: 2.7.2
244
+ version: '3'
242
245
  required_rubygems_version: !ruby/object:Gem::Requirement
243
246
  requirements:
244
247
  - - ">="