sessionm-cassandra_object 4.0.23 → 4.0.24

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: 871df5085b6c1b1c68df21f8b93a60479a04478a
4
- data.tar.gz: 224f0f2aedda5ea4bf009e8675fbb3a4b776f947
3
+ metadata.gz: 50e0b8e5bfb550a0adc02c9686d054f9f45be420
4
+ data.tar.gz: 769ff271ca5f6e2334d6f4d1a49c385c2aa00761
5
5
  SHA512:
6
- metadata.gz: b41af1ac8eb7f92af79408fcb0c52a06a24891396c841f65510881e5f5bcf6f7085341e1c64b1847f60e8990cd61049c9a98d8553dad6d8eba38d71adc7fa861
7
- data.tar.gz: a675933722b4a149f481149e4613615a7278d05bcd7351becab977e726c5a093b12d9b0e086862a5f7c254d6bcbf86b4e84e3eb0e91227a4e7c19c7be8a6cd47
6
+ metadata.gz: 96192e35ebdd6ebd6f82dcd0488c11f8549199303968abb25b45c73b3ac39fd88ae4c0843d4ded696fc90ee8c2cbc54247a9c61f0305efcf549af57d79d17ddf
7
+ data.tar.gz: 92aff77e640b0dc4ef97390db2f34e417a7b952906c94699cb9c7739b0d989a1c231bb489c1bdf460632d1d5da711145ddaeb26841a1153c86050d198a206650
@@ -80,8 +80,8 @@ module CassandraObject
80
80
  @destroyed = false
81
81
  @readonly = false
82
82
  @attributes = {}.with_indifferent_access
83
- self.attributes = attributes
84
83
  @association_cache = {}
84
+ self.attributes = attributes
85
85
  @schema_version = self.class.current_schema_version
86
86
  end
87
87
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'sessionm-cassandra_object'
5
- s.version = '4.0.23'
5
+ s.version = '4.0.24'
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: 4.0.23
4
+ version: 4.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Youch
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-27 00:00:00.000000000 Z
12
+ date: 2017-05-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Cassandra ActiveModel
15
15
  email: doug@sessionm.com