recognition 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +15 -1
  2. data/lib/recognition/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  A fully-fledged reward system for Rails 3.1+.
4
4
 
5
+ ## Features
6
+
7
+ * Reward users with points for any model method or ActiveRecord CRUD operation.
8
+ * Create vouchers that users can redeem for points.
9
+
10
+ ## Links
11
+
12
+ * [Installation](#Installation)
13
+ * [Usage](#Usage)
14
+ * [Examples](#Examples)
15
+ * [Wiki](https://github.com/rayasocialmedia/recognition/wiki)
16
+ * [Code Documentation](http://rubydoc.info/gems/recognition/frames)
17
+ * [Changelog](https://raw.github.com/rayasocialmedia/recognition/master/CHANGELOG.txt)
18
+ * [License](https://raw.github.com/rayasocialmedia/recognition/master/LICENSE.txt)
19
+
5
20
  ## Installation
6
21
 
7
22
  Add this line to your application's Gemfile:
@@ -106,7 +121,6 @@ This one will:
106
121
  recognize :user, for: :foo, gain: 2
107
122
  end
108
123
 
109
-
110
124
 
111
125
  ## Contributing
112
126
 
@@ -1,4 +1,4 @@
1
1
  module Recognition
2
2
  # Current Version
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
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: 2013-05-19 00:00:00.000000000 Z
12
+ date: 2013-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -166,7 +166,7 @@ files:
166
166
  - LICENSE.txt
167
167
  - Rakefile
168
168
  - README.md
169
- homepage: http://github.com/owahab/recognition
169
+ homepage: http://github.com/rayasocialmedia/recognition
170
170
  licenses: []
171
171
  post_install_message:
172
172
  rdoc_options: []
@@ -180,7 +180,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
180
180
  version: '0'
181
181
  segments:
182
182
  - 0
183
- hash: 582050913544218696
183
+ hash: 4558849985208762975
184
184
  required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  none: false
186
186
  requirements:
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  segments:
191
191
  - 0
192
- hash: 582050913544218696
192
+ hash: 4558849985208762975
193
193
  requirements: []
194
194
  rubyforge_project:
195
195
  rubygems_version: 1.8.23