square.rb 24.0.0.20221019 → 25.0.0.20221116
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/lib/square/api/base_api.rb +1 -1
- data/lib/square/api/booking_custom_attributes_api.rb +555 -0
- data/lib/square/api/catalog_api.rb +22 -2
- data/lib/square/api/customers_api.rb +17 -13
- data/lib/square/api/order_custom_attributes_api.rb +601 -0
- data/lib/square/api/orders_api.rb +2 -2
- data/lib/square/client.rb +14 -2
- data/lib/square/configuration.rb +1 -1
- data/lib/square.rb +2 -0
- metadata +8 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: square.rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 25.0.0.20221116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Square Developer Platform
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logging
|
@@ -182,9 +182,9 @@ dependencies:
|
|
182
182
|
- - "~>"
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '1.0'
|
185
|
-
description:
|
186
|
-
|
187
|
-
|
185
|
+
description: ''
|
186
|
+
email:
|
187
|
+
- developers@squareup.com
|
188
188
|
executables: []
|
189
189
|
extensions: []
|
190
190
|
extra_rdoc_files: []
|
@@ -195,6 +195,7 @@ files:
|
|
195
195
|
- lib/square/api/apple_pay_api.rb
|
196
196
|
- lib/square/api/bank_accounts_api.rb
|
197
197
|
- lib/square/api/base_api.rb
|
198
|
+
- lib/square/api/booking_custom_attributes_api.rb
|
198
199
|
- lib/square/api/bookings_api.rb
|
199
200
|
- lib/square/api/cards_api.rb
|
200
201
|
- lib/square/api/cash_drawers_api.rb
|
@@ -217,6 +218,7 @@ files:
|
|
217
218
|
- lib/square/api/merchants_api.rb
|
218
219
|
- lib/square/api/mobile_authorization_api.rb
|
219
220
|
- lib/square/api/o_auth_api.rb
|
221
|
+
- lib/square/api/order_custom_attributes_api.rb
|
220
222
|
- lib/square/api/orders_api.rb
|
221
223
|
- lib/square/api/payments_api.rb
|
222
224
|
- lib/square/api/payouts_api.rb
|
@@ -257,7 +259,7 @@ files:
|
|
257
259
|
- test/api/test_refunds_api.rb
|
258
260
|
- test/http_response_catcher.rb
|
259
261
|
- test/test_helper.rb
|
260
|
-
homepage:
|
262
|
+
homepage: ''
|
261
263
|
licenses:
|
262
264
|
- Apache-2.0
|
263
265
|
metadata: {}
|