Rakefile in tracksperanto-3.4.0 vs Rakefile in tracksperanto-3.4.1
- old
+ new
@@ -1,9 +1,9 @@
require './lib/tracksperanto'
-require 'jeweler'
require 'rake/hooks'
+require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.version = Tracksperanto::VERSION
gem.name = "tracksperanto"
gem.summary = "A universal 2D tracks converter"
gem.description = "Converts 2D track exports between different apps like Flame, MatchMover, PFTrack..."
@@ -16,15 +16,16 @@
# Do not package up test fixtures
gem.files.exclude "test/import/samples"
gem.files.exclude "test/import/samples/*/*.*"
gem.files.exclude "test/subpixel"
-
+
# Do not package invisibles
gem.files.exclude ".*"
end
Jeweler::RubygemsDotOrgTasks.new
+
require 'rake/testtask'
desc "Run all tests"
Rake::TestTask.new("test") do |t|
t.libs << "test"