cql-rb 1.1.0.pre2 → 1.1.0.pre3

Sign up to get free protection for your applications and to get access to all the features.
@@ -181,7 +181,7 @@ module Cql
181
181
  node_addresses = unconnected_peers.map do |row|
182
182
  rpc_address = row['rpc_address'].to_s
183
183
  if rpc_address == BIND_ALL_IP
184
- row['peer']
184
+ row['peer'].to_s
185
185
  else
186
186
  rpc_address
187
187
  end
data/lib/cql/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Cql
4
- VERSION = '1.1.0.pre2'.freeze
4
+ VERSION = '1.1.0.pre3'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cql-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.pre2
4
+ version: 1.1.0.pre3
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: