Skip to content

Commit

Permalink
tweak build_gems task
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Jan 27, 2012
1 parent f49ba00 commit 8eb5c95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Expand Up @@ -4,11 +4,10 @@ end

namespace :mb do
task :build_gems do
sh "gem build slyphon-zookeeper.gemspec"
sh "rvm 1.8.7 do gem build slyphon-zookeeper.gemspec"
ENV['JAVA_GEM'] = '1'
sh "gem build slyphon-zookeeper.gemspec"
sh "rvm 1.8.7 do gem build slyphon-zookeeper.gemspec"
end

end

%w[1.8.7 1.9.2 1.9.3 jruby].each do |rvm_ruby|
Expand Down

0 comments on commit 8eb5c95

Please sign in to comment.