lib/mongo/operation/write.rb in mongo-2.0.0.beta vs lib/mongo/operation/write.rb in mongo-2.0.0.rc

- old
+ new

@@ -10,9 +10,11 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +require 'mongo/operation/write/bulk_mergable' +require 'mongo/operation/write/legacy_bulk_mergable' require 'mongo/operation/write/delete' require 'mongo/operation/write/bulk_delete' require 'mongo/operation/write/insert' require 'mongo/operation/write/bulk_insert' require 'mongo/operation/write/update'