runapi-ideogram-v3 0.2.8 → 0.2.10

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9add18ecc621c7606bbd4f372ffa5ca4f95b1c889404ae120a7e1f50dc4eab27
4
- data.tar.gz: 1fc686288d8ae18eb75fac174d46ab7eda7859d957e2ef55a6311028adb99d14
3
+ metadata.gz: 2bc14768ffba4cbf30be2ac9d5cb31fc3ae823a47035b29faf66e0a291cc5f62
4
+ data.tar.gz: 52c23b312148cce1e9889789b3f19174d153be063abaeebaaf122adf4a59ae3a
5
5
  SHA512:
6
- metadata.gz: 46995c95f202b96d5b9ef61a86161f61267f4e73a4df1f437e8f8999a43028c982acb1a7846f26c8c2fa574dd671fa670437935be98819c2788af432816c0b9d
7
- data.tar.gz: 9babe9fe93c2469047f53bbc8691fb8eb142bddc6a100491ab52bc302b0b51da32136664b7afd20171109c4790a160af9fda60fd79cdc81e720d2b69de20c155
6
+ metadata.gz: 57bb9cb6cef6c003881bd983981b0a855a814a57792d55cddb37506a4986e4db3768d8350c690d6f8094d71b099b56b9bda4ec4922dc5059f276f5b8bf9033e9
7
+ data.tar.gz: 7f77302b9cde94fa577b6277994b0c550ca5cd0613f1efd0dc7ed3b9b634a87057bc6d8e4cd29eea4cdeb3c784eb1edf0290ace39b5f23257cdb600a85d05e04
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Ideogram V3 Ruby SDK is the language-specific package for Ideogram V3 on RunAPI. Use this package for image generation, image editing, and creative production workflows when your application needs request bodies, task status lookup, and consistent RunAPI errors in Ruby.
4
4
 
5
- This README is the Ruby package guide inside the public `ideogram-v3-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/ideogram-v3; for API reference, use https://runapi.ai/docs#ideogram-v3; for SDK docs, use https://runapi.ai/docs#sdk-ideogram-v3.
5
+ This README is the Ruby package guide inside the public `ideogram-v3-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/ideogram-v3; for API reference, use https://runapi.ai/docs/api/ideogram-v3/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -34,8 +34,8 @@ Use Ruby keyword arguments and the `RunApi::IdeogramV3` error classes when build
34
34
  ## Links
35
35
 
36
36
  - Model page: https://runapi.ai/models/ideogram-v3
37
- - SDK docs: https://runapi.ai/docs#sdk-ideogram-v3
38
- - Product docs: https://runapi.ai/docs#ideogram-v3
37
+ - SDK docs: https://runapi.ai/docs/resources/sdks
38
+ - Product docs: https://runapi.ai/docs/api/ideogram-v3/text-to-image
39
39
  - Pricing and rate limits: https://runapi.ai/models/ideogram-v3/text-to-image
40
40
  - Provider comparison: https://runapi.ai/providers/ideogram
41
41
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-ideogram-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.3.0
18
+ version: 0.5.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: 0.3.0
25
+ version: 0.5.0
26
26
  description: The Ideogram V3 Ruby SDK is the language-specific package for Ideogram
27
27
  V3 on RunAPI. Use this package for image generation, image editing, and creative
28
28
  production workflows when your application needs request bodies, task status lookup,