lib/em-mongo.rb in em-mongo-0.2.4 vs lib/em-mongo.rb in em-mongo-0.2.6
- old
+ new
@@ -1,15 +1,14 @@
require "eventmachine"
begin; require "bson_ext"; rescue LoadError; require "bson"; end
-
module EM::Mongo
module Version
MAJOR = 0
MINOR = 2
- TINY = 4
+ TINY = 6
STRING = [MAJOR, MINOR, TINY].join('.')
end
NAME = 'em-mongo'
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR