runapi-recraft 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: 2c2b2912ab879d8963f9509e01b310536fdc90a037c93d6cd015ae73cde2cf10
4
- data.tar.gz: be332c3935373d34ce7f75a7ae56e0c5737b3ef1598512baa4366e26ef1afbe4
3
+ metadata.gz: c0de6780c71acb3d1f9cb0d4ba7d1a8d3a87eaf1d051efd323e04a73e97e7c8a
4
+ data.tar.gz: 6922a6a0244ce55970020ecc60117f7d81e95d8cc92f9005beb391063697f46d
5
5
  SHA512:
6
- metadata.gz: a77247d24f83011ed6f68409d824803f51761047e7c782ec026f623eb0124fae7d273514e051bcff302eefbc4b4e294b5732bf7b206d59c8767da12cecdd3ab5
7
- data.tar.gz: 27ee47c83816546c004fb2a2829d27baa9efec25f3b0ce075c3a650fa66295ff3143af107c0238d3b0be632d34099d9adcedea4dc0502c1104318d6ec47a98a5
6
+ metadata.gz: 7319d34e546f4068bb543ca24cd1df4e5e7c85f52fe2543f40396249e038464e989707a1cbb9e94f2484ffd91e443378555fd1f953de927c2d932080c24ec904
7
+ data.tar.gz: 85eb1b3fb5910cb2536b3327a2055baffede377dae6e64f69edd4dd84873330f57b423eef0194bf5d2cdcc445de9f0503fcec0a145f2689a733dcdef80c09e71
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Recraft Ruby SDK is the language-specific package for Recraft 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 `recraft-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/recraft; for API reference, use https://runapi.ai/docs#recraft; for SDK docs, use https://runapi.ai/docs#sdk-recraft.
5
+ This README is the Ruby package guide inside the public `recraft-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/recraft; for API reference, use https://runapi.ai/docs/api/recraft/remove-background; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/recraft"
17
17
 
18
18
  client = RunApi::Recraft::Client.new
19
19
  task = client.upscale_image.create(
20
- # Pass the Recraft JSON request body from https://runapi.ai/docs#recraft.
20
+ # Pass the Recraft JSON request body from https://runapi.ai/docs/api/recraft/remove-background.
21
21
  )
22
22
  status = client.upscale_image.get(task.id)
23
23
  ```
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::Recraft` error classes when building
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/recraft
36
- - SDK docs: https://runapi.ai/docs#sdk-recraft
37
- - Product docs: https://runapi.ai/docs#recraft
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/recraft/remove-background
38
38
  - Pricing and rate limits: https://runapi.ai/models/recraft/crisp-upscale
39
39
  - Provider comparison: https://runapi.ai/providers/recraft
40
40
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-recraft
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 Recraft Ruby SDK is the language-specific package for Recraft 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
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
- rubygems_version: 4.0.17
70
+ rubygems_version: 4.0.10
71
71
  specification_version: 4
72
72
  summary: Recraft Ruby SDK for RunAPI
73
73
  test_files: []