tracksperanto.gemspec in tracksperanto-3.0.1 vs tracksperanto.gemspec in tracksperanto-3.1.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 = "3.0.1"
+ s.version = "3.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Julik Tarkhanov"]
- s.date = "2012-10-30"
+ s.date = "2013-01-14"
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",
@@ -31,10 +31,11 @@
"lib/export/equalizer3.rb",
"lib/export/equalizer4.rb",
"lib/export/flame_stabilizer.rb",
"lib/export/flame_stabilizer_cornerpin.rb",
"lib/export/match_mover.rb",
+ "lib/export/maxscript.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",
@@ -100,10 +101,11 @@
"lib/tracksperanto/zip_tuples.rb",
"test/export/README_EXPORT_TESTS.txt",
"test/export/samples/ref_AfterEffects.jsx",
"test/export/samples/ref_FlameProperlyReorderedCornerpin.stabilizer",
"test/export/samples/ref_FlameSimpleReorderedCornerpin.stabilizer",
+ "test/export/samples/ref_Maxscript.ms",
"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",
@@ -125,9 +127,10 @@
"test/export/test_equalizer3_export.rb",
"test/export/test_equalizer_export.rb",
"test/export/test_flame_stabilizer_cornerpin_export.rb",
"test/export/test_flame_stabilizer_export.rb",
"test/export/test_match_mover_export.rb",
+ "test/export/test_maxscript.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",