lib/mongo-proxy/proxy.rb in mongo-proxy-1.0.0 vs lib/mongo-proxy/proxy.rb in mongo-proxy-1.0.1
- old
+ new
@@ -8,10 +8,10 @@
# This class uses em-proxy to help listen to MongoDB traffic, with some
# parsing and filtering capabilities that allow you to enforce a read-only
# mode, or use your own arbitrary logic.
class MongoProxy
- VERSION = '1.0.0'
+ VERSION = '1.0.1'
def initialize(config = nil)
# default config values
@config = {
:client_host => '127.0.0.1', # Set the host to bind the proxy socket on.