shotstack 0.0.11 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,15 @@
1
1
  =begin
2
- #shotstack
2
+ #Shotstack
3
3
 
4
- #The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
4
+ #The Shotstack API is a video editing service that allows for the automated creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
5
5
 
6
6
  The version of the OpenAPI document: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.0.0
9
+ OpenAPI Generator version: 4.2.1
10
10
 
11
11
  =end
12
12
 
13
13
  module Shotstack
14
- VERSION = '0.0.11'
14
+ VERSION = '0.1.0'
15
15
  end
Binary file
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  =begin
4
- #shotstack
4
+ #Shotstack
5
5
 
6
- #The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON.
6
+ #The Shotstack API is a video editing service that allows for the automated creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io
7
7
 
8
- OpenAPI spec version: v1
8
+ The version of the OpenAPI document: v1
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.0.0-beta3
11
+ OpenAPI Generator version: 4.2.1
12
12
 
13
13
  =end
14
14
 
@@ -22,8 +22,8 @@ Gem::Specification.new do |s|
22
22
  s.authors = ["OpenAPI-Generator"]
23
23
  s.email = [""]
24
24
  s.homepage = "https://openapi-generator.tech"
25
- s.summary = "shotstack Ruby Gem"
26
- s.description = "The Shotstack API is a video editing service that allows for the programatic creation of videos using JSON. "
25
+ s.summary = "Shotstack Ruby Gem"
26
+ s.description = "The Shotstack API is a video editing service that allows for the automated creation of videos using JSON. You can configure an edit and POST it to the Shotstack API which will render your video and provide a file location when complete. For more details check https://shotstack.io"
27
27
  s.license = "Unlicense"
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
@@ -31,12 +31,6 @@ Gem::Specification.new do |s|
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
32
 
33
33
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
- s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
35
- s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
36
- s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
37
- s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
38
- s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
39
- s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'
40
34
 
41
35
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
42
36
  s.test_files = `find spec/*`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shotstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-14 00:00:00.000000000 Z
11
+ date: 2020-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -70,128 +70,10 @@ dependencies:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 3.6.0
73
- - !ruby/object:Gem::Dependency
74
- name: vcr
75
- requirement: !ruby/object:Gem::Requirement
76
- requirements:
77
- - - "~>"
78
- - !ruby/object:Gem::Version
79
- version: '3.0'
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: 3.0.1
83
- type: :development
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
88
- - !ruby/object:Gem::Version
89
- version: '3.0'
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 3.0.1
93
- - !ruby/object:Gem::Dependency
94
- name: webmock
95
- requirement: !ruby/object:Gem::Requirement
96
- requirements:
97
- - - "~>"
98
- - !ruby/object:Gem::Version
99
- version: '1.24'
100
- - - ">="
101
- - !ruby/object:Gem::Version
102
- version: 1.24.3
103
- type: :development
104
- prerelease: false
105
- version_requirements: !ruby/object:Gem::Requirement
106
- requirements:
107
- - - "~>"
108
- - !ruby/object:Gem::Version
109
- version: '1.24'
110
- - - ">="
111
- - !ruby/object:Gem::Version
112
- version: 1.24.3
113
- - !ruby/object:Gem::Dependency
114
- name: autotest
115
- requirement: !ruby/object:Gem::Requirement
116
- requirements:
117
- - - "~>"
118
- - !ruby/object:Gem::Version
119
- version: '4.4'
120
- - - ">="
121
- - !ruby/object:Gem::Version
122
- version: 4.4.6
123
- type: :development
124
- prerelease: false
125
- version_requirements: !ruby/object:Gem::Requirement
126
- requirements:
127
- - - "~>"
128
- - !ruby/object:Gem::Version
129
- version: '4.4'
130
- - - ">="
131
- - !ruby/object:Gem::Version
132
- version: 4.4.6
133
- - !ruby/object:Gem::Dependency
134
- name: autotest-rails-pure
135
- requirement: !ruby/object:Gem::Requirement
136
- requirements:
137
- - - "~>"
138
- - !ruby/object:Gem::Version
139
- version: '4.1'
140
- - - ">="
141
- - !ruby/object:Gem::Version
142
- version: 4.1.2
143
- type: :development
144
- prerelease: false
145
- version_requirements: !ruby/object:Gem::Requirement
146
- requirements:
147
- - - "~>"
148
- - !ruby/object:Gem::Version
149
- version: '4.1'
150
- - - ">="
151
- - !ruby/object:Gem::Version
152
- version: 4.1.2
153
- - !ruby/object:Gem::Dependency
154
- name: autotest-growl
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '0.2'
160
- - - ">="
161
- - !ruby/object:Gem::Version
162
- version: 0.2.16
163
- type: :development
164
- prerelease: false
165
- version_requirements: !ruby/object:Gem::Requirement
166
- requirements:
167
- - - "~>"
168
- - !ruby/object:Gem::Version
169
- version: '0.2'
170
- - - ">="
171
- - !ruby/object:Gem::Version
172
- version: 0.2.16
173
- - !ruby/object:Gem::Dependency
174
- name: autotest-fsevent
175
- requirement: !ruby/object:Gem::Requirement
176
- requirements:
177
- - - "~>"
178
- - !ruby/object:Gem::Version
179
- version: '0.2'
180
- - - ">="
181
- - !ruby/object:Gem::Version
182
- version: 0.2.12
183
- type: :development
184
- prerelease: false
185
- version_requirements: !ruby/object:Gem::Requirement
186
- requirements:
187
- - - "~>"
188
- - !ruby/object:Gem::Version
189
- version: '0.2'
190
- - - ">="
191
- - !ruby/object:Gem::Version
192
- version: 0.2.12
193
- description: 'The Shotstack API is a video editing service that allows for the programatic
194
- creation of videos using JSON. '
73
+ description: The Shotstack API is a video editing service that allows for the automated
74
+ creation of videos using JSON. You can configure an edit and POST it to the Shotstack
75
+ API which will render your video and provide a file location when complete. For
76
+ more details check https://shotstack.io
195
77
  email:
196
78
  - ''
197
79
  executables: []
@@ -200,26 +82,34 @@ extra_rdoc_files: []
200
82
  files:
201
83
  - README.md
202
84
  - lib/shotstack.rb
203
- - lib/shotstack/api/default_api.rb
85
+ - lib/shotstack/api/endpoints_api.rb
204
86
  - lib/shotstack/api_client.rb
205
87
  - lib/shotstack/api_error.rb
206
88
  - lib/shotstack/configuration.rb
207
89
  - lib/shotstack/models/asset.rb
90
+ - lib/shotstack/models/audio_asset.rb
208
91
  - lib/shotstack/models/clip.rb
209
92
  - lib/shotstack/models/edit.rb
93
+ - lib/shotstack/models/font.rb
94
+ - lib/shotstack/models/html_asset.rb
210
95
  - lib/shotstack/models/image_asset.rb
96
+ - lib/shotstack/models/luma_asset.rb
97
+ - lib/shotstack/models/offset.rb
211
98
  - lib/shotstack/models/output.rb
99
+ - lib/shotstack/models/poster.rb
212
100
  - lib/shotstack/models/queued_response.rb
213
101
  - lib/shotstack/models/queued_response_data.rb
214
102
  - lib/shotstack/models/render_response.rb
215
103
  - lib/shotstack/models/render_response_data.rb
216
104
  - lib/shotstack/models/soundtrack.rb
105
+ - lib/shotstack/models/thumbnail.rb
217
106
  - lib/shotstack/models/timeline.rb
218
107
  - lib/shotstack/models/title_asset.rb
219
108
  - lib/shotstack/models/track.rb
220
109
  - lib/shotstack/models/transition.rb
221
110
  - lib/shotstack/models/video_asset.rb
222
111
  - lib/shotstack/version.rb
112
+ - shotstack-0.0.11.gem
223
113
  - shotstack.gemspec
224
114
  homepage: https://openapi-generator.tech
225
115
  licenses:
@@ -244,5 +134,5 @@ rubyforge_project:
244
134
  rubygems_version: 2.7.6
245
135
  signing_key:
246
136
  specification_version: 4
247
- summary: shotstack Ruby Gem
137
+ summary: Shotstack Ruby Gem
248
138
  test_files: []