lib/mongo3.rb in mongo3-0.0.7 vs lib/mongo3.rb in mongo3-0.0.8

- old
+ new

@@ -1,8 +1,8 @@ module Mongo3 # :stopdoc: - VERSION = '0.0.7' unless defined? Mongo3::VERSION + VERSION = '0.0.8' unless defined? Mongo3::VERSION LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR unless defined? Mongo3::LIBPATH PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR unless defined? Mongo3::LIBPATH # :startdoc: # Returns the version string for the library.