lib/bson.rb in bson-1.0.6 vs lib/bson.rb in bson-1.0.7
- old
+ new
@@ -1,12 +1,12 @@
# encoding: UTF-8
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-MINIMUM_BSON_EXT_VERSION = "1.0.6"
+MINIMUM_BSON_EXT_VERSION = "1.0.7"
module BSON
- VERSION = "1.0.6"
+ VERSION = "1.0.7"
def self.serialize(obj, check_keys=false, move_id=false)
BSON_CODER.serialize(obj, check_keys, move_id)
end