dodopayments 2.4.0 → 2.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4536f0effec2845cc577e915e513fd707212965ba56cbdca4009f8eb8113bccf
4
- data.tar.gz: 2e195536a171409b4e8a774a6e94df7f10e132338c7c6676309a4fb9cde72bc9
3
+ metadata.gz: ec47e5ed5d7a92edd6f7f61c24562362099dd5980fa2c2dc2293003799f91d59
4
+ data.tar.gz: 112e0708dc5ff423e0e9b46c74476bf2d030a98f67faae94e2b62a7304e3f0e7
5
5
  SHA512:
6
- metadata.gz: 6c71eea5a3f83802121f9c7f52630085f4d32ed676da3d1d7d92f0db4787f5ee77adb3208b685c13f727caa11b1af6936c55dd8b6b600b21bd1d40e18ad79223
7
- data.tar.gz: dd9b81433d09525d736470774a900aefc2234b935db545f95d0c1a0bb3f8826b7f1f1c3adc5383bf0703264c46e5403dcb16a15b60bf3c7680d1fe85539b33c4
6
+ metadata.gz: 392377d8410ada093c499f134ee47fd7b847066bf7b945754ef058620080c97ebceff5dedfc4fb2ecfa914831dd34b1c51f7d264993cf32c9590be628268a534
7
+ data.tar.gz: 9b7cd6bfbae18f7963bda587ceae29ac0459f150b97a5160ddfcf9a8eba9bf5643cbe55483aaa471d42c2b69aa7ec82881b887140c53fad58f9aa34f818b321b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.4.1 (2026-03-27)
4
+
5
+ Full Changelog: [v2.4.0...v2.4.1](https://github.com/dodopayments/dodopayments-ruby/compare/v2.4.0...v2.4.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** correct multipart form field name encoding ([c8ce307](https://github.com/dodopayments/dodopayments-ruby/commit/c8ce307005fec7624c59fa411a186f9d0047d61c))
10
+
3
11
  ## 2.4.0 (2026-03-25)
4
12
 
5
13
  Full Changelog: [v2.3.0...v2.4.0](https://github.com/dodopayments/dodopayments-ruby/compare/v2.3.0...v2.4.0)
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 "dodopayments", "~> 2.4.0"
29
+ gem "dodopayments", "~> 2.4.1"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -571,8 +571,7 @@ module Dodopayments
571
571
  y << "Content-Disposition: form-data"
572
572
 
573
573
  unless key.nil?
574
- name = ERB::Util.url_encode(key.to_s)
575
- y << "; name=\"#{name}\""
574
+ y << "; name=\"#{key}\""
576
575
  end
577
576
 
578
577
  case val
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dodopayments
4
- VERSION = "2.4.0"
4
+ VERSION = "2.4.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-25 00:00:00.000000000 Z
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi