shotstack 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d7ae43e161a59f2235a19bedecbad719688f507fffbea5f3ba98290420c771d
4
- data.tar.gz: e8350e8c8a158eb53d927b8abcf4ccf4aedb5800818daacde77fa7494973bc0b
3
+ metadata.gz: 579d1ec5fccbd70b7208291c253e5445b322951876de459b3e9ebd997611c402
4
+ data.tar.gz: 0cf0f98748009d2d237d6a65725b84f13321d8fed9226af5a7b0a021b826e538
5
5
  SHA512:
6
- metadata.gz: 5e8af0ed7bb5f3ec96c40106a718793e63cc8a4b57fb886c5b07e490251abd540af94744ad56206d32ac3f997ae346d5fb5e99082c8423374b8ff63bcd61df23
7
- data.tar.gz: d22fe040921d1393dc9b00fa88a8ca54c2928a082f1e33c548d057a79f651f6bc07a47930e528a99b25b6480b817cd2a8e7762b45da7e284af5d04b25d69c193
6
+ metadata.gz: 1b276ccfa85b833e0412c9ba9e453e94a30afcfce6fb03e4cd03376da11b94c699a0b4bf28ed4f3b82271616e629316bd8a6351a4b0d40d20e8ef985915c610c
7
+ data.tar.gz: da0323bac62db522fc290062d405b620821ff9630cee43715d83e5647a49a73225f1f66aaadbe10460ee8f0c24c75cc0cce13d7fbdb593c77b5a2c2bbe37c485
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.1
11
11
  =end
12
12
 
13
13
  module Shotstack
14
- VERSION = '0.1.3'
14
+ VERSION = '0.1.4'
15
15
  end
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
19
19
  s.name = "shotstack"
20
20
  s.version = Shotstack::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["OpenAPI-Generator"]
22
+ s.authors = ["Shotstack"]
23
23
  s.email = [""]
24
- s.homepage = "https://openapi-generator.tech"
25
- s.summary = "Shotstack Ruby Gem"
24
+ s.homepage = "https://shotstack.io"
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
- s.license = "Unlicense"
27
+ s.license = "MIT"
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shotstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - OpenAPI-Generator
7
+ - Shotstack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -110,9 +110,9 @@ files:
110
110
  - lib/shotstack/models/video_asset.rb
111
111
  - lib/shotstack/version.rb
112
112
  - shotstack.gemspec
113
- homepage: https://openapi-generator.tech
113
+ homepage: https://shotstack.io
114
114
  licenses:
115
- - Unlicense
115
+ - MIT
116
116
  metadata: {}
117
117
  post_install_message:
118
118
  rdoc_options: []
@@ -133,5 +133,5 @@ rubyforge_project:
133
133
  rubygems_version: 2.7.6
134
134
  signing_key:
135
135
  specification_version: 4
136
- summary: Shotstack Ruby Gem
136
+ summary: Shotstack SDK Ruby Gem
137
137
  test_files: []