shotstack 0.1.4 → 0.1.5

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.
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.1
9
+ OpenAPI Generator version: 5.0.0
10
10
 
11
11
  =end
12
12
 
13
13
  module Shotstack
14
- VERSION = '0.1.4'
14
+ VERSION = '0.1.5'
15
15
  end
@@ -8,7 +8,7 @@
8
8
  The version of the OpenAPI document: v1
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 4.2.1
11
+ OpenAPI Generator version: 5.0.0
12
12
 
13
13
  =end
14
14
 
@@ -25,10 +25,9 @@ Gem::Specification.new do |s|
25
25
  s.summary = "Shotstack SDK Ruby Gem"
26
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 = "MIT"
28
- s.required_ruby_version = ">= 1.9"
28
+ s.required_ruby_version = ">= 2.4"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
- s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
31
 
33
32
  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
33
 
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.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shotstack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-31 00:00:00.000000000 Z
11
+ date: 2021-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -30,26 +30,6 @@ dependencies:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.0.1
33
- - !ruby/object:Gem::Dependency
34
- name: json
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.1'
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: 2.1.0
43
- type: :runtime
44
- prerelease: false
45
- version_requirements: !ruby/object:Gem::Requirement
46
- requirements:
47
- - - "~>"
48
- - !ruby/object:Gem::Version
49
- version: '2.1'
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: 2.1.0
53
33
  - !ruby/object:Gem::Dependency
54
34
  name: rspec
55
35
  requirement: !ruby/object:Gem::Requirement
@@ -89,6 +69,7 @@ files:
89
69
  - lib/shotstack/models/asset.rb
90
70
  - lib/shotstack/models/audio_asset.rb
91
71
  - lib/shotstack/models/clip.rb
72
+ - lib/shotstack/models/crop.rb
92
73
  - lib/shotstack/models/edit.rb
93
74
  - lib/shotstack/models/font.rb
94
75
  - lib/shotstack/models/html_asset.rb
@@ -99,6 +80,7 @@ files:
99
80
  - lib/shotstack/models/poster.rb
100
81
  - lib/shotstack/models/queued_response.rb
101
82
  - lib/shotstack/models/queued_response_data.rb
83
+ - lib/shotstack/models/range.rb
102
84
  - lib/shotstack/models/render_response.rb
103
85
  - lib/shotstack/models/render_response_data.rb
104
86
  - lib/shotstack/models/soundtrack.rb
@@ -122,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
104
  requirements:
123
105
  - - ">="
124
106
  - !ruby/object:Gem::Version
125
- version: '1.9'
107
+ version: '2.4'
126
108
  required_rubygems_version: !ruby/object:Gem::Requirement
127
109
  requirements:
128
110
  - - ">="