asaas-ruby 0.2.29 → 0.2.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/asaas/models/customer.rb +1 -1
- data/lib/asaas/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cab599d26ab89e3b5d67ae4e0b76172ce95fcfcfd11f5bb3172ff116d1e7b22
|
4
|
+
data.tar.gz: d6b9012cb26bfb9f40dd173ab21241f8597f84d0015f7cc0a69e06668e233047
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df42a18dca2b2fc74664336cef5cb742b982f72da484e9c81104b56158a6ec1912a10271abb23a773c5aea85cf0b2443a4b2ddb55201fc851dc83b4af30d134a
|
7
|
+
data.tar.gz: a2511966a0d45804fb5d3af221fa57edb16dfc846ad4751f8a5a4e02bc8dcc54080c16d64fd8da263713c7456c5412aed6605d770a07f3676d9fc08002ad7bfa
|
@@ -19,6 +19,6 @@ module Asaas
|
|
19
19
|
attribute :municipalInscription, Types::Coercible::String.optional.default(nil)
|
20
20
|
attribute :stateInscription, Types::Coercible::String.optional.default(nil)
|
21
21
|
attribute :groupName, Types::Coercible::String.optional.default(nil)
|
22
|
-
attribute :deleted, Types::
|
22
|
+
attribute :deleted, Types::Bool.optional.default(false)
|
23
23
|
end
|
24
24
|
end
|
data/lib/asaas/version.rb
CHANGED
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.
|
4
|
+
version: 0.2.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcos Junior
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|