tracksperanto 2.11.0 → 2.11.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 2.11.1
2
+
3
+ * Fixes a bug with importer snag display
4
+
1
5
  === 2.11.0
2
6
 
3
7
  * This release adds a Softimage|XSI export module which outputs a Python script with moving nulls on an image plane
data/lib/pipeline/base.rb CHANGED
@@ -16,7 +16,7 @@ module Tracksperanto::Pipeline
16
16
  class NoTrackersRecoveredError < RuntimeError
17
17
  def initialize(importer)
18
18
  if importer.class.known_snags
19
- @snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.snags]
19
+ @snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.known_snags]
20
20
  end
21
21
  end
22
22
 
data/lib/tracksperanto.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Tracksperanto
5
5
  PATH = File.expand_path(File.dirname(__FILE__))
6
- VERSION = '2.11.0'
6
+ VERSION = '2.11.1'
7
7
 
8
8
  module Import; end
9
9
  module Export; end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "tracksperanto"
8
- s.version = "2.11.0"
8
+ s.version = "2.11.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Julik Tarkhanov"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tracksperanto
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.11.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -363,7 +363,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
363
363
  version: '0'
364
364
  segments:
365
365
  - 0
366
- hash: -2148576341251209313
366
+ hash: -3762076359330809746
367
367
  required_rubygems_version: !ruby/object:Gem::Requirement
368
368
  none: false
369
369
  requirements: