ultracart_api 4.1.78 → 4.1.80
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/README.md +4 -2
- data/docs/CustomerBilling.md +4 -0
- data/docs/CustomerShipping.md +4 -0
- data/docs/ItemShipping.md +2 -0
- data/lib/ultracart_api/models/customer_billing.rb +21 -1
- data/lib/ultracart_api/models/customer_shipping.rb +21 -1
- data/lib/ultracart_api/models/item_shipping.rb +11 -1
- data/lib/ultracart_api/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: bcbf4f8fb16a84e47f15f773a39cec3d640f657bcc32776ee7e20db562ee3447
|
|
4
|
+
data.tar.gz: 2192e4d544a9ff31876cdc634976ec2a9b31543ccf49fd39652dd00f325ebbba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3efbeb430638b88f25b3a68fd6fb49f2e253bbe95efe6c73c0a337eed36ffed72de3c450ac4070c5dc9380f583f301a5a4516d34b6f8bb264e78e07f9218c789
|
|
7
|
+
data.tar.gz: 4004a51b32cceb520d65e457c8ce3f1e18ebbbdfb1929956aaded697628c3d67a6eab94fc0240cfc24ac1d12d6f83c30d83af19fee8184507b8f1dcde8d4b97f
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 4.1.
|
|
10
|
+
- Package version: 4.1.80
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.80'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1698,6 +1698,8 @@ Not every change is committed to every SDK.
|
|
|
1698
1698
|
|
|
1699
1699
|
| Version | Date | Comments |
|
|
1700
1700
|
| --: | :-: | --- |
|
|
1701
|
+
| 4.1.80 | 04/22/2026 | customer - e.164 read only fields on billing/shipping child objects |
|
|
1702
|
+
| 4.1.79 | 04/21/2026 | item - one line per unit flag support |
|
|
1701
1703
|
| 4.1.78 | 04/20/2026 | conversation pbx - objects have context_merchant_id fields to linked account configs |
|
|
1702
1704
|
| 4.1.77 | 04/17/2026 | conversation - embed oauth methods |
|
|
1703
1705
|
| 4.1.76 | 04/17/2026 | conversation - embed oauth methods |
|
data/docs/CustomerBilling.md
CHANGED
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
| **customer_billing_oid** | **Integer** | Customer profile billing object identifier | [optional] |
|
|
13
13
|
| **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional] |
|
|
14
14
|
| **day_phone** | **String** | Day phone | [optional] |
|
|
15
|
+
| **day_phone_e164** | **String** | Day phone in E.164 format (derived — read only) | [optional] |
|
|
15
16
|
| **default_billing** | **Boolean** | Default billing | [optional] |
|
|
16
17
|
| **evening_phone** | **String** | Evening phone | [optional] |
|
|
18
|
+
| **evening_phone_e164** | **String** | Evening phone in E.164 format (derived — read only) | [optional] |
|
|
17
19
|
| **first_name** | **String** | First name | [optional] |
|
|
18
20
|
| **last_name** | **String** | Last name | [optional] |
|
|
19
21
|
| **last_used_dts** | **String** | Last used date | [optional] |
|
|
@@ -36,8 +38,10 @@ instance = UltracartClient::CustomerBilling.new(
|
|
|
36
38
|
customer_billing_oid: null,
|
|
37
39
|
customer_profile_oid: null,
|
|
38
40
|
day_phone: null,
|
|
41
|
+
day_phone_e164: null,
|
|
39
42
|
default_billing: null,
|
|
40
43
|
evening_phone: null,
|
|
44
|
+
evening_phone_e164: null,
|
|
41
45
|
first_name: null,
|
|
42
46
|
last_name: null,
|
|
43
47
|
last_used_dts: null,
|
data/docs/CustomerShipping.md
CHANGED
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
| **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional] |
|
|
13
13
|
| **customer_shipping_oid** | **Integer** | Customer profile shipping object identifier | [optional] |
|
|
14
14
|
| **day_phone** | **String** | Day phone | [optional] |
|
|
15
|
+
| **day_phone_e164** | **String** | Day phone in E.164 format (derived — read only) | [optional] |
|
|
15
16
|
| **default_shipping** | **Boolean** | Default shipping | [optional] |
|
|
16
17
|
| **evening_phone** | **String** | Evening phone | [optional] |
|
|
18
|
+
| **evening_phone_e164** | **String** | Evening phone in E.164 format (derived — read only) | [optional] |
|
|
17
19
|
| **first_name** | **String** | First name | [optional] |
|
|
18
20
|
| **last_name** | **String** | Last name | [optional] |
|
|
19
21
|
| **last_used_dts** | **String** | Last used date | [optional] |
|
|
@@ -36,8 +38,10 @@ instance = UltracartClient::CustomerShipping.new(
|
|
|
36
38
|
customer_profile_oid: null,
|
|
37
39
|
customer_shipping_oid: null,
|
|
38
40
|
day_phone: null,
|
|
41
|
+
day_phone_e164: null,
|
|
39
42
|
default_shipping: null,
|
|
40
43
|
evening_phone: null,
|
|
44
|
+
evening_phone_e164: null,
|
|
41
45
|
first_name: null,
|
|
42
46
|
last_name: null,
|
|
43
47
|
last_used_dts: null,
|
data/docs/ItemShipping.md
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
| **max_days_time_in_transit** | **Integer** | Maximum days allowed in transit | [optional] |
|
|
35
35
|
| **methods** | [**Array<ItemShippingMethod>**](ItemShippingMethod.md) | Methods | [optional] |
|
|
36
36
|
| **no_shipping_discount** | **Boolean** | No shipping discounts | [optional] |
|
|
37
|
+
| **one_line_per_unit** | **Boolean** | Split cart line items with quantity greater than one into individual lines of quantity one on the order | [optional] |
|
|
37
38
|
| **package_requirements** | [**Array<ItemShippingPackageRequirement>**](ItemShippingPackageRequirement.md) | Package requirements | [optional] |
|
|
38
39
|
| **perishable_class_name** | **String** | Perishable class name | [optional] |
|
|
39
40
|
| **perishable_class_oid** | **Integer** | Perishable class object identifier | [optional] |
|
|
@@ -92,6 +93,7 @@ instance = UltracartClient::ItemShipping.new(
|
|
|
92
93
|
max_days_time_in_transit: null,
|
|
93
94
|
methods: null,
|
|
94
95
|
no_shipping_discount: null,
|
|
96
|
+
one_line_per_unit: null,
|
|
95
97
|
package_requirements: null,
|
|
96
98
|
perishable_class_name: null,
|
|
97
99
|
perishable_class_oid: null,
|
|
@@ -39,12 +39,18 @@ module UltracartClient
|
|
|
39
39
|
# Day phone
|
|
40
40
|
attr_accessor :day_phone
|
|
41
41
|
|
|
42
|
+
# Day phone in E.164 format (derived — read only)
|
|
43
|
+
attr_accessor :day_phone_e164
|
|
44
|
+
|
|
42
45
|
# Default billing
|
|
43
46
|
attr_accessor :default_billing
|
|
44
47
|
|
|
45
48
|
# Evening phone
|
|
46
49
|
attr_accessor :evening_phone
|
|
47
50
|
|
|
51
|
+
# Evening phone in E.164 format (derived — read only)
|
|
52
|
+
attr_accessor :evening_phone_e164
|
|
53
|
+
|
|
48
54
|
# First name
|
|
49
55
|
attr_accessor :first_name
|
|
50
56
|
|
|
@@ -77,8 +83,10 @@ module UltracartClient
|
|
|
77
83
|
:'customer_billing_oid' => :'customer_billing_oid',
|
|
78
84
|
:'customer_profile_oid' => :'customer_profile_oid',
|
|
79
85
|
:'day_phone' => :'day_phone',
|
|
86
|
+
:'day_phone_e164' => :'day_phone_e164',
|
|
80
87
|
:'default_billing' => :'default_billing',
|
|
81
88
|
:'evening_phone' => :'evening_phone',
|
|
89
|
+
:'evening_phone_e164' => :'evening_phone_e164',
|
|
82
90
|
:'first_name' => :'first_name',
|
|
83
91
|
:'last_name' => :'last_name',
|
|
84
92
|
:'last_used_dts' => :'last_used_dts',
|
|
@@ -105,8 +113,10 @@ module UltracartClient
|
|
|
105
113
|
:'customer_billing_oid' => :'Integer',
|
|
106
114
|
:'customer_profile_oid' => :'Integer',
|
|
107
115
|
:'day_phone' => :'String',
|
|
116
|
+
:'day_phone_e164' => :'String',
|
|
108
117
|
:'default_billing' => :'Boolean',
|
|
109
118
|
:'evening_phone' => :'String',
|
|
119
|
+
:'evening_phone_e164' => :'String',
|
|
110
120
|
:'first_name' => :'String',
|
|
111
121
|
:'last_name' => :'String',
|
|
112
122
|
:'last_used_dts' => :'String',
|
|
@@ -170,6 +180,10 @@ module UltracartClient
|
|
|
170
180
|
self.day_phone = attributes[:'day_phone']
|
|
171
181
|
end
|
|
172
182
|
|
|
183
|
+
if attributes.key?(:'day_phone_e164')
|
|
184
|
+
self.day_phone_e164 = attributes[:'day_phone_e164']
|
|
185
|
+
end
|
|
186
|
+
|
|
173
187
|
if attributes.key?(:'default_billing')
|
|
174
188
|
self.default_billing = attributes[:'default_billing']
|
|
175
189
|
end
|
|
@@ -178,6 +192,10 @@ module UltracartClient
|
|
|
178
192
|
self.evening_phone = attributes[:'evening_phone']
|
|
179
193
|
end
|
|
180
194
|
|
|
195
|
+
if attributes.key?(:'evening_phone_e164')
|
|
196
|
+
self.evening_phone_e164 = attributes[:'evening_phone_e164']
|
|
197
|
+
end
|
|
198
|
+
|
|
181
199
|
if attributes.key?(:'first_name')
|
|
182
200
|
self.first_name = attributes[:'first_name']
|
|
183
201
|
end
|
|
@@ -428,8 +446,10 @@ module UltracartClient
|
|
|
428
446
|
customer_billing_oid == o.customer_billing_oid &&
|
|
429
447
|
customer_profile_oid == o.customer_profile_oid &&
|
|
430
448
|
day_phone == o.day_phone &&
|
|
449
|
+
day_phone_e164 == o.day_phone_e164 &&
|
|
431
450
|
default_billing == o.default_billing &&
|
|
432
451
|
evening_phone == o.evening_phone &&
|
|
452
|
+
evening_phone_e164 == o.evening_phone_e164 &&
|
|
433
453
|
first_name == o.first_name &&
|
|
434
454
|
last_name == o.last_name &&
|
|
435
455
|
last_used_dts == o.last_used_dts &&
|
|
@@ -448,7 +468,7 @@ module UltracartClient
|
|
|
448
468
|
# Calculates hash code according to all attributes.
|
|
449
469
|
# @return [Integer] Hash code
|
|
450
470
|
def hash
|
|
451
|
-
[address1, address2, city, company, country_code, customer_billing_oid, customer_profile_oid, day_phone, default_billing, evening_phone, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
|
|
471
|
+
[address1, address2, city, company, country_code, customer_billing_oid, customer_profile_oid, day_phone, day_phone_e164, default_billing, evening_phone, evening_phone_e164, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
|
|
452
472
|
end
|
|
453
473
|
|
|
454
474
|
# Builds the object from hash
|
|
@@ -39,12 +39,18 @@ module UltracartClient
|
|
|
39
39
|
# Day phone
|
|
40
40
|
attr_accessor :day_phone
|
|
41
41
|
|
|
42
|
+
# Day phone in E.164 format (derived — read only)
|
|
43
|
+
attr_accessor :day_phone_e164
|
|
44
|
+
|
|
42
45
|
# Default shipping
|
|
43
46
|
attr_accessor :default_shipping
|
|
44
47
|
|
|
45
48
|
# Evening phone
|
|
46
49
|
attr_accessor :evening_phone
|
|
47
50
|
|
|
51
|
+
# Evening phone in E.164 format (derived — read only)
|
|
52
|
+
attr_accessor :evening_phone_e164
|
|
53
|
+
|
|
48
54
|
# First name
|
|
49
55
|
attr_accessor :first_name
|
|
50
56
|
|
|
@@ -77,8 +83,10 @@ module UltracartClient
|
|
|
77
83
|
:'customer_profile_oid' => :'customer_profile_oid',
|
|
78
84
|
:'customer_shipping_oid' => :'customer_shipping_oid',
|
|
79
85
|
:'day_phone' => :'day_phone',
|
|
86
|
+
:'day_phone_e164' => :'day_phone_e164',
|
|
80
87
|
:'default_shipping' => :'default_shipping',
|
|
81
88
|
:'evening_phone' => :'evening_phone',
|
|
89
|
+
:'evening_phone_e164' => :'evening_phone_e164',
|
|
82
90
|
:'first_name' => :'first_name',
|
|
83
91
|
:'last_name' => :'last_name',
|
|
84
92
|
:'last_used_dts' => :'last_used_dts',
|
|
@@ -105,8 +113,10 @@ module UltracartClient
|
|
|
105
113
|
:'customer_profile_oid' => :'Integer',
|
|
106
114
|
:'customer_shipping_oid' => :'Integer',
|
|
107
115
|
:'day_phone' => :'String',
|
|
116
|
+
:'day_phone_e164' => :'String',
|
|
108
117
|
:'default_shipping' => :'Boolean',
|
|
109
118
|
:'evening_phone' => :'String',
|
|
119
|
+
:'evening_phone_e164' => :'String',
|
|
110
120
|
:'first_name' => :'String',
|
|
111
121
|
:'last_name' => :'String',
|
|
112
122
|
:'last_used_dts' => :'String',
|
|
@@ -170,6 +180,10 @@ module UltracartClient
|
|
|
170
180
|
self.day_phone = attributes[:'day_phone']
|
|
171
181
|
end
|
|
172
182
|
|
|
183
|
+
if attributes.key?(:'day_phone_e164')
|
|
184
|
+
self.day_phone_e164 = attributes[:'day_phone_e164']
|
|
185
|
+
end
|
|
186
|
+
|
|
173
187
|
if attributes.key?(:'default_shipping')
|
|
174
188
|
self.default_shipping = attributes[:'default_shipping']
|
|
175
189
|
end
|
|
@@ -178,6 +192,10 @@ module UltracartClient
|
|
|
178
192
|
self.evening_phone = attributes[:'evening_phone']
|
|
179
193
|
end
|
|
180
194
|
|
|
195
|
+
if attributes.key?(:'evening_phone_e164')
|
|
196
|
+
self.evening_phone_e164 = attributes[:'evening_phone_e164']
|
|
197
|
+
end
|
|
198
|
+
|
|
181
199
|
if attributes.key?(:'first_name')
|
|
182
200
|
self.first_name = attributes[:'first_name']
|
|
183
201
|
end
|
|
@@ -428,8 +446,10 @@ module UltracartClient
|
|
|
428
446
|
customer_profile_oid == o.customer_profile_oid &&
|
|
429
447
|
customer_shipping_oid == o.customer_shipping_oid &&
|
|
430
448
|
day_phone == o.day_phone &&
|
|
449
|
+
day_phone_e164 == o.day_phone_e164 &&
|
|
431
450
|
default_shipping == o.default_shipping &&
|
|
432
451
|
evening_phone == o.evening_phone &&
|
|
452
|
+
evening_phone_e164 == o.evening_phone_e164 &&
|
|
433
453
|
first_name == o.first_name &&
|
|
434
454
|
last_name == o.last_name &&
|
|
435
455
|
last_used_dts == o.last_used_dts &&
|
|
@@ -448,7 +468,7 @@ module UltracartClient
|
|
|
448
468
|
# Calculates hash code according to all attributes.
|
|
449
469
|
# @return [Integer] Hash code
|
|
450
470
|
def hash
|
|
451
|
-
[address1, address2, city, company, country_code, customer_profile_oid, customer_shipping_oid, day_phone, default_shipping, evening_phone, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
|
|
471
|
+
[address1, address2, city, company, country_code, customer_profile_oid, customer_shipping_oid, day_phone, day_phone_e164, default_shipping, evening_phone, evening_phone_e164, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
|
|
452
472
|
end
|
|
453
473
|
|
|
454
474
|
# Builds the object from hash
|
|
@@ -105,6 +105,9 @@ module UltracartClient
|
|
|
105
105
|
# No shipping discounts
|
|
106
106
|
attr_accessor :no_shipping_discount
|
|
107
107
|
|
|
108
|
+
# Split cart line items with quantity greater than one into individual lines of quantity one on the order
|
|
109
|
+
attr_accessor :one_line_per_unit
|
|
110
|
+
|
|
108
111
|
# Package requirements
|
|
109
112
|
attr_accessor :package_requirements
|
|
110
113
|
|
|
@@ -197,6 +200,7 @@ module UltracartClient
|
|
|
197
200
|
:'max_days_time_in_transit' => :'max_days_time_in_transit',
|
|
198
201
|
:'methods' => :'methods',
|
|
199
202
|
:'no_shipping_discount' => :'no_shipping_discount',
|
|
203
|
+
:'one_line_per_unit' => :'one_line_per_unit',
|
|
200
204
|
:'package_requirements' => :'package_requirements',
|
|
201
205
|
:'perishable_class_name' => :'perishable_class_name',
|
|
202
206
|
:'perishable_class_oid' => :'perishable_class_oid',
|
|
@@ -259,6 +263,7 @@ module UltracartClient
|
|
|
259
263
|
:'max_days_time_in_transit' => :'Integer',
|
|
260
264
|
:'methods' => :'Array<ItemShippingMethod>',
|
|
261
265
|
:'no_shipping_discount' => :'Boolean',
|
|
266
|
+
:'one_line_per_unit' => :'Boolean',
|
|
262
267
|
:'package_requirements' => :'Array<ItemShippingPackageRequirement>',
|
|
263
268
|
:'perishable_class_name' => :'String',
|
|
264
269
|
:'perishable_class_oid' => :'Integer',
|
|
@@ -434,6 +439,10 @@ module UltracartClient
|
|
|
434
439
|
self.no_shipping_discount = attributes[:'no_shipping_discount']
|
|
435
440
|
end
|
|
436
441
|
|
|
442
|
+
if attributes.key?(:'one_line_per_unit')
|
|
443
|
+
self.one_line_per_unit = attributes[:'one_line_per_unit']
|
|
444
|
+
end
|
|
445
|
+
|
|
437
446
|
if attributes.key?(:'package_requirements')
|
|
438
447
|
if (value = attributes[:'package_requirements']).is_a?(Array)
|
|
439
448
|
self.package_requirements = value
|
|
@@ -584,6 +593,7 @@ module UltracartClient
|
|
|
584
593
|
max_days_time_in_transit == o.max_days_time_in_transit &&
|
|
585
594
|
methods == o.methods &&
|
|
586
595
|
no_shipping_discount == o.no_shipping_discount &&
|
|
596
|
+
one_line_per_unit == o.one_line_per_unit &&
|
|
587
597
|
package_requirements == o.package_requirements &&
|
|
588
598
|
perishable_class_name == o.perishable_class_name &&
|
|
589
599
|
perishable_class_oid == o.perishable_class_oid &&
|
|
@@ -616,7 +626,7 @@ module UltracartClient
|
|
|
616
626
|
# Calculates hash code according to all attributes.
|
|
617
627
|
# @return [Integer] Hash code
|
|
618
628
|
def hash
|
|
619
|
-
[allow_back_order, amazon_fba, case_inner_packs, case_units, cases, collect_serial_numbers, country_code_of_origin, customs_description, customs_value, delivery_on_friday, delivery_on_monday, delivery_on_saturday, delivery_on_sunday, delivery_on_thursday, delivery_on_tuesday, delivery_on_wednesday, destination_markups, destination_restrictions, distribution_centers, eta, free_shipping, freight_class, hazmat, hold_for_transmission, include_on_packing_slip, made_to_order, made_to_order_lead_time, max_days_time_in_transit, methods, no_shipping_discount, package_requirements, perishable_class_name, perishable_class_oid, preorder, require_delivery_date, restrict_shipment_on_friday, restrict_shipment_on_monday, restrict_shipment_on_saturday, restrict_shipment_on_sunday, restrict_shipment_on_thursday, restrict_shipment_on_tuesday, restrict_shipment_on_wednesday, send_to_hold_before_fulfillment, ship_separately, ship_separately_additional_weight, ship_separately_height, ship_separately_length, ship_separately_package_special_type, ship_separately_width, special_product_type, track_inventory].hash
|
|
629
|
+
[allow_back_order, amazon_fba, case_inner_packs, case_units, cases, collect_serial_numbers, country_code_of_origin, customs_description, customs_value, delivery_on_friday, delivery_on_monday, delivery_on_saturday, delivery_on_sunday, delivery_on_thursday, delivery_on_tuesday, delivery_on_wednesday, destination_markups, destination_restrictions, distribution_centers, eta, free_shipping, freight_class, hazmat, hold_for_transmission, include_on_packing_slip, made_to_order, made_to_order_lead_time, max_days_time_in_transit, methods, no_shipping_discount, one_line_per_unit, package_requirements, perishable_class_name, perishable_class_oid, preorder, require_delivery_date, restrict_shipment_on_friday, restrict_shipment_on_monday, restrict_shipment_on_saturday, restrict_shipment_on_sunday, restrict_shipment_on_thursday, restrict_shipment_on_tuesday, restrict_shipment_on_wednesday, send_to_hold_before_fulfillment, ship_separately, ship_separately_additional_weight, ship_separately_height, ship_separately_length, ship_separately_package_special_type, ship_separately_width, special_product_type, track_inventory].hash
|
|
620
630
|
end
|
|
621
631
|
|
|
622
632
|
# Builds the object from hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.80
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|