act_as_buddy 1.0.0 → 1.0.1
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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: act_as_buddy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -171,9 +171,12 @@ dependencies:
|
|
171
171
|
- - ! '>='
|
172
172
|
- !ruby/object:Gem::Version
|
173
173
|
version: '0'
|
174
|
-
description:
|
175
|
-
|
176
|
-
|
174
|
+
description: ! 'Act-as-Buddy is a gem to allow any model to implement self relation.
|
175
|
+
For eg: the friendships of a user can be implemented easily by self relation technique
|
176
|
+
of act_as_buddy. Any Model can be buddied or lopped on to itself. Main uses would
|
177
|
+
be for Users create friends etc.. Eg: User has many friends and friends are members
|
178
|
+
of users table itself. This is expected to be heavily useful in social networking
|
179
|
+
domain.'
|
177
180
|
email: krxcet@gmail.com
|
178
181
|
executables: []
|
179
182
|
extensions: []
|
@@ -209,7 +212,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
209
212
|
version: '0'
|
210
213
|
segments:
|
211
214
|
- 0
|
212
|
-
hash: -
|
215
|
+
hash: -924155597
|
213
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
214
217
|
none: false
|
215
218
|
requirements:
|