redismodel 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. data/lib/redismodel.rb +1 -2
  2. metadata +2 -2
data/lib/redismodel.rb CHANGED
@@ -11,7 +11,7 @@ class DateTime
11
11
  end
12
12
 
13
13
  class RedisModel
14
- VERSION = '0.1.7'
14
+ VERSION = '0.1.8'
15
15
  DEFAULT_CONFIG = {
16
16
  :atomic => true,
17
17
  :default_sort => "created_at"
@@ -20,7 +20,6 @@ class RedisModel
20
20
  module ArrayProxy
21
21
  def <<(other)
22
22
  @__model__.send(:set, @__property__, super)
23
- super
24
23
  end
25
24
 
26
25
  def push(other)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ashley Williams