runapi-runway-aleph 0.2.8 → 0.2.10

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 +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8639c2c2d11c0efe7d3983a5a4460c2aed33703ef93b0bb1ee4068e37ca97eb4
4
- data.tar.gz: 3769b75c4223b85b22e4386a60ff6577a4e779b040b68ff525de344a16cfb1cb
3
+ metadata.gz: 3c4a4180e6544b6efbb3ac33e9611baeb57667cfce1be6188d32f05d43017d95
4
+ data.tar.gz: 3ef600ee4c47d573299dd7676c6d87dfe6bd65439572a27ee76e6f9c9b12bbe7
5
5
  SHA512:
6
- metadata.gz: 835997af0befd6a743d2fb21033082060803b4be6f0ad068b3ba00b19b041b501faa234768150313fa13b7ebea5201768df17293d3196715d7442fa69f5b7ede
7
- data.tar.gz: cf0eaeebf856af02e2232a78bcb67c8f8c6dc01c17a319ba389a7154ee2fe2173aeb0db744c023aaf4b6f8cf90c08616ece68926e99a24201db01b05427396a9
6
+ metadata.gz: b88a8281d7ca9f72fd6c63e5bca10cc80cebce69145f6a7b104172d0a6dd5bc4f4a22c26f14e2910fe5ea7981ad15efecd57ed0e155e6fd0055b826c3e9e9167
7
+ data.tar.gz: f19f29dd4c0426015578cff2264606850d671437a1c503082783f96150c15e73cd2ce7e6df6f2a41b76106a6b3888b94620c9c3540a422ac9597c544e8039231
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The Runway Aleph Ruby SDK is the language-specific package for Runway Aleph 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 `runway-aleph-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/runway-aleph; for API reference, use https://runapi.ai/docs#runway-aleph; for SDK docs, use https://runapi.ai/docs#sdk-runway-aleph.
5
+ This README is the Ruby package guide inside the public `runway-aleph-sdk` repository. For the repository overview, start at `../README.md`; for model details, use https://runapi.ai/models/runway-aleph; for API reference, use https://runapi.ai/docs/api/runway-aleph/edit-video; for SDK docs, use https://runapi.ai/docs/resources/sdks.
6
6
 
7
7
  ## Install
8
8
 
@@ -35,8 +35,8 @@ Use Ruby keyword arguments and the `RunApi::RunwayAleph` error classes when buil
35
35
  ## Links
36
36
 
37
37
  - Model page: https://runapi.ai/models/runway-aleph
38
- - SDK docs: https://runapi.ai/docs#sdk-runway-aleph
39
- - Product docs: https://runapi.ai/docs#runway-aleph
38
+ - SDK docs: https://runapi.ai/docs/resources/sdks
39
+ - Product docs: https://runapi.ai/docs/api/runway-aleph/edit-video
40
40
  - Pricing and rate limits: https://runapi.ai/models/runway-aleph
41
41
  - Provider comparison: https://runapi.ai/providers/runway
42
42
  - Full catalog: https://runapi.ai/models
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runapi-runway-aleph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.10
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.5.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.5.0
26
26
  description: The Runway Aleph Ruby SDK is the language-specific package for Runway
27
27
  Aleph on RunAPI. Use this package for video generation, animation, and video editing
28
28
  workflows when your application needs request bodies, task status lookup, and consistent