runapi-z-image 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 +4 -4
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58ef3ee01eda999e989ff9f6d08380ae01344598622fbc8b8b7772d703b8dfcb
4
- data.tar.gz: 824abb45e84e3b97378cae64d29dd0c4b98d8c5cb98edc1705586927e6d44a9a
3
+ metadata.gz: cc0c09f979553f024b669f65fc95a4c471ee3d278a5ddec61d59c4d9fef526e5
4
+ data.tar.gz: e546577764d99fb5fa83b30f657024b4da7e9a1a4d7e6eb7d2f729b2026ff3a9
5
5
  SHA512:
6
- metadata.gz: d9d5f299612e31c1464d3a8118802e0983c6a7a31b6dfae1e885f958f50ae2fa8b71ebbc568d684e34b8f80111f4795f300d98fc3fb88a0c1e7b1a75cd7ba22a
7
- data.tar.gz: 6561e4c58d7834da030a271a42be3bed8721a43cfb3a0a532d5fbbdaec8a59fd4dff453f24358061bb72f6ca6dae93d24466cf0b940e325798c481390e899167
6
+ metadata.gz: 1170c67cdd1b6c9056181b8b44831d998b54e37cf29060bd0fd936746cfe55dd62d9d72c802e25fbac3ba05c50d6b1c1678d7215ab0bb3a2e5b64c9cede1e149
7
+ data.tar.gz: 15b2ce7ccd0a6756e5a401ea0d2d5ad29a2199ed65d6810cb0d58936d3b04988d1452d713a2a6eca37f04d3bf82e191f2f969ab9b2690b11145c2e8f2de57163
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Z-Image Ruby SDK is the language-specific package for Z-Image 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 `z-image-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/z-image; for API reference, use https://runapi.ai/docs#z-image; for SDK docs, use https://runapi.ai/docs#sdk-z-image.
5
+ This README is the Ruby package guide inside the public `z-image-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/z-image; for API reference, use https://runapi.ai/docs/api/z-image/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/z_image"
17
17
 
18
18
  client = RunApi::ZImage::Client.new
19
19
  task = client.text_to_image.create(
20
- # Pass the Z-Image JSON request body from https://runapi.ai/docs#z-image.
20
+ # Pass the Z-Image JSON request body from https://runapi.ai/docs/api/z-image/text-to-image.
21
21
  )
22
22
  status = client.text_to_image.get(task.id)
23
23
  ```
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::ZImage` error classes when building
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/z-image
36
- - SDK docs: https://runapi.ai/docs#sdk-z-image
37
- - Product docs: https://runapi.ai/docs#z-image
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/z-image/text-to-image
38
38
  - Pricing and rate limits: https://runapi.ai/models/z-image
39
39
  - Provider comparison: https://runapi.ai/providers/alibaba
40
40
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-z-image
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 Z-Image Ruby SDK is the language-specific package for Z-Image on
27
27
  RunAPI. Use this package for image generation, image editing, and creative production
28
28
  workflows when your application needs request bodies, task status lookup, and consistent
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 4.0.17
69
+ rubygems_version: 4.0.10
70
70
  specification_version: 4
71
71
  summary: Z-Image Ruby SDK for RunAPI
72
72
  test_files: []