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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31f14b45ba6a1b56514a9d7f66ef34e8b05a0a7d43bc69b0b7b53f68c547b7fe
4
- data.tar.gz: ff4b215c6ff1d1ea8a2e4f630f1c8de5e6638176216d0d89fbbfac21cc81a20e
3
+ metadata.gz: 16d754547ec232168285ae74b63fd603666565bf98ca5397e8ffbf7c4d425de6
4
+ data.tar.gz: de7457fc8056aee01ca7fbfe500cafe7cdf0d3dfd2f7bcef72d6da353965a84c
5
5
  SHA512:
6
- metadata.gz: 4a3352ca1ff75bc67552ef79c9d6a3860e7184bd750bb4401b112698b0aa67999479d7fe382bcf8ff8deaf4b2009feda42d0131cc6b812b1bb27c1484848478a
7
- data.tar.gz: f55f21b85e52f881512d91de3d999d5673ff873a399cafc74c0653b88a868db655910549fb2dffdada579debeb38141ec071530a110fbff9b75d781ca03a1adb
6
+ metadata.gz: 54c995da0d3b03047081a9e2f2ee10d045dde2c0f40e3bcf29ed1b03614886632980890d7e773bbcba52364b8aa49cbaa9406aed4e893d7ef233a36e9b422c8b
7
+ data.tar.gz: '0700289f37e17b86da01588f23620fb0075c87efc31226b5131f7eeba9dffd9264869d52a7e4954da1a8dbdcbcf9d638cd85321db1c2a15f0bd12fcedd014e9b'
@@ -11,5 +11,5 @@ Generator version: 7.22.0
11
11
  =end
12
12
 
13
13
  module ILoveVideoEditor
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
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.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: High-level wrapper over the auto-generated iLoveVideoEditor OpenAPI client
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: []