lib/mongo.rb in mongo-1.0.1 vs lib/mongo.rb in mongo-1.0.2

- old
+ new

@@ -1,11 +1,11 @@ # encoding: UTF-8 $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "1.0.1" + VERSION = "1.0.2" end module Mongo ASCENDING = 1 DESCENDING = -1 @@ -22,11 +22,9 @@ OP_KILL_CURSORS = 2007 OP_QUERY_TAILABLE = 2 OP_QUERY_SLAVE_OK = 4 OP_QUERY_NO_CURSOR_TIMEOUT = 16 - - DEFAULT_BATCH_SIZE = 100 end end require 'bson'