mongo-ruby-driver/Gemfile
Gary Murakami 50d6902d80 Revert cbson.c, to be revisited for malloc/free reduction.
README.md has API Documentation note at the top to help users match documentation to driver version, DOCS-197.
 Expanded performance tests, for insert with multiple docs.
2012-05-03 16:43:12 -04:00

33 lines
556 B
Ruby

source :rubygems
group :development, :test do
# Generic
gem "bundler"
gem "rake"
gem "json"
gem "bson_ext" unless RUBY_PLATFORM =~ /java/
# Deployment
gem "git"
gem "redcarpet"
gem "yard"
# Testing
gem "mocha"
gem "shoulda"
gem "test-unit"
gem "ci_reporter"
gem "ruby-prof" unless RUBY_PLATFORM =~ /java/
gem "rake-compiler"
# Java
platforms :jruby do
gem "bouncy-castle-java"
gem "jruby-launcher"
gem "jruby-openssl"
end
end
gem "perftools.rb", :group => :development unless RUBY_PLATFORM =~ /java/