runapi-suno 0.2.1 → 0.2.4
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/suno/types.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b946388dec7aef3f7af7ff7d859b7f94dc119f836c2a5537d8875ea634be22b
|
|
4
|
+
data.tar.gz: a8416da674406ec542569bb7f953a6f5bc2c09848e6cc45825707476192151a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c92a126f53ab0471d08b2f99299b627ce0f9532e24c376e8110b21984ea7eb3866c414ca14ac4a72a79ceed283e91ae271c84461ef74200dc95c5a294392cf5
|
|
7
|
+
data.tar.gz: 5959bfa9a1f62749536cfc9a0d0f6adcea7fdf656b9330814e0b8830acd853f82384758468ec126dcc8b275fd9966583f63a6beb11f21cc29f32fa4e4e19c204
|
data/lib/runapi/suno/types.rb
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
module RunApi
|
|
4
4
|
module Suno
|
|
5
5
|
module Types
|
|
6
|
-
MODELS = %w[
|
|
7
|
-
SOUND_MODELS = %w[
|
|
6
|
+
MODELS = %w[suno-v5.5 suno-v5 suno-v4.5-plus suno-v4.5-all suno-v4.5 suno-v4 suno-v3.5].freeze
|
|
7
|
+
SOUND_MODELS = %w[suno-v5 suno-v5.5].freeze
|
|
8
8
|
SOUND_KEYS = %w[
|
|
9
9
|
Cm C#m Dm D#m Em Fm F#m Gm G#m Am A#m Bm
|
|
10
10
|
C C# D D# E F F# G G# A A# B
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-suno
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
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:
|
|
18
|
+
version: 0.2.4
|
|
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:
|
|
25
|
+
version: 0.2.4
|
|
26
26
|
description: RunAPI Suno SDK for JavaScript, Ruby, and Go
|
|
27
27
|
email:
|
|
28
28
|
- contact@runapi.ai
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
- Apache-2.0
|
|
59
59
|
metadata:
|
|
60
60
|
homepage_uri: https://runapi.ai/models/suno
|
|
61
|
-
documentation_uri: https://runapi
|
|
61
|
+
documentation_uri: https://github.com/runapi-ai/suno-sdk/blob/main/README.md
|
|
62
62
|
source_code_uri: https://github.com/runapi-ai/suno-sdk
|
|
63
63
|
changelog_uri: https://github.com/runapi-ai/suno-sdk/blob/main/CHANGELOG.md
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 4.0.
|
|
78
|
+
rubygems_version: 4.0.10
|
|
79
79
|
specification_version: 4
|
|
80
80
|
summary: Suno API SDKs for JavaScript, Ruby, and Go on RunAPI.
|
|
81
81
|
test_files: []
|