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 +4 -4
- data/bs2_api.gemspec +4 -4
- data/lib/bs2_api/version.rb +1 -1
- metadata +10 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9153997d692126d6fbbc902507f8a62f95feb214c2b6c815507ebbb82981e9aa
|
|
4
|
+
data.tar.gz: 413f69f983087e627979be0e5223688c03452e78aacc2becd913ac1c135ff169
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
14
|
-
spec.required_ruby_version = "
|
|
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/
|
|
18
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
|
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.
|
data/lib/bs2_api/version.rb
CHANGED
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.
|
|
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/
|
|
227
|
+
homepage: https://github.com/latamgateway/bs2_api
|
|
228
228
|
licenses: []
|
|
229
229
|
metadata:
|
|
230
|
-
homepage_uri: https://github.com/
|
|
231
|
-
source_code_uri: https://github.com/
|
|
232
|
-
changelog_uri: https://github.com/
|
|
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:
|
|
244
|
+
version: '3'
|
|
242
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
246
|
requirements:
|
|
244
247
|
- - ">="
|