runapi-ideogram-v3 0.2.8 → 0.2.9

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 +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9add18ecc621c7606bbd4f372ffa5ca4f95b1c889404ae120a7e1f50dc4eab27
4
- data.tar.gz: 1fc686288d8ae18eb75fac174d46ab7eda7859d957e2ef55a6311028adb99d14
3
+ metadata.gz: 70093cfe6b3a55598b039b797a4e31cfcade1aac9862f3bd88e882ecbb72e6a0
4
+ data.tar.gz: bc2ba7f75018d3278e3f1e26144f03556649ab8ff005e126d5b78fcc6ac5f3d6
5
5
  SHA512:
6
- metadata.gz: 46995c95f202b96d5b9ef61a86161f61267f4e73a4df1f437e8f8999a43028c982acb1a7846f26c8c2fa574dd671fa670437935be98819c2788af432816c0b9d
7
- data.tar.gz: 9babe9fe93c2469047f53bbc8691fb8eb142bddc6a100491ab52bc302b0b51da32136664b7afd20171109c4790a160af9fda60fd79cdc81e720d2b69de20c155
6
+ metadata.gz: 407a7a8822752ea828c35b5ed6af52f8d77f995323e0adf8d8a73a2b0662b35b870493c171bc818b00825b88ceb37b153f89f77991c21f2eecc204c37f7870ef
7
+ data.tar.gz: 4296da9434b3fa69702fa8ecd05dad980a6499074884f4e5ea61834209dc2451840cf7c2304704450955a846167400626c561c6b0aec77725d8b160552c9ece4
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.9
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.4.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.4.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,
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 4.0.17
72
+ rubygems_version: 4.0.10
73
73
  specification_version: 4
74
74
  summary: Ideogram V3 API Ruby SDK for RunAPI
75
75
  test_files: []