From e9da2446e00f3ccc6092613fdb4a0361676c4288 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 12 Dec 2011 16:31:52 -0500 Subject: [PATCH] RUBY-388 remove superfluous require --- lib/bson.rb | 2 -- lib/mongo.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/bson.rb b/lib/bson.rb index 5d93351..41409d8 100644 --- a/lib/bson.rb +++ b/lib/bson.rb @@ -16,8 +16,6 @@ # limitations under the License. # ++ -$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) - MINIMUM_BSON_EXT_VERSION = "1.5.1" module BSON diff --git a/lib/mongo.rb b/lib/mongo.rb index 1e386a5..a3191ff 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -16,8 +16,6 @@ # limitations under the License. # ++ -$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) - require 'mongo/version' module Mongo