cassandra_record 0.0.4 → 0.0.5

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: 018eaaa9fb646a67c94e6157d1e3813237668820
4
- data.tar.gz: c903b5206ac6eb9a0206220bb8d52de0328d8196
3
+ metadata.gz: 99918f8fbbb1d222dea67d9eea38e577f4eac03f
4
+ data.tar.gz: ebea7d93413a497267341b6aa2cf8a791295ff17
5
5
  SHA512:
6
- metadata.gz: 84ed14bc6b06682d6f242aa0b7bbd90977436a328578e26717389555a8450fdb3528a6b684b62799dbfcaadf5107f1cd1d2f7d3840fa8d699782946c419d3df8
7
- data.tar.gz: d8ab95ef37b33b18ed5d10a9f9a740dd7d8c8f93400c0e0ec0e2cb6b78b4cf0914188aa25a870076d95d54067603957c311a24f6b335e16f40629299266d2a3c
6
+ metadata.gz: 00ff11ffd3d543b8067417bf4db87a35983f37240113a903cd452c12c1d76360576e49df96632051ec6d2b8d4edef6d26416ee9abc2a2237617a9e478b9c08ec
7
+ data.tar.gz: 87bdf5aea30cac22b1f64dc96b632015877c57948b3527b6f4dbefb4f0c152723d5d6b62df59626fd06ff6738ddd5113482965a5b813b9b1b6e218993d7c8d8a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cassandra_record (0.0.3)
4
+ cassandra_record (0.0.5)
5
5
  activesupport
6
6
  cassandra-driver
7
7
 
@@ -1,5 +1,6 @@
1
1
  require 'cassandra'
2
2
  require 'singleton'
3
+ require 'active_support/hash_with_indifferent_access'
3
4
 
4
5
  module CassandraRecord
5
6
  module Database
@@ -38,7 +39,7 @@ module CassandraRecord
38
39
  private
39
40
 
40
41
  def cluster_connection
41
- ::Cassandra.cluster(connection_configuration)
42
+ ::Cassandra.cluster(connection_configuration.symbolize_keys)
42
43
  end
43
44
 
44
45
  def connection_configuration
@@ -1,3 +1,3 @@
1
1
  module CassandraRecord
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassandra_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gust