tracksperanto.gemspec in tracksperanto-2.9.4 vs tracksperanto.gemspec in tracksperanto-2.9.5

- 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.9.4" + s.version = "2.9.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Julik Tarkhanov"] - s.date = "2012-02-08" + s.date = "2012-02-16" 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", @@ -92,11 +92,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_MayaLocators.mel", + "test/export/samples/ref_MayaLocators.ma", "test/export/samples/ref_Mayalive.txt", "test/export/samples/ref_Mayalive_CustomAspect.txt", "test/export/samples/ref_NukeScript.nk", "test/export/samples/ref_PFMatchit.2dt", "test/export/samples/ref_PFTrack.2dt", @@ -157,18 +157,21 @@ "test/middleware/test_shift_middleware.rb", "test/middleware/test_slip_middleware.rb", "test/middleware/test_start_trim_middleware.rb", "test/test_buffer_io.rb", "test/test_bufferingreader.rb", + "test/test_casts.rb", "test/test_cli.rb", "test/test_const_name.rb", "test/test_extio.rb", "test/test_format_detector.rb", "test/test_keyframe.rb", "test/test_pipeline.rb", + "test/test_safety.rb", "test/test_simple_export.rb", "test/test_tracker.rb", "test/test_tracksperanto.rb", + "test/test_zip_tuples.rb", "tracksperanto.gemspec" ] s.homepage = "http://guerilla-di.org/tracksperanto" s.licenses = ["MIT"] s.require_paths = ["lib"]