runapi-flux 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: 0ca145ec9ae68f29992ebc1fa09feb6b93f7d6de203ce1c6c786838312b1a9a6
4
- data.tar.gz: 6e0ad9105d46211512fd0d4d7565a7303b44c9b6b32571e0dd19f3b5068aaa4b
3
+ metadata.gz: 8c2b00c7f9e9315c4b3abeb3ac10ab3f0b4084dbf98a08217f44be45148619e7
4
+ data.tar.gz: 800b3b444ae09467039699647600fcd2486613b21387351c99f9519fa5289bc7
5
5
  SHA512:
6
- metadata.gz: 46e542856451b333ea10ab57b8b4489bfc5ba2e13921f6eac4ae897935b9c663ac36dd6cd2e5fb98231fccd2ff21a33a38be92cb8bf637dee9273375e0d87f91
7
- data.tar.gz: 99812af939370b03964aa386c0e00635033b5635fec9bbe0ae311475e2e504134165571f617f80bfe3898c3d4b078c7853aabd878298368c5ff581947eefffef
6
+ metadata.gz: b556b3c6634153f9f091338b36195776a950ae66403edd8923f6f9f1c3b487a5df12792c8413348ec814a8be009c5fc33791914a35d17525d3f7bf8afac06298
7
+ data.tar.gz: 6af01eb616cc1bc6b098478f84bd4566fae992845931aa10d4ffdb99d00d328698c6a55c94425d0489e1939f7c536e8225d925a74c876b1468066c2c01a3b12f
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Flux Ruby SDK is the language-specific package for Flux 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-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/flux; for API reference, use https://runapi.ai/docs#flux; for SDK docs, use https://runapi.ai/docs#sdk-flux.
5
+ This README is the Ruby package guide inside the public `flux-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/flux; for API reference, use https://runapi.ai/docs/api/flux/text-to-image; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -43,8 +43,8 @@ Use Ruby keyword arguments and the `RunApi::Flux` error classes when building im
43
43
  ## Links
44
44
 
45
45
  - Model page: https://runapi.ai/models/flux
46
- - SDK docs: https://runapi.ai/docs#sdk-flux
47
- - Product docs: https://runapi.ai/docs#flux
46
+ - SDK docs: https://runapi.ai/docs/resources/sdks
47
+ - Product docs: https://runapi.ai/docs/api/flux/text-to-image
48
48
  - Pricing and rate limits: https://runapi.ai/models/flux/dev
49
49
  - Provider comparison: https://runapi.ai/providers/black-forest-labs
50
50
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-flux
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 Flux Ruby SDK is the language-specific package for Flux 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