runapi-luma 0.2.8 → 0.2.9

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: 6f3a9935337054660c49221757d58ca7955e6a8bc84c22d022b49ab785e4a6db
4
- data.tar.gz: 5f9beacc2172af016a55c3d3db21b9da716f090a8c85e819d0c76de7682aefb4
3
+ metadata.gz: e092ecd3eb0ec18ec71a3f2bb241e6f8704a9253c1280e626698ca0560dbd4ff
4
+ data.tar.gz: 3629544e01e5e4dbe8a919a8d2d472c02579163cb2cce19f415bdaf058c65355
5
5
  SHA512:
6
- metadata.gz: 447f1f970668a50728f5ab16fc4997a5974e7190c5c3370a088b113a03cf3d4cde6e4a4b2846f63fb6828003230768a21e269712a4a4ae21ca4417b3c8091e0c
7
- data.tar.gz: 64a9e4489d0e3e55e6de84c609e6e1f3773998ccd39b6b37f624f5ba67c8006cbd8ed485e1df99bea0adcfe6582eeec5378e15bbca9c08219b9e75668a31b546
6
+ metadata.gz: 96a84a85315316d4225ca9104223dd0a1f9bcb47fdf8bcad9eb0fe009b5bea625db39a34b1d614574ab753e4005ceb75eb843262f280e876847a1830aff74c53
7
+ data.tar.gz: cc3145b2feb4413049a4a12b4c6b12d3da66a4320b8e2d1229d137aa369b8c6147f9464489f8c0617b869b1b3e24f4e4951ce237c714e907973f264191580c41
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Luma Ruby SDK is the language-specific package for Luma on RunAPI. Use this package for video generation, animation, and video editing 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 `luma-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/luma; for API reference, use https://runapi.ai/docs#luma; for SDK docs, use https://runapi.ai/docs#sdk-luma.
5
+ This README is the Ruby package guide inside the public `luma-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/luma; for API reference, use https://runapi.ai/docs/api/luma/modify-video; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -17,7 +17,7 @@ require "runapi/luma"
17
17
 
18
18
  client = RunApi::Luma::Client.new
19
19
  task = client.modify_video.create(
20
- # Pass the Luma JSON request body from https://runapi.ai/docs#luma.
20
+ # Pass the Luma JSON request body from https://runapi.ai/docs/api/luma/modify-video.
21
21
  )
22
22
  status = client.modify_video.get(task.id)
23
23
  ```
@@ -33,8 +33,8 @@ Use Ruby keyword arguments and the `RunApi::Luma` error classes when building vi
33
33
  ## Links
34
34
 
35
35
  - Model page: https://runapi.ai/models/luma
36
- - SDK docs: https://runapi.ai/docs#sdk-luma
37
- - Product docs: https://runapi.ai/docs#luma
36
+ - SDK docs: https://runapi.ai/docs/resources/sdks
37
+ - Product docs: https://runapi.ai/docs/api/luma/modify-video
38
38
  - Pricing and rate limits: https://runapi.ai/models/luma
39
39
  - Provider comparison: https://runapi.ai/providers/luma
40
40
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-luma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
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 Luma Ruby SDK is the language-specific package for Luma on RunAPI.
27
27
  Use this package for video generation, animation, and video editing workflows when
28
28
  your application needs request bodies, task status lookup, and consistent RunAPI
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubygems_version: 4.0.17
69
+ rubygems_version: 4.0.10
70
70
  specification_version: 4
71
71
  summary: Luma API Ruby SDK for RunAPI
72
72
  test_files: []