mxfinfo 0.0.3.1 → 0.0.3.2

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.
Files changed (3) hide show
  1. data/lib/mxfinfo/version.rb +1 -1
  2. data/lib/mxfinfo.rb +1 -2
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  class MXFinfo
2
- VERSION = "0.0.3.1"
2
+ VERSION = "0.0.3.2"
3
3
  end
data/lib/mxfinfo.rb CHANGED
@@ -108,8 +108,7 @@ class MXFinfo
108
108
  mxfinfo_attr_reader :physical_package_locator
109
109
 
110
110
  def render_file?
111
- @@render.map{ |r| return true if clip_name.include?(r) } if clip_name
112
- false
111
+ physical_package_name == "Precompute Source Mob"
113
112
  end
114
113
 
115
114
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mxfinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.1
4
+ version: 0.0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-17 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: MXFinfo is a gem to use avidmxfinfo from http://ingex.sourceforge.net/
15
15
  directly in ruby.