runapi-qwen-image 0.1.0 → 0.1.2

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: ab16df0dc8ee21d9bf5d7f2ee3efa24b63fd58b28b52eae48585058c35087c40
4
- data.tar.gz: a6ce880828d8151e49262f07fb63f9241ed25f83601d5c1479324cdec64b7bd7
3
+ metadata.gz: 3a1478476da03af416f64c74bf08d68317957e0710ff0cfd3c4896efe9f07bf6
4
+ data.tar.gz: 7d59d76937b3f03040107fd580f3a7df8fa4d09a1bafa68c7cd8ae0971954b65
5
5
  SHA512:
6
- metadata.gz: c16d525299d9828f0a17eb1918766b00b0b3251308f3c17bea440f7601f5f2d873c15b8415848975b669579a492c9459d5faeb4a1a24078889a65bd6cfe5ea01
7
- data.tar.gz: f7e4a5db40d9555db709be1d90976ed019d65b473296a414b241ce7de76e9356d64e326bf4c7df1ad71f73297f8c5348f44ab2734d812bf88fb7bcb29e877707
6
+ metadata.gz: 7b94f82b39444a0bb0c77959f74e6af9a29fc1faa34cf6d17cfb529086205a6f65b78d0b55b73885ffbc1137090e15e85605b3dbc6cbe5c783feea3ddda77296
7
+ data.tar.gz: 8c2b480df19cbb4b61e770a528f3fd3ef6f62b9787e1f62aa5ae69ad0c6ee3a186d1d4c657725bfc2046c42e9c5732596578c4b801634e6ca4b264e67cc645b7
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Qwen Image Ruby SDK is the language-specific package for Qwen 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 `qwen-image-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/qwen-image; for API reference, use https://runapi.ai/docs#qwen-image; for SDK docs, use https://runapi.ai/docs#sdk-qwen-image.
5
+ This README is the Ruby package guide inside the public `qwen-image-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/qwen-image; for API reference, use https://runapi.ai/docs/api/qwen-image/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -35,8 +35,8 @@ Use Ruby keyword arguments and the `RunApi::QwenImage` error classes when buildi
35
35
  ## Links
36
36
 
37
37
  - Model page: https://runapi.ai/models/qwen-image
38
- - SDK docs: https://runapi.ai/docs#sdk-qwen-image
39
- - Product docs: https://runapi.ai/docs#qwen-image
38
+ - SDK docs: https://runapi.ai/docs/resources/sdks
39
+ - Product docs: https://runapi.ai/docs/api/qwen-image/text-to-image
40
40
  - Pricing and rate limits: https://runapi.ai/models/qwen-image/text-to-image
41
41
  - Provider comparison: https://runapi.ai/providers/alibaba
42
42
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-qwen-image
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
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.2.14
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.2.14
25
+ version: 0.4.0
26
26
  description: The Qwen Image Ruby SDK is the language-specific package for Qwen Image
27
27
  on 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