add build_gem task
This commit is contained in:
Родитель
8472a4640c
Коммит
0e7e6c8404
5
Rakefile
5
Rakefile
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче