runapi-flux-2 0.3.0 → 0.3.1

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: c634d010d5d4744ce8e2811c5705149c620778591a7969c06e2227f463376b3b
4
- data.tar.gz: 434c41db48cd75e99215be821afd491ef413c82c99f0f3dd81fdd310f994388f
3
+ metadata.gz: 279584b14f3affb0a80ea447cc7d21f41ba14f1de8b2bb6c4f31dc4180ab9725
4
+ data.tar.gz: 3270bebb69677411b282feb003fd6177bb41ae6607b59017ea00f3bcfb0a27f2
5
5
  SHA512:
6
- metadata.gz: 190af50f6f040b2e9931eca396f5ec886878fea787980f8432b92eb08b5f6ee115b9b5ee26ab96cc6857c21544d66204e1de3c0386d584f1e525bc7c1d5308b8
7
- data.tar.gz: 6bbf2e9ec1837adc9d271a1e30d486259dd1538c807b712e850d7e8b8a79dc1dfd0d0d7e1597716c235335b7d7513f5b57adb77d740b52c27c0931470dbf10ec
6
+ metadata.gz: be457fb3c2cdb918f2c8fad9c530eb747352fb2acdd7ae7a67cc78a90f843e86eeb805f8488405ec9869ab04a41cf472f77fba6b38b8298dbf01dff12daf774c
7
+ data.tar.gz: 6b603ca7cd1a0404defaa22e400abad7340b283709e6862de138ffe34bdc32def624ab0788e3ce8f5d800f5b0b0531215303fdf4b7414c2e63aa6ffbe1ef373a
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Flux 2 Ruby SDK is the language-specific package for Flux 2 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 `flux-2-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/flux-2; for API reference, use https://runapi.ai/docs#flux-2; for SDK docs, use https://runapi.ai/docs#sdk-flux-2.
5
+ This README is the Ruby package guide inside the public `flux-2-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/flux-2; for API reference, use https://runapi.ai/docs/api/flux-2/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -47,8 +47,8 @@ Use Ruby keyword arguments and the `RunApi::Flux2` error classes when building i
47
47
  ## Links
48
48
 
49
49
  - Model page: https://runapi.ai/models/flux-2
50
- - SDK docs: https://runapi.ai/docs#sdk-flux-2
51
- - Product docs: https://runapi.ai/docs#flux-2
50
+ - SDK docs: https://runapi.ai/docs/resources/sdks
51
+ - Product docs: https://runapi.ai/docs/api/flux-2/text-to-image
52
52
  - Pricing and rate limits: https://runapi.ai/models/flux-2/pro-text-to-image
53
53
  - Provider comparison: https://runapi.ai/providers/black-forest-labs
54
54
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-flux-2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
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 Flux 2 Ruby SDK is the language-specific package for Flux 2 on RunAPI.
27
27
  Use this package for image generation, image editing, and creative production workflows
28
28
  when your application needs request bodies, task status lookup, and consistent RunAPI
@@ -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: Flux 2 API Ruby SDK for RunAPI
73
73
  test_files: []