mongoid_vote 0.0.1.5 → 0.0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MongoidVote
2
- VERSION = "0.0.1.5"
2
+ VERSION = "0.0.1.6"
3
3
  end
@@ -39,7 +39,7 @@ module MongoidVote
39
39
  private
40
40
 
41
41
  def vote_handler(current, vote, user, toggle = 0)
42
- if current.to_s == vote
42
+ if current == vote
43
43
  if (current && vote == :up) && toggle == 1
44
44
  vote_adjust(-1, 0, -1)
45
45
  self.up_voters.delete_if {|x| x == user.id.to_s}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid_vote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.5
4
+ version: 0.0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-05 00:00:00.000000000 Z
12
+ date: 2011-12-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A basic Mongoid voting gem which allows voting on embedded documents.
15
15
  email: