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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/runapi/suno/types.rb +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9da988a431cb6531396024b3c3456a4451a9a13f9ddd67d6a0266e9e49e2220a
4
- data.tar.gz: c83064427d9daa4ab9f2388606723d9e38616372ccfa7c51257015edc7122307
3
+ metadata.gz: 9b946388dec7aef3f7af7ff7d859b7f94dc119f836c2a5537d8875ea634be22b
4
+ data.tar.gz: a8416da674406ec542569bb7f953a6f5bc2c09848e6cc45825707476192151a4
5
5
  SHA512:
6
- metadata.gz: 14794ffced77ba1adf102c9f4cb67cb0d385226f0ba0b97803f88cc0cbede5fdb1fb6655e8506d90df3a99936271f561e909ec9827959f3e811f26ac31234543
7
- data.tar.gz: 8df719d435a2c6047bae4ba3d8bf7b6d33bba262bcfddb60bd81f4880b70116fc7a1c66409a0aa154c04720ca62f3c818685fcb13c0affe0c209d0fb6753e120
6
+ metadata.gz: 9c92a126f53ab0471d08b2f99299b627ce0f9532e24c376e8110b21984ea7eb3866c414ca14ac4a72a79ceed283e91ae271c84461ef74200dc95c5a294392cf5
7
+ data.tar.gz: 5959bfa9a1f62749536cfc9a0d0f6adcea7fdf656b9330814e0b8830acd853f82384758468ec126dcc8b275fd9966583f63a6beb11f21cc29f32fa4e4e19c204
@@ -3,8 +3,8 @@
3
3
  module RunApi
4
4
  module Suno
5
5
  module Types
6
- MODELS = %w[V5_5 V5 V4_5PLUS V4_5ALL V4_5 V4 V3_5].freeze
7
- SOUND_MODELS = %w[V5 V5_5].freeze
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.1
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: '0.1'
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: '0.1'
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.ai/models/suno
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.6
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: []