zeevex_cluster 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,6 @@ class ZeevexCluster::Coordinator::BaseKeyValStore
5
5
 
6
6
  def self.setup
7
7
  unless @setup
8
- require 'memcache'
9
8
  require 'zeevex_cluster/serializer/json_hash'
10
9
  @setup = true
11
10
  end
@@ -19,6 +19,7 @@ class ZeevexCluster::Strategy::Cas < ZeevexCluster::Strategy::Base
19
19
  @server = ZeevexCluster::Coordinator.create(coordinator_type,
20
20
  {:server => options[:server],
21
21
  :port => options[:port],
22
+ :client => options[:client],
22
23
  :expiration => @stale_time * 4}.merge(options[:coordinator_options] || {}))
23
24
  end
24
25
  unless @server.is_a?(ZeevexCluster::Synchronized)
@@ -1,3 +1,3 @@
1
1
  module ZeevexCluster
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeevex_cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: