sessionm-cassandra_object 2.5.7 → 2.5.8

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.
@@ -106,7 +106,7 @@ module CassandraObject
106
106
 
107
107
  @@ranged_connection_pool_key_algo = nil
108
108
  def self.ranged_connection_pool_key_algo
109
- @@ranged_connection_pool_key_algo ||= Proc.new { |key| Digest::MD5.hexdigest key }
109
+ @@ranged_connection_pool_key_algo ||= Proc.new { |key| Digest::MD5.hexdigest key.to_s }
110
110
  end
111
111
 
112
112
  def self.create_ranged_connection_pool(async)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'sessionm-cassandra_object'
5
- s.version = '2.5.7'
5
+ s.version = '2.5.8'
6
6
  s.description = 'Cassandra ActiveModel'
7
7
  s.summary = 'Cassandra ActiveModel'
8
8
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 5
8
- - 7
9
- version: 2.5.7
8
+ - 8
9
+ version: 2.5.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Koziarski