twrk-socialization 0.0.1 → 1.2.0
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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/socialization.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ed21508f35aa4e411d65953ae47f883174dbdaf
|
|
4
|
+
data.tar.gz: ebcc252b9605fa3dc0e5f2bc0f55223a3f1af408
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b77b2db7ace3cd0bca17903221fcdeaa5b25e36350fe714eff19c4554d8983215c585d8236cf7f4262652daf13e4b9e07fb2ef18e5121b3e2dfeb75346391e3f
|
|
7
|
+
data.tar.gz: 1c4f03098d94728556f184276a68e4d0814fc5258c7208e08e3eda42d2b0643473a2e56853cecaec628967e23f56fac73b9228f3a3a0b82a52bbcd29cf584dfa
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Socialization
|
|
2
2
|
|
|
3
|
+
*Heads up, this repo is a fork of [cmer's Socialization gem](https://github.com/cmer/socialization)*
|
|
4
|
+
|
|
3
5
|
Socialization is a Ruby Gem that allows any ActiveRecord model to `Follow`, `Like` and/or `Mention` any other model. ActiveRecord or Redis can be used as a data store.
|
|
4
6
|
|
|
5
7
|
The Follow feature is similar to Twitter's follow. For example, John follows Jane. Unlike Facebook's "friendship", Follow is a one-way concept. The fact that John follows Jane doesn't mean that Jane follows John.
|
data/socialization.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twrk-socialization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- twrk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|