peteonrails-vote_fu 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -29,7 +29,7 @@ Run the following command:
29
29
 
30
30
  Create a new rails migration using the generator:
31
31
 
32
- ./script/generate voteable VoteableModel
32
+ ./script/generate vote_fu VoteableModel
33
33
 
34
34
  Usage
35
35
  =====
@@ -94,7 +94,7 @@ module Juixe
94
94
  self.votes.each { |v|
95
95
  voters << v.voter
96
96
  }
97
- users
97
+ voters
98
98
  end
99
99
 
100
100
  def voted_by?(voter)
metadata CHANGED
@@ -1,16 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peteonrails-vote_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Jackson
8
8
  - Cosmin Radoi
9
+ - Bence Nagy
10
+ - Rob Maddox
9
11
  autorequire:
10
12
  bindir: bin
11
13
  cert_chain: []
12
14
 
13
- date: 2008-12-02 00:00:00 -08:00
15
+ date: 2009-01-07 00:00:00 -08:00
14
16
  default_executable:
15
17
  dependencies: []
16
18