moderation_api 2.10.0 → 2.10.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: 9ecaa983b44a88f39dfad366477b5361384172a287ee9ce5a7c6ad46e00758ac
4
- data.tar.gz: a85767750e567a3a218b810abed9393fec39c6eea43ef578c45bc91bf433a0e7
3
+ metadata.gz: bc54a884dc70746b0eecd93325c742ffe109b3475a5bbcc10636e4b19e6d5b67
4
+ data.tar.gz: ca646ef654943901d4148f6951c2ab3782a176348e83fc49ea0dc0105c7f2d14
5
5
  SHA512:
6
- metadata.gz: 2c8392cecdd5b2da89b63e6bd7e342a05e580ce13fdf6f8e8c562144418e6fe98bd5e9782b65e8823d64c68998c559f0192f47c589bbbc1445812b7b084844e6
7
- data.tar.gz: 1482b6f51b57b14351bb9785ac853e6a7557fc4f5356e16205e39d7da92cdb8e1463a09fa6fbdcaf69e64d62b5b5c01688f4c8cffbda717d73824aff1a49b0dd
6
+ metadata.gz: 55faee2e6f7d190d261c6dce19ad271f78cd7a4f70b1298badcb7615555ede7bf5cab6cbfba623470e0ab00f5d23c8ee5214c9ae971a5f0ed0f025fef902b8cf
7
+ data.tar.gz: f37770d1e1b712fd138c2fd58cfdd36d0cc4c079a69ff0993c42d4904b75f76f6b6496d6c35ebf55fbaf05eb729993c18e7e4d2b44bd66b65d06ea1116ba9df0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.10.1 (2026-03-27)
4
+
5
+ Full Changelog: [v2.10.0...v2.10.1](https://github.com/moderation-api/sdk-ruby/compare/v2.10.0...v2.10.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** correct multipart form field name encoding ([f710332](https://github.com/moderation-api/sdk-ruby/commit/f710332a0f8927edd71caa91c855a1cca2710a8d))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **ci:** skip lint on metadata-only changes ([083b65b](https://github.com/moderation-api/sdk-ruby/commit/083b65b9c992229d3fe0b881c79e0fc73b0a36ec))
15
+ * **internal:** tweak CI branches ([0861769](https://github.com/moderation-api/sdk-ruby/commit/0861769d4f2bb8c7ba7834f93c32bbd860a15f86))
16
+ * **internal:** update gitignore ([af42c22](https://github.com/moderation-api/sdk-ruby/commit/af42c22c331deba0b668e4c79835aeeec6107555))
17
+
3
18
  ## 2.10.0 (2026-03-16)
4
19
 
5
20
  Full Changelog: [v2.9.0...v2.10.0](https://github.com/moderation-api/sdk-ruby/compare/v2.9.0...v2.10.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "moderation_api", "~> 2.10.0"
18
+ gem "moderation_api", "~> 2.10.1"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -571,8 +571,7 @@ module ModerationAPI
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 ModerationAPI
4
- VERSION = "2.10.0"
4
+ VERSION = "2.10.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moderation_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moderation API
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-16 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