lib/bson.rb in bson-1.0.3 vs lib/bson.rb in bson-1.0.4

- old
+ new

@@ -1,12 +1,12 @@ # encoding: UTF-8 $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -MINIMUM_BSON_EXT_VERSION = "1.0.1" +MINIMUM_BSON_EXT_VERSION = "1.0.4" module BSON - VERSION = "1.0.3" + VERSION = "1.0.4" def self.serialize(obj, check_keys=false, move_id=false) BSON_CODER.serialize(obj, check_keys, move_id) end