velir_kaltura-ruby 0.4.2 → 0.4.3

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
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 2
4
+ :patch: 3
5
5
  :build:
@@ -539,6 +539,10 @@ module Kaltura
539
539
  attr_accessor :conversion_engines
540
540
  attr_accessor :conversion_engines_extra_params
541
541
  attr_accessor :two_pass
542
+ attr_accessor :deinterlice
543
+ attr_accessor :rotate
544
+ attr_accessor :operators
545
+ attr_accessor :engine_version
542
546
 
543
547
  def id=(val)
544
548
  @id = val.to_i
@@ -579,6 +583,18 @@ module Kaltura
579
583
  def two_pass=(val)
580
584
  @two_pass = to_b(val)
581
585
  end
586
+ def deinterlice=(val)
587
+ @deinterlice = val.to_i
588
+ end
589
+ def rotate=(val)
590
+ @rotate = val.to_i
591
+ end
592
+ def operators=(val)
593
+ @operators = val.to_s
594
+ end
595
+ def engine_version=(val)
596
+ @engine_version = val.to_i
597
+ end
582
598
  end
583
599
 
584
600
  class FlavorAssetWithParams < ObjectBase
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{velir_kaltura-ruby}
8
- s.version = "0.4.2"
8
+ s.version = "0.4.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Patrick Robertson"]
12
- s.date = %q{2010-08-10}
12
+ s.date = %q{2010-09-28}
13
13
  s.email = %q{patrick.robertson@velir.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: velir_kaltura-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Robertson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-10 00:00:00 -04:00
18
+ date: 2010-09-28 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency