shotstack 0.1.3 → 0.1.4
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/shotstack/version.rb +1 -1
- data/shotstack.gemspec +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 579d1ec5fccbd70b7208291c253e5445b322951876de459b3e9ebd997611c402
|
|
4
|
+
data.tar.gz: 0cf0f98748009d2d237d6a65725b84f13321d8fed9226af5a7b0a021b826e538
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b276ccfa85b833e0412c9ba9e453e94a30afcfce6fb03e4cd03376da11b94c699a0b4bf28ed4f3b82271616e629316bd8a6351a4b0d40d20e8ef985915c610c
|
|
7
|
+
data.tar.gz: da0323bac62db522fc290062d405b620821ff9630cee43715d83e5647a49a73225f1f66aaadbe10460ee8f0c24c75cc0cce13d7fbdb593c77b5a2c2bbe37c485
|
data/lib/shotstack/version.rb
CHANGED
data/shotstack.gemspec
CHANGED
|
@@ -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 = ["
|
|
22
|
+
s.authors = ["Shotstack"]
|
|
23
23
|
s.email = [""]
|
|
24
|
-
s.homepage = "https://
|
|
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 = "
|
|
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.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
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://
|
|
113
|
+
homepage: https://shotstack.io
|
|
114
114
|
licenses:
|
|
115
|
-
-
|
|
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: []
|