This commit is contained in:
Charlie Somerville 2013-12-03 23:08:17 +11:00
Родитель 8472a4640c
Коммит 0e7e6c8404
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -19,4 +19,9 @@ task :objects do
end
end
task :build_gem do
system "script/build_marshal_cache.rb"
system "gem build mime-types.gemspec"
end
task :default => :test