ilovevideoeditor-sdk 1.0.0 → 1.0.1
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/generated/ilovevideoeditor-sdk/version.rb +1 -1
- metadata +14 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16d754547ec232168285ae74b63fd603666565bf98ca5397e8ffbf7c4d425de6
|
|
4
|
+
data.tar.gz: de7457fc8056aee01ca7fbfe500cafe7cdf0d3dfd2f7bcef72d6da353965a84c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54c995da0d3b03047081a9e2f2ee10d045dde2c0f40e3bcf29ed1b03614886632980890d7e773bbcba52364b8aa49cbaa9406aed4e893d7ef233a36e9b422c8b
|
|
7
|
+
data.tar.gz: '0700289f37e17b86da01588f23620fb0075c87efc31226b5131f7eeba9dffd9264869d52a7e4954da1a8dbdcbcf9d638cd85321db1c2a15f0bd12fcedd014e9b'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ilovevideoeditor-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- iLoveVideoEditor
|
|
@@ -30,7 +30,11 @@ dependencies:
|
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.1
|
|
33
|
-
description:
|
|
33
|
+
description: 'Render videos programmatically with the iLoveVideoEditor cloud video
|
|
34
|
+
API: submit JSON scenes or render templates with variables, queue render jobs, and
|
|
35
|
+
download the resulting MP4/WebM. Provides a high-level client with blocking renders,
|
|
36
|
+
polling and progress callbacks, plus the full auto-generated OpenAPI client for
|
|
37
|
+
every endpoint. Requires Ruby 3.0 or later.'
|
|
34
38
|
email: support@ilovevideoeditor.com
|
|
35
39
|
executables: []
|
|
36
40
|
extensions: []
|
|
@@ -154,10 +158,15 @@ files:
|
|
|
154
158
|
- lib/generated/ilovevideoeditor-sdk/version.rb
|
|
155
159
|
- lib/ilovevideoeditor-sdk.rb
|
|
156
160
|
- lib/ilovevideoeditor/client.rb
|
|
157
|
-
homepage: https://ilovevideoeditor.com
|
|
161
|
+
homepage: https://ilovevideoeditor.com/docs/sdks
|
|
158
162
|
licenses:
|
|
159
163
|
- MIT
|
|
160
|
-
metadata:
|
|
164
|
+
metadata:
|
|
165
|
+
homepage_uri: https://ilovevideoeditor.com
|
|
166
|
+
source_code_uri: https://github.com/ilovevideoeditor/sdk-ruby
|
|
167
|
+
documentation_uri: https://ilovevideoeditor.com/docs
|
|
168
|
+
changelog_uri: https://github.com/ilovevideoeditor/sdk-ruby/blob/master/CHANGELOG.md
|
|
169
|
+
bug_tracker_uri: https://github.com/ilovevideoeditor/sdk-ruby/issues
|
|
161
170
|
post_install_message:
|
|
162
171
|
rdoc_options: []
|
|
163
172
|
require_paths:
|
|
@@ -177,5 +186,5 @@ requirements: []
|
|
|
177
186
|
rubygems_version: 3.4.20
|
|
178
187
|
signing_key:
|
|
179
188
|
specification_version: 4
|
|
180
|
-
summary: Official Ruby SDK for iLoveVideoEditor
|
|
189
|
+
summary: Official Ruby SDK for the iLoveVideoEditor cloud video rendering API
|
|
181
190
|
test_files: []
|