--- !ruby/object:Gem::Specification name: bson version: !ruby/object:Gem::Version version: 1.5.0 prerelease: platform: ruby authors: - Jim Menard - Mike Dirolf - Kyle Banker autorequire: bindir: bin cert_chain: [] date: 2011-11-28 00:00:00.000000000Z dependencies: [] description: A Ruby BSON implementation for MongoDB. For more information about Mongo, see http://www.mongodb.org. For more information on BSON, see http://www.bsonspec.org. email: mongodb-dev@googlegroups.com executables: - b2json - j2bson extensions: [] extra_rdoc_files: [] files: - LICENSE.txt - lib/bson.rb - lib/bson/bson_java.rb - lib/bson/types/binary.rb - lib/bson/types/min_max_keys.rb - lib/bson/types/timestamp.rb - lib/bson/types/code.rb - lib/bson/types/object_id.rb - lib/bson/types/dbref.rb - lib/bson/exceptions.rb - lib/bson/bson_c.rb - lib/bson/ordered_hash.rb - lib/bson/byte_buffer.rb - lib/bson/bson_ruby.rb - bin/b2json - bin/j2bson - test/bson/binary_test.rb - test/bson/json_test.rb - test/bson/byte_buffer_test.rb - test/bson/ordered_hash_test.rb - test/bson/object_id_test.rb - test/bson/test_helper.rb - test/bson/bson_test.rb - test/bson/timestamp_test.rb - test/bson/hash_with_indifferent_access_test.rb - test/support/hash_with_indifferent_access.rb homepage: http://www.mongodb.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Ruby implementation of BSON test_files: - test/bson/binary_test.rb - test/bson/json_test.rb - test/bson/byte_buffer_test.rb - test/bson/ordered_hash_test.rb - test/bson/object_id_test.rb - test/bson/test_helper.rb - test/bson/bson_test.rb - test/bson/timestamp_test.rb - test/bson/hash_with_indifferent_access_test.rb - test/support/hash_with_indifferent_access.rb