moderation_api 2.11.0 → 2.11.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: b5fa9b68b9d710f39d0af9ff2e556edefc17fb6529e28302250393cffc741940
4
- data.tar.gz: 14f31f4cad8e35238206f9122dcd162131bf86a37401009f630d6218f343132a
3
+ metadata.gz: 540a5b9defcad39a8ec029dd32c2dd2b0cfb6eb0321e97643ed7b4c0ff2933fb
4
+ data.tar.gz: db165a4cf393444b96eb34c40221ba47d9c9179539989c4eb30cf8cb46d9f52f
5
5
  SHA512:
6
- metadata.gz: 7f01802857671b01c19c443b547098e3fe5a8175bb800f10957116c404c711417e9933abde8dc51f948e4674155ba335815c97b55615bec5f2703e811db36bdd
7
- data.tar.gz: d493152543047239b51ae235d6ed2b9923c4b4f24af1aee0c23bfbff6f4d5a4be00af8fbf8e2934f213e41e622d43435e08fadefe059ca9a4c69b704bc7f97ba
6
+ metadata.gz: a62b0d68dfed4b7cf6682431f875e8682519aa13053171cc8aa2c10ff6984e415274e4331176537cd8747be9a0f6c419c2486b8b32ec46204961559d838857a4
7
+ data.tar.gz: cd2a5cb384637279f15482c0dd1869925b3d34460bdae93f0f2fd0b364740d1352bb006f3ddb34f8bb65d07714b5b0f4df13dc2d47b69536b508b4fd7b39710f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.11.1 (2026-04-01)
4
+
5
+ Full Changelog: [v2.11.0...v2.11.1](https://github.com/moderation-api/sdk-ruby/compare/v2.11.0...v2.11.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * variable name typo ([65896b4](https://github.com/moderation-api/sdk-ruby/commit/65896b432a1ca9a1c720ec4fea8764081b7b9cae))
10
+
3
11
  ## 2.11.0 (2026-03-31)
4
12
 
5
13
  Full Changelog: [v2.10.1...v2.11.0](https://github.com/moderation-api/sdk-ruby/compare/v2.10.1...v2.11.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.11.0"
18
+ gem "moderation_api", "~> 2.11.1"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -157,7 +157,7 @@ module ModerationAPI
157
157
  in Hash | nil => coerced
158
158
  coerced
159
159
  else
160
- message = "Expected a #{Hash} or #{ModerationAPI::Internal::Type::BaseModel}, got #{data.inspect}"
160
+ message = "Expected a #{Hash} or #{ModerationAPI::Internal::Type::BaseModel}, got #{input.inspect}"
161
161
  raise ArgumentError.new(message)
162
162
  end
163
163
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModerationAPI
4
- VERSION = "2.11.0"
4
+ VERSION = "2.11.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.11.0
4
+ version: 2.11.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-31 00:00:00.000000000 Z
11
+ date: 2026-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi