minor: task to build gems

This commit is contained in:
Kyle Banker 2011-02-23 14:52:06 -05:00
parent a0aee12907
commit ef99f49dd9
1 changed files with 8 additions and 0 deletions

View File

@ -175,6 +175,14 @@ namespace :gem do
sh "rm bson_ext-*.gem"
end
desc "Build all gems"
task :build_all do
sh "gem build mongo.gemspec"
sh "gem build bson.gemspec"
sh "gem build bson.java.gemspec"
sh "gem build bson_ext.gemspec"
end
end
namespace :ci do