tracksperanto.gemspec in tracksperanto-2.11.3 vs tracksperanto.gemspec in tracksperanto-2.12.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "tracksperanto" - s.version = "2.11.3" + s.version = "2.12.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Julik Tarkhanov"] - s.date = "2012-09-12" + s.date = "2012-10-01" s.description = "Converts 2D track exports between different apps like Flame, MatchMover, PFTrack..." s.email = "me@julik.nl" s.executables = ["tracksperanto"] s.extra_rdoc_files = [ "DEVELOPER_DOCS.rdoc", @@ -34,10 +34,11 @@ "lib/export/flame_stabilizer_cornerpin.rb", "lib/export/match_mover.rb", "lib/export/maya_live.rb", "lib/export/maya_locators.rb", "lib/export/mux.rb", + "lib/export/nuke_cam_tk_usertracks.rb", "lib/export/nuke_script.rb", "lib/export/pfmatchit.rb", "lib/export/pftrack.rb", "lib/export/pftrack_5.rb", "lib/export/ruby.rb", @@ -101,10 +102,11 @@ "test/export/samples/ref_FlameProperlyReorderedCornerpin.stabilizer", "test/export/samples/ref_FlameSimpleReorderedCornerpin.stabilizer", "test/export/samples/ref_MayaLocators.ma", "test/export/samples/ref_Mayalive.txt", "test/export/samples/ref_Mayalive_CustomAspect.txt", + "test/export/samples/ref_NukeCameraTrackerUsertracks.txt", "test/export/samples/ref_NukeScript.nk", "test/export/samples/ref_PFMatchit.2dt", "test/export/samples/ref_PFTrack.2dt", "test/export/samples/ref_PFTrack5.2dt", "test/export/samples/ref_Ruby.rb", @@ -125,9 +127,10 @@ "test/export/test_flame_stabilizer_export.rb", "test/export/test_match_mover_export.rb", "test/export/test_maya_live_export.rb", "test/export/test_maya_locators_export.rb", "test/export/test_mux.rb", + "test/export/test_nuke_camtracker_export.rb", "test/export/test_nuke_export.rb", "test/export/test_pfmatchit_export.rb", "test/export/test_pftrack5_export.rb", "test/export/test_pftrack_export.rb", "test/export/test_ruby_export.rb",