thumbs_up 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.markdown CHANGED
@@ -3,5 +3,5 @@
3
3
  * Renamed to ThumbsUp from vote\_fu.
4
4
  * Updated for Rails 3, using ActiveRecord/Arel.
5
5
  * Cleaned up some dead code, some shitty code, and made a few methods take up quite a lot less memory and time (voters\_who\_voted).
6
- * Removed some shitty example code - this gem is self-explanatory and straight-forward as-is.
6
+ * Removed example code.
7
7
  * Fixed karma.
data/README.markdown CHANGED
@@ -5,7 +5,7 @@ A ridiculously straightforward and simple package 'o' code to enable voting in y
5
5
  Allows an arbitrary number of entities (users, etc.) to vote on models.
6
6
 
7
7
  ### Mixins
8
- This plugin introduces two mixins to your recipe book:
8
+ This plugin introduces three mixins to your recipe book:
9
9
 
10
10
  1. **acts\_as\_voteable** : Intended for content objects like Posts, Comments, etc.
11
11
  2. **acts\_as\_voter** : Intended for voting entities, like Users.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.1
1
+ 0.2.2
data/thumbs_up.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{thumbs_up}
8
- s.version = "0.2.1"
8
+ s.version = "0.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brady Bouchard", "Peter Jackson", "Cosmin Radoi", "Bence Nagy", "Rob Maddox", "Wojciech Wn\304\231trzak"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thumbs_up
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brady Bouchard