--- !ruby/object:Gem::Specification name: bson version: !ruby/object:Gem::Version hash: 7 prerelease: segments: - 1 - 4 - 0 version: 1.4.0 platform: jruby authors: - Jim Menard - Mike Dirolf - Kyle Banker autorequire: bindir: bin cert_chain: [] date: 2011-09-20 00:00:00 -04:00 default_executable: 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_c.rb - lib/bson/bson_java.rb - lib/bson/bson_ruby.rb - lib/bson/byte_buffer.rb - lib/bson/exceptions.rb - lib/bson/ordered_hash.rb - lib/bson/types/binary.rb - lib/bson/types/code.rb - lib/bson/types/dbref.rb - lib/bson/types/min_max_keys.rb - lib/bson/types/object_id.rb - lib/bson/types/timestamp.rb - bin/b2json - bin/j2bson - ext/java/jar/jbson.jar - ext/java/jar/mongo-2.6.5.jar - test/bson/binary_test.rb - test/bson/bson_string_test.rb - test/bson/bson_test.rb - test/bson/byte_buffer_test.rb - test/bson/hash_with_indifferent_access_test.rb - test/bson/json_test.rb - test/bson/object_id_test.rb - test/bson/ordered_hash_test.rb - test/bson/test_helper.rb - test/bson/timestamp_test.rb has_rdoc: true 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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: Ruby implementation of BSON test_files: - test/bson/binary_test.rb - test/bson/bson_string_test.rb - test/bson/bson_test.rb - test/bson/byte_buffer_test.rb - test/bson/hash_with_indifferent_access_test.rb - test/bson/json_test.rb - test/bson/object_id_test.rb - test/bson/ordered_hash_test.rb - test/bson/test_helper.rb - test/bson/timestamp_test.rb