active_redis 0.0.9 → 0.0.9.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: 714e87fed728d64204b22bf03e507a3da63cd670
4
- data.tar.gz: 6f626a9bc8c1f070b735bdf02e59db2b5a828027
3
+ metadata.gz: 05396793edf59b920ba6ba1d1f4edf04b73e0f14
4
+ data.tar.gz: b3b6b1ef248949b64cd7cfa70f8920596cf3e9c5
5
5
  SHA512:
6
- metadata.gz: e137faf3d688792a89611ed83e33e32c8565be4f896e7270ed5270288794e95e859504d6a5f49367658327c48a4d6bd2a737bc06d62aca3cbc357695d8c61f6b
7
- data.tar.gz: 58c1b780aa0e7410b16a034f674c0e30b872c14af4c4eef49943c271f8f86d28211e91b28205d51780182ca9d9c479546de55a90bb24e20d6f7d48e6394ab52f
6
+ metadata.gz: 57d6f84c9c6fe4215c55f2c0967f76af690f40865d76589fd772af6bec893e8284d9d0aade602ca407a10a81c2add95f05c422fcdb5fb515a1e7b946ae385877
7
+ data.tar.gz: 79c21300c6aca0957f1de1e935d25f38f6896ad8be94d980cc2a8a185abc2fcc82db68f843df0c8943d4608fa4cf1a114fd8df631ae99b630d86c47111e2a694
@@ -12,7 +12,7 @@ module ActiveRedis
12
12
  end
13
13
 
14
14
  def save_with_associations
15
- self.class.associations.each { |key, a| a.save(self) }
15
+ self.class.associations.each { |key, a| a.save(self) } if self.class.associations
16
16
  save_without_associations
17
17
  end
18
18
 
@@ -1,3 +1,3 @@
1
1
  module ActiveRedis
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Gernyak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-30 00:00:00.000000000 Z
11
+ date: 2014-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis