sessionm-cassandra_object 2.7.0 → 2.7.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a47123dd0e48dec37279a5b155c08b550c32191a
4
- data.tar.gz: 35ff1d1af650b20c9ae3aee5a9347102a6e3228a
3
+ metadata.gz: 18f0db796f737b6250c5bbcef6ecffcff2dbf5e3
4
+ data.tar.gz: 100827ead34c4b52b7509f045bf89fd1faac39d9
5
5
  SHA512:
6
- metadata.gz: ce42169c53a5407ad3a624b3bfa11d7ff878feb5177358fb1af8c764056b8d79a683dfbe5101b7428d932b72d669acb05d63f3f503896476b7001409d5ea9929
7
- data.tar.gz: f3cf184395fdf01cb29ef67bb242ca727b7785f846f4cac6080e948a39c609b3a3e43966d9367bfa0046be0be273f058b4702ad621b372e9aec3334f6ceb8eb3
6
+ metadata.gz: eb33d37e2c12f078161a002962f137998a108bc2cf758dddf6eff941dfb67a89ef237a8507eb70cd3a15267d610379587d0af9ba4697d7287cede739e208fbc2
7
+ data.tar.gz: 470a03f816a4d6481b8dd8e9a39849f8e73e3bd48ab3116386403f4ca1608690e7278780ac39192894226d2f07a2c7f0ab5bf79d56a31c42d8af869fac160316
@@ -15,8 +15,8 @@ module CassandraObject
15
15
 
16
16
  if async
17
17
  require 'thrift_client/event_machine'
18
- spec[:thrift].merge!(:transport => Thrift::EventMachineTransport,
19
- :transport_wrapper => nil)
18
+ spec[:thrift] = spec[:thrift].dup.merge(:transport => Thrift::EventMachineTransport,
19
+ :transport_wrapper => nil)
20
20
  end
21
21
 
22
22
  Cassandra.new(spec[:keyspace], servers || spec[:servers], spec[:thrift]).tap do |conn|
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'sessionm-cassandra_object'
5
- s.version = '2.7.0'
5
+ s.version = '2.7.1'
6
6
  s.description = 'Cassandra ActiveModel'
7
7
  s.summary = 'Cassandra ActiveModel'
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sessionm-cassandra_object
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Koziarski
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-07-24 00:00:00.000000000 Z
13
+ date: 2014-10-01 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Cassandra ActiveModel
16
16
  email: klange@sessionm.com