runapi-nano-banana 0.2.12 → 0.2.13

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: d0e8db6252b75d9304d5749b23891e575cf2ff361dcf7806ec2c1880bef511a3
4
- data.tar.gz: d18271b8269cd6caae4e075e81dee9f5dc95ac6a68aab2340876301bbeb76a20
3
+ metadata.gz: 17ea9bec3dd55953f7fdd441f3e1276375e34b5bba29980f93e2c82c41e43759
4
+ data.tar.gz: 633a6aa9b8edb38b34a89d6eac8e4310cb03b23bbe611703c2c458f9abbed1f6
5
5
  SHA512:
6
- metadata.gz: 8ad8cb2dafa88af185bdcf2b5bc86458f80a52f0c058debb5c912696827095747a5a82de6824acb684511ed78eeffeb517355f72f76ef302612f5e751d4aef95
7
- data.tar.gz: f6fcca9337bbab265d726c1ecbaedc941b5efe5af4193967687a675e0dc39624c28425de5b5fd2070ca07656c639274f2ce17cc9adef06e24fec2800dacf8f4b
6
+ metadata.gz: 0bf88629539838df1eff54f30808b5531a4d0c7126d3deede314d6d4befb16e7f0b03bbb6210e77ea4249c39fcf4392c61855a9b952f2b12f84b3dc4aa9c6273
7
+ data.tar.gz: d179a0965f73e8bbe5801a976a3e7e1f81177325598955b7989dc7a4155b59fc358548c991c77b52adb44c8d1c1adad5acab3e96bb8faf7a55671f10d2574216
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Nano Banana Ruby SDK is the language-specific package for Nano Banana 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 `nano-banana-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/nano-banana; for API reference, use https://runapi.ai/docs#nano-banana; for SDK docs, use https://runapi.ai/docs#sdk-nano-banana.
5
+ This README is the Ruby package guide inside the public `nano-banana-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/nano-banana; for API reference, use https://runapi.ai/docs/api/nano-banana/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/nano_banana"
17
17
 
18
18
  client = RunApi::NanoBanana::Client.new
19
19
  task = client.text_to_image.create(
20
- # Pass the Nano Banana JSON request body from https://runapi.ai/docs#nano-banana.
20
+ # Pass the Nano Banana JSON request body from https://runapi.ai/docs/api/nano-banana/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::NanoBanana` error classes when build
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/nano-banana
36
- - SDK docs: https://runapi.ai/docs#sdk-nano-banana
37
- - Product docs: https://runapi.ai/docs#nano-banana
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/nano-banana/text-to-image
38
38
  - Pricing and rate limits: https://runapi.ai/models/nano-banana/nano-banana
39
39
  - Provider comparison: https://runapi.ai/providers/google
40
40
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-nano-banana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
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 Nano Banana Ruby SDK is the language-specific package for Nano Banana
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
@@ -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: Nano Banana Ruby SDK for RunAPI
73
73
  test_files: []