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 +4 -4
- data/CHANGELOG.md +15 -0
- data/README.md +1 -1
- data/lib/moderation_api/internal/util.rb +1 -2
- data/lib/moderation_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: bc54a884dc70746b0eecd93325c742ffe109b3475a5bbcc10636e4b19e6d5b67
|
|
4
|
+
data.tar.gz: ca646ef654943901d4148f6951c2ab3782a176348e83fc49ea0dc0105c7f2d14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2026-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|