runapi-nano-banana 0.2.10 → 0.2.12
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.
- checksums.yaml +4 -4
- data/lib/runapi/nano_banana/contract_gen.rb +6 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0e8db6252b75d9304d5749b23891e575cf2ff361dcf7806ec2c1880bef511a3
|
|
4
|
+
data.tar.gz: d18271b8269cd6caae4e075e81dee9f5dc95ac6a68aab2340876301bbeb76a20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ad8cb2dafa88af185bdcf2b5bc86458f80a52f0c058debb5c912696827095747a5a82de6824acb684511ed78eeffeb517355f72f76ef302612f5e751d4aef95
|
|
7
|
+
data.tar.gz: f6fcca9337bbab265d726c1ecbaedc941b5efe5af4193967687a675e0dc39624c28425de5b5fd2070ca07656c639274f2ce17cc9adef06e24fec2800dacf8f4b
|
|
@@ -18,7 +18,9 @@ module RunApi
|
|
|
18
18
|
"length" => true
|
|
19
19
|
},
|
|
20
20
|
"source_image_urls" => {
|
|
21
|
-
"required" => true
|
|
21
|
+
"required" => true,
|
|
22
|
+
"min_items" => 1,
|
|
23
|
+
"max_items" => 10
|
|
22
24
|
}
|
|
23
25
|
},
|
|
24
26
|
"nano-banana-edit" => {
|
|
@@ -72,6 +74,9 @@ module RunApi
|
|
|
72
74
|
"min" => 1,
|
|
73
75
|
"max" => 20000,
|
|
74
76
|
"length" => true
|
|
77
|
+
},
|
|
78
|
+
"reference_image_urls" => {
|
|
79
|
+
"max_items" => 10
|
|
75
80
|
}
|
|
76
81
|
},
|
|
77
82
|
"nano-banana-pro" => {
|
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.
|
|
4
|
+
version: 0.2.12
|
|
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.
|
|
18
|
+
version: 0.3.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.
|
|
25
|
+
version: 0.3.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.
|
|
70
|
+
rubygems_version: 4.0.17
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Nano Banana Ruby SDK for RunAPI
|
|
73
73
|
test_files: []
|