We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9da244 commit ec97bd0Copy full SHA for ec97bd0
lib/bson.rb
@@ -16,6 +16,8 @@
16
# limitations under the License.
17
# ++
18
19
+$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20
+
21
MINIMUM_BSON_EXT_VERSION = "1.5.1"
22
23
module BSON
lib/mongo.rb
require 'mongo/version'
module Mongo
0 commit comments