runapi-suno 0.2.7 → 0.2.8

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.
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - RunAPI
@@ -15,18 +15,18 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: 0.2.6
18
+ version: 0.2.10
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.6
26
- description: The suno ai api Ruby SDK is the language-specific package for Suno on
27
- RunAPI. Use this suno ai api package for song generation, lyrics, vocal, extension,
28
- and audio transformation flows when your application needs JSON request bodies,
29
- task status lookup, and consistent RunAPI errors in Ruby.
25
+ version: 0.2.10
26
+ description: The Suno Ruby SDK is the language-specific package for Suno on RunAPI.
27
+ Use this package for song generation, lyrics, vocals, extension, and audio transformation
28
+ workflows when your application needs request bodies, task status lookup, and consistent
29
+ RunAPI errors in Ruby.
30
30
  email:
31
31
  - contact@runapi.ai
32
32
  executables: []
@@ -39,6 +39,7 @@ files:
39
39
  - lib/runapi-suno.rb
40
40
  - lib/runapi/suno.rb
41
41
  - lib/runapi/suno/client.rb
42
+ - lib/runapi/suno/contract_gen.rb
42
43
  - lib/runapi/suno/resources/add_instrumental.rb
43
44
  - lib/runapi/suno/resources/add_vocals.rb
44
45
  - lib/runapi/suno/resources/boost_style.rb
@@ -66,9 +67,11 @@ homepage: https://runapi.ai/models/suno
66
67
  licenses:
67
68
  - Apache-2.0
68
69
  metadata:
70
+ runapi_slug: suno
69
71
  homepage_uri: https://runapi.ai/models/suno
70
72
  documentation_uri: https://github.com/runapi-ai/suno-sdk/blob/main/ruby/README.md
71
73
  source_code_uri: https://github.com/runapi-ai/suno-sdk
74
+ bug_tracker_uri: https://github.com/runapi-ai/suno-sdk/issues
72
75
  changelog_uri: https://github.com/runapi-ai/suno-sdk/blob/main/CHANGELOG.md
73
76
  rdoc_options: []
74
77
  require_paths:
@@ -86,5 +89,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
89
  requirements: []
87
90
  rubygems_version: 4.0.10
88
91
  specification_version: 4
89
- summary: Suno AI API Ruby SDK for RunAPI
92
+ summary: Suno API Ruby SDK for RunAPI
90
93
  test_files: []