gotime-cassandra_object 4.10.3 → 4.10.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gotime-cassandra_object.gemspec +1 -1
- data/lib/cassandra_object/core.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 721e97034ca554b1891149cefcf4ced8a268494c
|
4
|
+
data.tar.gz: a0681f45de661d989e8dba2744ef3a57fd079746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59686c33844856c912b04a222c0b075d72dbc49112c1e7c2ae9efc65342183b014a63a0f53d3c5624fff58dd908213faac2ac6a1fb66252c2550187addcd8e02
|
7
|
+
data.tar.gz: f7d0975b82c5f8d247aa575bf821eddefa9696c7e998ab4cb450255367474caf91df3b2adc74ab0552725900c162131adfd3a59207d9ed6988dbf2a669a4ac6f
|
@@ -7,7 +7,7 @@ module CassandraObject
|
|
7
7
|
@destroyed = false
|
8
8
|
@attributes = {}
|
9
9
|
self.attributes = attributes || {}
|
10
|
-
attribute_definitions.
|
10
|
+
attribute_definitions.each_key do |attr|
|
11
11
|
unless attribute_exists?(attr)
|
12
12
|
@attributes[attr.to_s] = self.class.typecast_attribute(self, attr, nil)
|
13
13
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gotime-cassandra_object
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.10.
|
4
|
+
version: 4.10.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Koziarski
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activemodel
|