RUBY-388 remove unnecessary load path addition

This commit is contained in:
Kyle Banker 2011-12-13 15:30:25 -05:00
parent 26090dbbdd
commit 6eaa9e4d62
2 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@
# limitations under the License.
# ++
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
MINIMUM_BSON_EXT_VERSION = "1.5.1"
module BSON

View File

@ -16,8 +16,6 @@
# limitations under the License.
# ++
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'mongo/version'
module Mongo