recognition 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +15 -1
- data/lib/recognition/version.rb +1 -1
- 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
|
|
data/lib/recognition/version.rb
CHANGED
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
|
+
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-
|
|
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/
|
|
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:
|
|
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:
|
|
192
|
+
hash: 4558849985208762975
|
|
193
193
|
requirements: []
|
|
194
194
|
rubyforge_project:
|
|
195
195
|
rubygems_version: 1.8.23
|