starkbank 2.1.0 → 2.4.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starkbank
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - starkbank
@@ -79,14 +79,23 @@ files:
79
79
  - lib/boleto_holmes/log.rb
80
80
  - lib/boleto_payment/boleto_payment.rb
81
81
  - lib/boleto_payment/log.rb
82
+ - lib/brcode_payment/brcode_payment.rb
83
+ - lib/brcode_payment/log.rb
84
+ - lib/brcode_preview/brcode_preview.rb
85
+ - lib/deposit/deposit.rb
86
+ - lib/deposit/log.rb
87
+ - lib/dict_key/dict_key.rb
82
88
  - lib/error.rb
83
89
  - lib/event/event.rb
90
+ - lib/invoice/invoice.rb
91
+ - lib/invoice/log.rb
84
92
  - lib/key.rb
85
93
  - lib/payment_request/payment_request.rb
86
94
  - lib/starkbank.rb
87
95
  - lib/transaction/transaction.rb
88
96
  - lib/transfer/log.rb
89
97
  - lib/transfer/transfer.rb
98
+ - lib/user/organization.rb
90
99
  - lib/user/project.rb
91
100
  - lib/user/user.rb
92
101
  - lib/utility_payment/log.rb
@@ -101,6 +110,7 @@ files:
101
110
  - lib/utils/rest.rb
102
111
  - lib/utils/url.rb
103
112
  - lib/webhook/webhook.rb
113
+ - lib/workspace/workspace.rb
104
114
  homepage: https://github.com/starkbank/sdk-ruby
105
115
  licenses:
106
116
  - MIT