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

- old
+ new

@@ -10,17 +10,13 @@ # 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/bulk' 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' -require 'mongo/operation/write/bulk_update' require 'mongo/operation/write/create_index' require 'mongo/operation/write/drop_index' require 'mongo/operation/write/create_user' require 'mongo/operation/write/remove_user' require 'mongo/operation/write/command'