razorpay 3.0.0 → 3.0.1

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,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: razorpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhay Rana
8
8
  - Harman Singh
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-06-03 00:00:00.000000000 Z
12
+ date: 2023-10-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -26,7 +26,7 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0.14'
28
28
  - !ruby/object:Gem::Dependency
29
- name: coveralls
29
+ name: coveralls_reborn
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
@@ -67,6 +67,20 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '12.0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: simplecov-cobertura
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: '0'
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
70
84
  - !ruby/object:Gem::Dependency
71
85
  name: rubocop
72
86
  requirement: !ruby/object:Gem::Requirement
@@ -105,6 +119,8 @@ extra_rdoc_files: []
105
119
  files:
106
120
  - ".editorconfig"
107
121
  - ".github/dependabot.yml"
122
+ - ".github/pull_request_template.md"
123
+ - ".github/workflows/ci.yml"
108
124
  - ".github/workflows/ruby.yml"
109
125
  - ".gitignore"
110
126
  - ".rubocop.yml"
@@ -157,6 +173,7 @@ files:
157
173
  - lib/razorpay/order.rb
158
174
  - lib/razorpay/payment.rb
159
175
  - lib/razorpay/payment_link.rb
176
+ - lib/razorpay/payment_method.rb
160
177
  - lib/razorpay/plan.rb
161
178
  - lib/razorpay/qr_code.rb
162
179
  - lib/razorpay/refund.rb
@@ -180,6 +197,7 @@ files:
180
197
  - test/fixtures/fake_addon.json
181
198
  - test/fixtures/fake_captured_payment.json
182
199
  - test/fixtures/fake_card.json
200
+ - test/fixtures/fake_create_upi_payment.json
183
201
  - test/fixtures/fake_customer.json
184
202
  - test/fixtures/fake_customer_edited.json
185
203
  - test/fixtures/fake_direct_transfer.json
@@ -214,6 +232,7 @@ files:
214
232
  - test/fixtures/fake_transfer.json
215
233
  - test/fixtures/fake_transfer_reverse.json
216
234
  - test/fixtures/fake_update_payment.json
235
+ - test/fixtures/fake_validate_vpa.json
217
236
  - test/fixtures/fake_virtual_account.json
218
237
  - test/fixtures/fake_virtual_account_allowed.json
219
238
  - test/fixtures/fake_virtual_account_closed.json
@@ -230,6 +249,7 @@ files:
230
249
  - test/fixtures/payment_collection_with_one_payment.json
231
250
  - test/fixtures/payment_link_collection.json
232
251
  - test/fixtures/payment_link_response.json
252
+ - test/fixtures/payment_methods_collection.json
233
253
  - test/fixtures/plan_collection.json
234
254
  - test/fixtures/qrcode_collection.json
235
255
  - test/fixtures/qrcode_payments_collection.json
@@ -271,7 +291,7 @@ homepage: https://razorpay.com/
271
291
  licenses:
272
292
  - MIT
273
293
  metadata: {}
274
- post_install_message:
294
+ post_install_message:
275
295
  rdoc_options: []
276
296
  require_paths:
277
297
  - lib
@@ -286,8 +306,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
286
306
  - !ruby/object:Gem::Version
287
307
  version: '0'
288
308
  requirements: []
289
- rubygems_version: 3.3.8
290
- signing_key:
309
+ rubygems_version: 3.3.26
310
+ signing_key:
291
311
  specification_version: 4
292
312
  summary: Razorpay's Ruby API
293
313
  test_files:
@@ -303,6 +323,7 @@ test_files:
303
323
  - test/fixtures/fake_addon.json
304
324
  - test/fixtures/fake_captured_payment.json
305
325
  - test/fixtures/fake_card.json
326
+ - test/fixtures/fake_create_upi_payment.json
306
327
  - test/fixtures/fake_customer.json
307
328
  - test/fixtures/fake_customer_edited.json
308
329
  - test/fixtures/fake_direct_transfer.json
@@ -337,6 +358,7 @@ test_files:
337
358
  - test/fixtures/fake_transfer.json
338
359
  - test/fixtures/fake_transfer_reverse.json
339
360
  - test/fixtures/fake_update_payment.json
361
+ - test/fixtures/fake_validate_vpa.json
340
362
  - test/fixtures/fake_virtual_account.json
341
363
  - test/fixtures/fake_virtual_account_allowed.json
342
364
  - test/fixtures/fake_virtual_account_closed.json
@@ -353,6 +375,7 @@ test_files:
353
375
  - test/fixtures/payment_collection_with_one_payment.json
354
376
  - test/fixtures/payment_link_collection.json
355
377
  - test/fixtures/payment_link_response.json
378
+ - test/fixtures/payment_methods_collection.json
356
379
  - test/fixtures/plan_collection.json
357
380
  - test/fixtures/qrcode_collection.json
358
381
  - test/fixtures/qrcode_payments_collection.json