lib/bson.rb in bson-1.1.4 vs lib/bson.rb in bson-1.1.5

- old
+ new

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