unimatrix 3.2.0 → 3.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/unimatrix.rb +1 -0
- data/lib/unimatrix/alchemist/sprite_rendition.rb +5 -1
- data/lib/unimatrix/alchemist/video.rb +1 -0
- data/lib/unimatrix/alchemist/video_picture_activity_proxy.rb +4 -3
- data/lib/unimatrix/quartermaster/binary.rb +1 -0
- data/lib/unimatrix/zephyrus/conversion_output.rb +1 -0
- data/lib/unimatrix/zephyrus/transformation_output.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ed5880f8656f790aa4c540868b4c7adfb1be559
|
4
|
+
data.tar.gz: fa3cddf703111db8dced819489f477472682fbe9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03e2c085c727f2d2d0743ff4a678650a1585f2524eb655964e2799426eaf2840f0b3a0164886cdce7b65207ef1ee2a822705b8f86de950e4e115b80947306397
|
7
|
+
data.tar.gz: 945869eb78d4bb6f5ec66d30c53fd9af7e80c05619eec7e222e18f74d2e07a7696abfe87a13eeaf210a0dbdeb12cab07cf46e98e30b0a07900a851653e6b03bc
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.0
|
data/lib/unimatrix.rb
CHANGED
@@ -126,6 +126,7 @@ require 'unimatrix/zephyrus/routing_output'
|
|
126
126
|
require 'unimatrix/zephyrus/transcoding_output'
|
127
127
|
require 'unimatrix/zephyrus/transcoding_rendition'
|
128
128
|
require 'unimatrix/zephyrus/transcribing_output'
|
129
|
+
require 'unimatrix/zephyrus/transformation_output'
|
129
130
|
require 'unimatrix/zephyrus/transmutation_output'
|
130
131
|
require 'unimatrix/zephyrus/transmutation_rendition'
|
131
132
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unimatrix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jackson Souza
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|