flixit 0.0.14 → 0.0.15

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 CHANGED
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.15
@@ -1,6 +1,7 @@
1
1
  class Flixit::Notification < Flixit::Record
2
2
  attr_accessor :xml, :id, :finished_job_at, :initialized_job_at,
3
- :recipe_name, :recipe_id, :state, :error_message
3
+ :recipe_name, :recipe_id, :state, :error_message,
4
+ :pass_through
4
5
 
5
6
  record_column :input_media_file, 'File'
6
7
  record_column :output_media_file, 'File'
data/spec/job_spec.rb CHANGED
@@ -28,7 +28,7 @@ context "Create a Job" do
28
28
  :pass_through => YAML.dump({:key => 'value'}),
29
29
  :file_locations => { :input => {:url => 'http://flixcloud.com/somefile.mp4'},
30
30
  :output => {:url => 's3://flixcloud/somefile.flv'},
31
- :thumbnails => {:url => "s3://flixcloud/somefile/",:prefix => 'thumbnail'}})
31
+ :thumbnails => {:url => "s3://flixcloud/somefile/"}})
32
32
  job.save
33
33
 
34
34
  request = Crack::XML.parse Fredo.books.last[:body]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 14
9
- version: 0.0.14
8
+ - 15
9
+ version: 0.0.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leandro Pedroni