moderation_api 2.23.0 → 2.24.0

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: 4d8f2485ab462e1faf46cce2b157cc0a3868912295d4c42918de2c03b7db6f3d
4
- data.tar.gz: 5b2dc6fb1ef344271510ae540f16c800dedddfc5f17dd57791048ddadd2a0aee
3
+ metadata.gz: 71236456328bd1efad17f5dcb8095f03adfe2fc1762e6927121a9ebc9976f65a
4
+ data.tar.gz: e28ae5af162493c8876b52acf8bc3808f2f9252135e67ccc63ef946d61e45104
5
5
  SHA512:
6
- metadata.gz: 6be7477565b2335716905a207f36d77e76340ab6c2a07ab750dc47ca2aabdde51c83fb5fae7ff627564b06563884a8b0b84d6ca364c6fe043c112098bb186a60
7
- data.tar.gz: f4ae04b9e4952b92a4e976c18ca8018c23ce15e28075d4e6ea05d4ee8dacc3582e192ddd0f31cd31b837b733d0f313f1abda07cf467ad5661927e81e94edf9e2
6
+ metadata.gz: b46a5a1ddc4315fa52a8b134d4aa7e11530b0eaf9c9b90fc9e056fafcbd61abb3e27e79e23bf7c4a951d0e23d313d282e0352771538e47645c9b7397d6bd39e0
7
+ data.tar.gz: b38e7231491e5628976880ca0680c5961e1e93d8217e3784685528352f081d54f92b92703061dbade9e2793b79ecbf60243ee6b27228faebd68d043a05ce5ab6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.24.0 (2026-07-18)
4
+
5
+ Full Changelog: [v2.23.0...v2.24.0](https://github.com/moderation-api/sdk-ruby/compare/v2.23.0...v2.24.0)
6
+
7
+ ### Features
8
+
9
+ * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([f3ec520](https://github.com/moderation-api/sdk-ruby/commit/f3ec5200eb8f5e8fbbec4143f1e0eda1563677cb))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** bound formatter parallelism to CPU count ([3980040](https://github.com/moderation-api/sdk-ruby/commit/398004079843e4072b9d33c1ba61740a0cdc7e10))
15
+
3
16
  ## 2.23.0 (2026-06-18)
4
17
 
5
18
  Full Changelog: [v2.22.1...v2.23.0](https://github.com/moderation-api/sdk-ruby/compare/v2.22.1...v2.23.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.23.0"
18
+ gem "moderation_api", "~> 2.24.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModerationAPI
4
- VERSION = "2.23.0"
4
+ VERSION = "2.24.0"
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.23.0
4
+ version: 2.24.0
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-06-18 00:00:00.000000000 Z
11
+ date: 2026-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi