kandadaboggu-vote_fu 0.0.1 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG.markdown +0 -8
  2. metadata +2 -2
data/CHANGELOG.markdown CHANGED
@@ -1,11 +1,3 @@
1
- 2010-02-20
2
- ==========
3
- * Changed the data-type of `vote` column in `votes` table to integer type.
4
- * Added support for vote count caching at the `voteable` model.
5
- * Added new method `votes_total` on `voteable` model to return the sum of +ve and -ve votes
6
- * Optimized several methods in `voteable` model (`voters_who_voted`, `voted_by?`)
7
- * Cleaned the code to use associations instead of direct SQL
8
-
9
1
  2009-02-11
10
2
  ==========
11
3
  * Merge in xlash's bugfix for PostgreSQL and his has\_karma patch for multi-model support.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kandadaboggu-vote_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Jackson
@@ -75,6 +75,6 @@ rubyforge_project:
75
75
  rubygems_version: 1.3.5
76
76
  signing_key:
77
77
  specification_version: 3
78
- summary: Enhanced vote_fu with numerical voting and total vote caching.
78
+ summary: Voting for ActiveRecord with multiple vote sources and advanced features.
79
79
  test_files: []
80
80