bcg / em-mongo

EventMachine MongoDB Driver (based off of RMongo)
http://github.com/bcg/em-mongo
141 stars 47 forks source link

undefined method 'defer_as_a' #37

Closed tobyhede closed 12 years ago

tobyhede commented 12 years ago

Using:

Seeing this error:

 NoMethodError:
   undefined method `defer_as_a' for #<EventMachine::Mongo::Cursor:0x000001024f9338>

Pulled latest from github and the method is there, but fresh gem install sees the above error.

bcg commented 12 years ago

Just released 0.4.2 with fc3267511d . Thanks for reminding me.