diff --git a/Rakefile b/Rakefile index 65de58c..a8eee69 100644 --- a/Rakefile +++ b/Rakefile @@ -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