terminal-shop 3.10.6 → 3.10.7

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.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -0
  3. data/README.md +1 -1
  4. data/lib/terminal_shop/internal/util.rb +32 -2
  5. data/lib/terminal_shop/models/address_delete_params.rb +9 -1
  6. data/lib/terminal_shop/models/address_get_params.rb +9 -1
  7. data/lib/terminal_shop/models/app_delete_params.rb +9 -1
  8. data/lib/terminal_shop/models/app_get_params.rb +9 -1
  9. data/lib/terminal_shop/models/card_delete_params.rb +9 -1
  10. data/lib/terminal_shop/models/card_get_params.rb +9 -1
  11. data/lib/terminal_shop/models/order_get_params.rb +9 -1
  12. data/lib/terminal_shop/models/product_get_params.rb +9 -1
  13. data/lib/terminal_shop/models/subscription_delete_params.rb +9 -1
  14. data/lib/terminal_shop/models/subscription_get_params.rb +9 -1
  15. data/lib/terminal_shop/models/subscription_update_params.rb +9 -1
  16. data/lib/terminal_shop/models/token_delete_params.rb +9 -1
  17. data/lib/terminal_shop/models/token_get_params.rb +9 -1
  18. data/lib/terminal_shop/version.rb +1 -1
  19. data/rbi/terminal_shop/internal/util.rbi +20 -0
  20. data/rbi/terminal_shop/models/address_delete_params.rbi +16 -5
  21. data/rbi/terminal_shop/models/address_get_params.rbi +16 -5
  22. data/rbi/terminal_shop/models/app_delete_params.rbi +16 -5
  23. data/rbi/terminal_shop/models/app_get_params.rbi +16 -5
  24. data/rbi/terminal_shop/models/card_delete_params.rbi +16 -5
  25. data/rbi/terminal_shop/models/card_get_params.rbi +16 -5
  26. data/rbi/terminal_shop/models/order_get_params.rbi +16 -5
  27. data/rbi/terminal_shop/models/product_get_params.rbi +16 -5
  28. data/rbi/terminal_shop/models/subscription_delete_params.rbi +16 -5
  29. data/rbi/terminal_shop/models/subscription_get_params.rbi +16 -5
  30. data/rbi/terminal_shop/models/subscription_update_params.rbi +8 -0
  31. data/rbi/terminal_shop/models/token_delete_params.rbi +16 -5
  32. data/rbi/terminal_shop/models/token_get_params.rbi +16 -5
  33. data/sig/terminal_shop/internal/util.rbs +10 -0
  34. data/sig/terminal_shop/models/address_delete_params.rbs +11 -3
  35. data/sig/terminal_shop/models/address_get_params.rbs +11 -3
  36. data/sig/terminal_shop/models/app_delete_params.rbs +11 -3
  37. data/sig/terminal_shop/models/app_get_params.rbs +11 -3
  38. data/sig/terminal_shop/models/card_delete_params.rbs +11 -3
  39. data/sig/terminal_shop/models/card_get_params.rbs +11 -3
  40. data/sig/terminal_shop/models/order_get_params.rbs +11 -3
  41. data/sig/terminal_shop/models/product_get_params.rbs +11 -3
  42. data/sig/terminal_shop/models/subscription_delete_params.rbs +11 -3
  43. data/sig/terminal_shop/models/subscription_get_params.rbs +11 -3
  44. data/sig/terminal_shop/models/subscription_update_params.rbs +5 -0
  45. data/sig/terminal_shop/models/token_delete_params.rbs +11 -3
  46. data/sig/terminal_shop/models/token_get_params.rbs +11 -3
  47. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4f90844e115a6f6ee3579c112f27a699dfbb79619494e33fbaa1285cb853c11
4
- data.tar.gz: ff1b343d47ff97fe356c1f167820b04a1f8909af0c1f9742e20386c238b1f0c1
3
+ metadata.gz: 2f49ac57fc7d4626b688eb4c59285fa4d2ceea628f328943c2dfe258cca93346
4
+ data.tar.gz: 9f11e91589a5b2e44f17609685af05d8f0b091f0baecc105b75d2c93d0026222
5
5
  SHA512:
6
- metadata.gz: 43f59775927e994ae3326846c61f4cfa7bca952685b7b3ec38f74edecd0668b5adbd233af6e1d0c58549037dbf8a91cd09e8bd2af0316d9ab18ec6dbeca71b87
7
- data.tar.gz: 8c87b44e645e7f766899719224a262fb451d11c5cd6b994cfa87c59f4c43678e4edb408b8cbea407ec2975d393ea47816cb478a1f79a756dac9512ba0263ed90
6
+ metadata.gz: 9fecf41db24ccbc412e5b47f37e0d33f61e672c1c1f1a58aab36b9c9744629ce1df28bf7f9878d7dc4e3bd80aaf4dc4ad47b5674232e5d64878757587bf386c2
7
+ data.tar.gz: 35a9aadb094b3730cd0a3f9e0eff0908a2e0e2e73a2a55fefdd676232a2c1bcfb91f7a9b62108fa7caa5c6a94a39373acb79263b39fafeef27e114f1518eadc8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.10.7 (2026-03-28)
4
+
5
+ Full Changelog: [v3.10.6...v3.10.7](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.6...v3.10.7)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** correct multipart form field name encoding ([224326e](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/224326e1e482ca5aabe0e39ba325769b768c0a06))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** add build step ([8c76e37](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/8c76e37457b12cb2d870aa581b301b8f944637cf))
15
+ * **ci:** skip lint on metadata-only changes ([2f4a116](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/2f4a1160b959edbfa179f8d8c4eca5e56c5f58f2))
16
+ * **ci:** skip uploading artifacts on stainless-internal branches ([2930d75](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/2930d75c7f71c1fd1a6333ba9586288a8ebc298b))
17
+ * **ci:** support opting out of skipping builds on metadata-only commits ([c5b6700](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/c5b6700110df88ccee646a7a54b9a7ee3fc49132))
18
+ * **internal:** codegen related update ([1f27a1c](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/1f27a1cc83708e492621814afaf90bc22200663a))
19
+ * **internal:** codegen related update ([8521f38](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/8521f3807b115dc92e8e4805ac233be8bdecd420))
20
+ * **internal:** tweak CI branches ([6884ef4](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/6884ef4573fd5210e9272d20e96457f79a35ee47))
21
+ * **internal:** update gitignore ([5153ecc](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/5153ecc0411ad3f62d4e0a951518e31ac970b260))
22
+ * **test:** do not count install time for mock server timeout ([f6f271f](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/f6f271f21610a675a6b9a580e900d11aad7a202b))
23
+ * **tests:** bump steady to v0.19.4 ([030182a](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/030182aeb309b6dfc0cfbb37a8d481ea9647d13f))
24
+ * **tests:** bump steady to v0.19.5 ([a792461](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/a7924612c1cd6cd83ad3f4983669e58956389842))
25
+ * **tests:** bump steady to v0.19.6 ([4359140](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/435914062359e3950cea203b0fc2ebafb305c195))
26
+ * **tests:** bump steady to v0.19.7 ([7b0128f](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/7b0128fe2b1bfd6ae52c231f984445b2d643fc7d))
27
+
28
+
29
+ ### Refactors
30
+
31
+ * **tests:** switch from prism to steady ([305f4c8](https://github.com/terminaldotshop/terminal-sdk-ruby/commit/305f4c89d5399ae83cc9d3de0ddb49be00bca15e))
32
+
3
33
  ## 3.10.6 (2026-02-27)
4
34
 
5
35
  Full Changelog: [v3.10.5...v3.10.6](https://github.com/terminaldotshop/terminal-sdk-ruby/compare/v3.10.5...v3.10.6)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "terminal-shop", "~> 3.10.6"
29
+ gem "terminal-shop", "~> 3.10.7"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -490,6 +490,37 @@ module TerminalShop
490
490
  JSONL_CONTENT = %r{^application/(:?x-(?:n|l)djson)|(:?(?:x-)?jsonl)}
491
491
 
492
492
  class << self
493
+ # @api private
494
+ #
495
+ # @param query [Hash{Symbol=>Object}]
496
+ #
497
+ # @return [Hash{Symbol=>Object}]
498
+ def encode_query_params(query)
499
+ out = {}
500
+ query.each { write_query_param_element!(out, _1, _2) }
501
+ out
502
+ end
503
+
504
+ # @api private
505
+ #
506
+ # @param collection [Hash{Symbol=>Object}]
507
+ # @param key [String]
508
+ # @param element [Object]
509
+ #
510
+ # @return [nil]
511
+ private def write_query_param_element!(collection, key, element)
512
+ case element
513
+ in Hash
514
+ element.each do |name, value|
515
+ write_query_param_element!(collection, "#{key}[#{name}]", value)
516
+ end
517
+ in Array
518
+ collection[key] = element.map(&:to_s).join(",")
519
+ else
520
+ collection[key] = element.to_s
521
+ end
522
+ end
523
+
493
524
  # @api private
494
525
  #
495
526
  # @param y [Enumerator::Yielder]
@@ -540,8 +571,7 @@ module TerminalShop
540
571
  y << "Content-Disposition: form-data"
541
572
 
542
573
  unless key.nil?
543
- name = ERB::Util.url_encode(key.to_s)
544
- y << "; name=\"#{name}\""
574
+ y << "; name=\"#{key}\""
545
575
  end
546
576
 
547
577
  case val
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the shipping address to delete.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the shipping address to delete.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the shipping address to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the shipping address to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the app to delete.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the app to delete.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the app to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the app to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the card to delete.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the card to delete.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the card to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the card to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the order to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the order to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the product to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the product to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the subscription to cancel.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the subscription to cancel.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the subscription to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the subscription to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,6 +7,12 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
+ # @!attribute id
11
+ # ID of the subscription to update.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
10
16
  # @!attribute address_id
11
17
  # New shipping address ID for the subscription.
12
18
  #
@@ -25,7 +31,9 @@ module TerminalShop
25
31
  # @return [TerminalShop::Models::SubscriptionUpdateParams::Schedule::Fixed, TerminalShop::Models::SubscriptionUpdateParams::Schedule::Weekly, nil]
26
32
  optional :schedule, union: -> { TerminalShop::SubscriptionUpdateParams::Schedule }
27
33
 
28
- # @!method initialize(address_id: nil, card_id: nil, schedule: nil, request_options: {})
34
+ # @!method initialize(id:, address_id: nil, card_id: nil, schedule: nil, request_options: {})
35
+ # @param id [String] ID of the subscription to update.
36
+ #
29
37
  # @param address_id [String] New shipping address ID for the subscription.
30
38
  #
31
39
  # @param card_id [String] New payment method ID for the subscription.
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the personal token to delete.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the personal token to delete.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -7,7 +7,15 @@ module TerminalShop
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- # @!method initialize(request_options: {})
10
+ # @!attribute id
11
+ # ID of the personal token to get.
12
+ #
13
+ # @return [String]
14
+ required :id, String
15
+
16
+ # @!method initialize(id:, request_options: {})
17
+ # @param id [String] ID of the personal token to get.
18
+ #
11
19
  # @param request_options [TerminalShop::RequestOptions, Hash{Symbol=>Object}]
12
20
  end
13
21
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerminalShop
4
- VERSION = "3.10.6"
4
+ VERSION = "3.10.7"
5
5
  end
@@ -301,6 +301,26 @@ module TerminalShop
301
301
  T.let(%r{^application/(:?x-(?:n|l)djson)|(:?(?:x-)?jsonl)}, Regexp)
302
302
 
303
303
  class << self
304
+ # @api private
305
+ sig do
306
+ params(query: TerminalShop::Internal::AnyHash).returns(
307
+ TerminalShop::Internal::AnyHash
308
+ )
309
+ end
310
+ def encode_query_params(query)
311
+ end
312
+
313
+ # @api private
314
+ sig do
315
+ params(
316
+ collection: TerminalShop::Internal::AnyHash,
317
+ key: String,
318
+ element: T.anything
319
+ ).void
320
+ end
321
+ private def write_query_param_element!(collection, key, element)
322
+ end
323
+
304
324
  # @api private
305
325
  sig do
306
326
  params(
@@ -14,16 +14,27 @@ module TerminalShop
14
14
  )
15
15
  end
16
16
 
17
+ # ID of the shipping address to delete.
18
+ sig { returns(String) }
19
+ attr_accessor :id
20
+
17
21
  sig do
18
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
19
- T.attached_class
20
- )
22
+ params(
23
+ id: String,
24
+ request_options: TerminalShop::RequestOptions::OrHash
25
+ ).returns(T.attached_class)
21
26
  end
22
- def self.new(request_options: {})
27
+ def self.new(
28
+ # ID of the shipping address to delete.
29
+ id:,
30
+ request_options: {}
31
+ )
23
32
  end
24
33
 
25
34
  sig do
26
- override.returns({ request_options: TerminalShop::RequestOptions })
35
+ override.returns(
36
+ { id: String, request_options: TerminalShop::RequestOptions }
37
+ )
27
38
  end
28
39
  def to_hash
29
40
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::AddressGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the shipping address to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the shipping address to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::AppDeleteParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the app to delete.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the app to delete.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::AppGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the app to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the app to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::CardDeleteParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the card to delete.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the card to delete.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::CardGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the card to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the card to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::OrderGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the order to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the order to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::ProductGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the product to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the product to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -14,16 +14,27 @@ module TerminalShop
14
14
  )
15
15
  end
16
16
 
17
+ # ID of the subscription to cancel.
18
+ sig { returns(String) }
19
+ attr_accessor :id
20
+
17
21
  sig do
18
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
19
- T.attached_class
20
- )
22
+ params(
23
+ id: String,
24
+ request_options: TerminalShop::RequestOptions::OrHash
25
+ ).returns(T.attached_class)
21
26
  end
22
- def self.new(request_options: {})
27
+ def self.new(
28
+ # ID of the subscription to cancel.
29
+ id:,
30
+ request_options: {}
31
+ )
23
32
  end
24
33
 
25
34
  sig do
26
- override.returns({ request_options: TerminalShop::RequestOptions })
35
+ override.returns(
36
+ { id: String, request_options: TerminalShop::RequestOptions }
37
+ )
27
38
  end
28
39
  def to_hash
29
40
  end
@@ -14,16 +14,27 @@ module TerminalShop
14
14
  )
15
15
  end
16
16
 
17
+ # ID of the subscription to get.
18
+ sig { returns(String) }
19
+ attr_accessor :id
20
+
17
21
  sig do
18
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
19
- T.attached_class
20
- )
22
+ params(
23
+ id: String,
24
+ request_options: TerminalShop::RequestOptions::OrHash
25
+ ).returns(T.attached_class)
21
26
  end
22
- def self.new(request_options: {})
27
+ def self.new(
28
+ # ID of the subscription to get.
29
+ id:,
30
+ request_options: {}
31
+ )
23
32
  end
24
33
 
25
34
  sig do
26
- override.returns({ request_options: TerminalShop::RequestOptions })
35
+ override.returns(
36
+ { id: String, request_options: TerminalShop::RequestOptions }
37
+ )
27
38
  end
28
39
  def to_hash
29
40
  end
@@ -14,6 +14,10 @@ module TerminalShop
14
14
  )
15
15
  end
16
16
 
17
+ # ID of the subscription to update.
18
+ sig { returns(String) }
19
+ attr_accessor :id
20
+
17
21
  # New shipping address ID for the subscription.
18
22
  sig { returns(T.nilable(String)) }
19
23
  attr_reader :address_id
@@ -54,6 +58,7 @@ module TerminalShop
54
58
 
55
59
  sig do
56
60
  params(
61
+ id: String,
57
62
  address_id: String,
58
63
  card_id: String,
59
64
  schedule:
@@ -65,6 +70,8 @@ module TerminalShop
65
70
  ).returns(T.attached_class)
66
71
  end
67
72
  def self.new(
73
+ # ID of the subscription to update.
74
+ id:,
68
75
  # New shipping address ID for the subscription.
69
76
  address_id: nil,
70
77
  # New payment method ID for the subscription.
@@ -78,6 +85,7 @@ module TerminalShop
78
85
  sig do
79
86
  override.returns(
80
87
  {
88
+ id: String,
81
89
  address_id: String,
82
90
  card_id: String,
83
91
  schedule:
@@ -14,16 +14,27 @@ module TerminalShop
14
14
  )
15
15
  end
16
16
 
17
+ # ID of the personal token to delete.
18
+ sig { returns(String) }
19
+ attr_accessor :id
20
+
17
21
  sig do
18
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
19
- T.attached_class
20
- )
22
+ params(
23
+ id: String,
24
+ request_options: TerminalShop::RequestOptions::OrHash
25
+ ).returns(T.attached_class)
21
26
  end
22
- def self.new(request_options: {})
27
+ def self.new(
28
+ # ID of the personal token to delete.
29
+ id:,
30
+ request_options: {}
31
+ )
23
32
  end
24
33
 
25
34
  sig do
26
- override.returns({ request_options: TerminalShop::RequestOptions })
35
+ override.returns(
36
+ { id: String, request_options: TerminalShop::RequestOptions }
37
+ )
27
38
  end
28
39
  def to_hash
29
40
  end
@@ -11,16 +11,27 @@ module TerminalShop
11
11
  T.any(TerminalShop::TokenGetParams, TerminalShop::Internal::AnyHash)
12
12
  end
13
13
 
14
+ # ID of the personal token to get.
15
+ sig { returns(String) }
16
+ attr_accessor :id
17
+
14
18
  sig do
15
- params(request_options: TerminalShop::RequestOptions::OrHash).returns(
16
- T.attached_class
17
- )
19
+ params(
20
+ id: String,
21
+ request_options: TerminalShop::RequestOptions::OrHash
22
+ ).returns(T.attached_class)
18
23
  end
19
- def self.new(request_options: {})
24
+ def self.new(
25
+ # ID of the personal token to get.
26
+ id:,
27
+ request_options: {}
28
+ )
20
29
  end
21
30
 
22
31
  sig do
23
- override.returns({ request_options: TerminalShop::RequestOptions })
32
+ override.returns(
33
+ { id: String, request_options: TerminalShop::RequestOptions }
34
+ )
24
35
  end
25
36
  def to_hash
26
37
  end
@@ -106,6 +106,16 @@ module TerminalShop
106
106
  JSON_CONTENT: Regexp
107
107
  JSONL_CONTENT: Regexp
108
108
 
109
+ def encode_query_params: (
110
+ ::Hash[Symbol, top] query
111
+ ) -> ::Hash[Symbol, top]
112
+
113
+ private def write_query_param_element!: (
114
+ ::Hash[Symbol, top] collection,
115
+ String key,
116
+ top element
117
+ ) -> nil
118
+
109
119
  def self?.write_multipart_content: (
110
120
  Enumerator::Yielder y,
111
121
  val: top,
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type address_delete_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class AddressDeleteParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type address_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class AddressGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type app_delete_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class AppDeleteParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type app_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class AppGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type card_delete_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class CardDeleteParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type card_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class CardGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type order_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class OrderGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type product_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class ProductGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type subscription_delete_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class SubscriptionDeleteParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type subscription_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class SubscriptionGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -2,6 +2,7 @@ module TerminalShop
2
2
  module Models
3
3
  type subscription_update_params =
4
4
  {
5
+ id: String,
5
6
  address_id: String,
6
7
  card_id: String,
7
8
  schedule: TerminalShop::Models::SubscriptionUpdateParams::schedule
@@ -12,6 +13,8 @@ module TerminalShop
12
13
  extend TerminalShop::Internal::Type::RequestParameters::Converter
13
14
  include TerminalShop::Internal::Type::RequestParameters
14
15
 
16
+ attr_accessor id: String
17
+
15
18
  attr_reader address_id: String?
16
19
 
17
20
  def address_id=: (String) -> String
@@ -27,6 +30,7 @@ module TerminalShop
27
30
  ) -> TerminalShop::Models::SubscriptionUpdateParams::schedule
28
31
 
29
32
  def initialize: (
33
+ id: String,
30
34
  ?address_id: String,
31
35
  ?card_id: String,
32
36
  ?schedule: TerminalShop::Models::SubscriptionUpdateParams::schedule,
@@ -34,6 +38,7 @@ module TerminalShop
34
38
  ) -> void
35
39
 
36
40
  def to_hash: -> {
41
+ id: String,
37
42
  address_id: String,
38
43
  card_id: String,
39
44
  schedule: TerminalShop::Models::SubscriptionUpdateParams::schedule,
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type token_delete_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class TokenDeleteParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
@@ -1,15 +1,23 @@
1
1
  module TerminalShop
2
2
  module Models
3
3
  type token_get_params =
4
- { } & TerminalShop::Internal::Type::request_parameters
4
+ { id: String } & TerminalShop::Internal::Type::request_parameters
5
5
 
6
6
  class TokenGetParams < TerminalShop::Internal::Type::BaseModel
7
7
  extend TerminalShop::Internal::Type::RequestParameters::Converter
8
8
  include TerminalShop::Internal::Type::RequestParameters
9
9
 
10
- def initialize: (?request_options: TerminalShop::request_opts) -> void
10
+ attr_accessor id: String
11
11
 
12
- def to_hash: -> { request_options: TerminalShop::RequestOptions }
12
+ def initialize: (
13
+ id: String,
14
+ ?request_options: TerminalShop::request_opts
15
+ ) -> void
16
+
17
+ def to_hash: -> {
18
+ id: String,
19
+ request_options: TerminalShop::RequestOptions
20
+ }
13
21
  end
14
22
  end
15
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminal-shop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.6
4
+ version: 3.10.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terminal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-27 00:00:00.000000000 Z
11
+ date: 2026-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi