bs2_api 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/bs2_api.rb +2 -3
- data/lib/bs2_api/request/auth.rb +1 -1
- data/lib/bs2_api/version.rb +1 -1
- metadata +1 -3
- data/lib/bs2_api/initializers/hash.rb +0 -9
- data/lib/bs2_api/initializers/object.rb +0 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2b8b144d4d8f5045e87461029c823e9b5f5a7c3d5a9191f1e39a542ac5d7400
|
4
|
+
data.tar.gz: c9bcf3bb230b56e8a0ac0d0e2d4373ec37a49869bc1918597b36dd57d1ff5bab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4a1c8e8823be43d5c6f8a69b4817552e58e3e1a82d81780ed3a181ecae7449d6da2f0235bda18d36b2632dc7e58d06346624690efc9ed6f1b46ef526167572f
|
7
|
+
data.tar.gz: 242287b0695c77833428867361fb1a469eb912ffa0b387c8443f8fbba3db23a2bdd4aa1dbc6e9e172084166fb087ff8fbe9ff19a0cdc6260a12449963ecc7e86
|
data/Gemfile.lock
CHANGED
data/lib/bs2_api.rb
CHANGED
@@ -2,13 +2,12 @@
|
|
2
2
|
require "httparty"
|
3
3
|
require "active_support/core_ext/hash/indifferent_access"
|
4
4
|
require "active_support/core_ext/hash/except"
|
5
|
+
require "active_support/core_ext/object/to_query"
|
6
|
+
require "active_support/core_ext/object/blank"
|
5
7
|
|
6
8
|
require 'bs2_api/version'
|
7
9
|
require 'bs2_api/configuration'
|
8
10
|
|
9
|
-
require 'bs2_api/initializers/object'
|
10
|
-
require 'bs2_api/initializers/hash'
|
11
|
-
|
12
11
|
require 'bs2_api/errors/base'
|
13
12
|
require 'bs2_api/errors/invalid_pix_key'
|
14
13
|
require 'bs2_api/errors/invalid_bank'
|
data/lib/bs2_api/request/auth.rb
CHANGED
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kim Pastro
|
@@ -214,8 +214,6 @@ files:
|
|
214
214
|
- lib/bs2_api/errors/missing_configuration.rb
|
215
215
|
- lib/bs2_api/errors/server_error.rb
|
216
216
|
- lib/bs2_api/errors/unauthorized.rb
|
217
|
-
- lib/bs2_api/initializers/hash.rb
|
218
|
-
- lib/bs2_api/initializers/object.rb
|
219
217
|
- lib/bs2_api/payment/base.rb
|
220
218
|
- lib/bs2_api/payment/confirmation.rb
|
221
219
|
- lib/bs2_api/payment/key.rb
|