staugaard-transcoding_machine 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.
data/VERSION.yml
CHANGED
@@ -23,7 +23,7 @@ module TranscodingMachine
|
|
23
23
|
def analyzed_source_file(source_file_attributes, source_media_format, target_media_formats)
|
24
24
|
push_status(:analyzed, :media_format => source_media_format.id,
|
25
25
|
:media_attributes => source_file_attributes,
|
26
|
-
:target_formats => target_media_formats.map
|
26
|
+
:target_formats => target_media_formats.map(&:id))
|
27
27
|
end
|
28
28
|
|
29
29
|
def generating_thumbnail_file
|
@@ -53,7 +53,7 @@ module TranscodingMachine
|
|
53
53
|
def push_status(status, options = {})
|
54
54
|
msg = @message_properties.clone
|
55
55
|
msg[:status] = status
|
56
|
-
msg[:transcoding_machine_version]
|
56
|
+
msg[:transcoding_machine_version] = TranscodingMachine::VERSION
|
57
57
|
msg.merge!(options)
|
58
58
|
@result_queue.push(msg.to_yaml)
|
59
59
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: staugaard-transcoding_machine
|
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
|
- Mick Staugaard
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-04-
|
12
|
+
date: 2009-04-08 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|