lib/bson.rb in bson-0.20.1 vs lib/bson.rb in bson-1.0

- old
+ new

@@ -1,8 +1,8 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module BSON - VERSION = "0.20.1" + VERSION = "1.0" def self.serialize(obj, check_keys=false, move_id=false) BSON_CODER.serialize(obj, check_keys, move_id) end