asaas-ruby 0.2.25 → 0.2.26

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: 9014af80d8a4732eb528a51e063e99599dfdbbf968e40d91b2a73f747a58f13e
4
- data.tar.gz: f0b671789d112681d5067da1ffe2f8fa80e31bae950877b1e25cfe38281402c6
3
+ metadata.gz: a6ee610797c2478fde09da69873a241b94242e6593a4545080e8f18c8ecc14bd
4
+ data.tar.gz: 0df5257bbe512855715fb9ebf7f93131b660e994af03dd6708dcc3a763a320d8
5
5
  SHA512:
6
- metadata.gz: 1e4a665d100614e4a709f511d01896169e29b2f9eea12ec01e32b48469eddc00f7415462e69e472f28a647ee96e74f1a5600626541a6770691a29a92d64a81f1
7
- data.tar.gz: 9301131f39710e62a87cbb36222e5670bbc107650a5c1d2a12a6e7772c2e4754d25fcbad24396c79b6882b7119448b75fb76eb22022b50321d18102a956f3c96
6
+ metadata.gz: f3711e4c22b7f5519d8bd77a33d9117eb27f938daba4617b98cda4151cf341ce1f7ff2216bf51697e5636e06ccc2e654c3590467e84eec067c8e07aa12c1552a
7
+ data.tar.gz: 9c92a2e2fd8c50b7c052cda60a82a5d99d7992c1509398f28a539d8b54e64973838d770acde4208267637cce89a05bb5600f9ac652b72e89165ba1f02c947bce
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.4
1
+ 2.3.1
@@ -17,6 +17,7 @@ module Asaas
17
17
  attribute :country, String
18
18
  attribute :postalCode, String
19
19
  attribute :cpfCnpj, String
20
+ attribute :birthDate, String
20
21
  attribute :personType, String
21
22
  attribute :companyType, String
22
23
  attribute :apiKey, String
data/lib/asaas/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Asaas
2
- VERSION = '0.2.25'
2
+ VERSION = '0.2.26'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asaas-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.25
4
+ version: 0.2.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Junior
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-09-09 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  - !ruby/object:Gem::Version
254
254
  version: '0'
255
255
  requirements: []
256
- rubygems_version: 3.2.17
256
+ rubygems_version: 3.0.9
257
257
  signing_key:
258
258
  specification_version: 4
259
259
  summary: Asass.com Ruby API Wrapper