sessionm-cassandra_object 2.5.5 → 2.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -170,7 +170,7 @@ module CassandraObject
170
170
  end
171
171
 
172
172
  def self.connection()
173
- self.connection_spec[:datacenter] ? self.ranged_connection.connection : self.connection_pool.connection
173
+ self.connection_spec[:datacenter] ? self.ranged_connection_pool.connection : self.connection_pool.connection
174
174
  end
175
175
  def self.connection?() !!connection end
176
176
 
@@ -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.5'
5
+ s.version = '2.5.6'
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
- - 5
9
- version: 2.5.5
8
+ - 6
9
+ version: 2.5.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Koziarski