-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruby_config.yaml
More file actions
30 lines (25 loc) · 1003 Bytes
/
ruby_config.yaml
File metadata and controls
30 lines (25 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Basic gem information
gemName: moderation_api
gemVersion: 1.2.2
moduleName: ModerationApi
gemAuthor: Moderation API
gemAuthorEmail: info@moderationapi.com
gemDescription: Automatically moderate your content with Moderation API
gemSummary: A Ruby SDK for the Moderation API - content moderation, PII detection, and text analysis
gemHomepage: https://moderationapi.com
gemLicense: MIT
# HTTP client library
library: faraday
# Ruby version requirement
gemRequiredRubyVersion: ">= 3.0"
# Additional settings
sortParamsByRequiredFlag: true
sortModelPropertiesByRequiredFlag: true
hideGenerationTimestamp: true
useAutoload: true
# API behavior settings
ensureUniqueParams: true
enumUnknownDefaultCase: true
legacyDiscriminatorBehavior: false
# Metadata as a string
gemMetadata: '{"tags": ["moderation", "detect", "pii", "content_moderation", "filtering", "api", "automation", "content", "toxic", "nsfw", "analysis", "nlp", "text_analysis", "sentiment", "spam", "image_moderation", "text_moderation"]}'